By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2021-08-20T06:48:00.198Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-wfpd7 with PID 14 (/app/app.jar started by so in /app)
2021-08-20T06:48:00.208Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-20T06:48:00.209Z||main|||||INFO|500||The following profiles are active: basic
2021-08-20T06:48:13.170Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-20T06:48:13.171Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-20T06:48:13.332Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-20T06:48:20.014Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-20T06:48:20.497Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-20T06:48:21.249Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-20T06:48:21.287Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-20T06:48:21.438Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-20T06:48:21.958Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-20T06:48:23.749Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-20T06:48:29.259Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-20T06:48:31.631Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-20T06:48:31.691Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-20T06:48:32.355Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-20T06:48:32.486Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-08-20T06:48:33.909Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-20T06:48:34.910Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-20T06:48:34.928Z||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$$7f23c4c7.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-08-20T06:48:34.929Z||main|||||WARN|500||The sdc end point is not alive
2021-08-20T06:48:37.284Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-08-20T06:48:39.442Z||main|||||WARN|500||---
2021-08-20T06:48:39.443Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-20T06:48:39.443Z||main|||||WARN|500||---
2021-08-20T06:48:39.767Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-20T06:48:42.878Z||main|||||INFO|500||Started Application in 45.688 seconds (JVM running for 51.493)
2021-08-20T06:48:42.878Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-20T06:48:42.883Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-20T06:48:42.912Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-20T06:48:42.955Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-20T06:48:42.998Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0058346-4a8c-4d02-a55a-176a00b293b4 url= /sdc/v1/artifactTypes
2021-08-20T06:48:42.999Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-20T06:48:43.606Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-20T06:48:43.625Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-08-20T06:48:43.647Z||scheduling-1|||||DEBUG|500||create keys
2021-08-20T06:48:43.654Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-20T06:48:43.698Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:48:43.721Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4587a239-8c7e-4af2-8223-0454e2c0b7e2 url= /sdc/v1/registerForDistribution
2021-08-20T06:48:43.856Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4587a239-8c7e-4af2-8223-0454e2c0b7e2 url= /sdc/v1/registerForDistribution
2021-08-20T06:48:43.857Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-20T06:48:43.882Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-20T06:48:43.882Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:48:43.884Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:48:43.889Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:48:43.889Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:48:43.890Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:48:43.890Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:48:54.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:48:54.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:49:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:49:43.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:49:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:49:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:49:43.867Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:49:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:49:53.512Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:49:53.523Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:50:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:50:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:50:43.871Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:50:43.871Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:50:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:50:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:50:53.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:50:53.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:51:43.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:51:43.866Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:51:43.871Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:51:43.871Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:51:43.872Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:51:43.872Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:51:53.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:51:53.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:52:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:52:43.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:52:43.867Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:52:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:52:43.867Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:52:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:52:53.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:52:53.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:53:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:53:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:53:43.871Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:53:43.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:53:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:53:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:53:53.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:53:53.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:54:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:54:43.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:54:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:54:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:54:43.867Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:54:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:54:53.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:54:53.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:55:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:55:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:55:43.869Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:55:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:55:43.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:55:43.872Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:55:53.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:55:53.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:56:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:56:43.867Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:56:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:56:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:56:43.867Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:56:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:56:53.460Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:56:53.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:57:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:57:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:57:43.873Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:57:43.873Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:57:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:57:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:57:53.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:57:53.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:58:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:58:43.866Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:58:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:58:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:58:43.868Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:58:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:58:49.747Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-20T06:58:53.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:58:53.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:59:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:59:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T06:59:43.869Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:59:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:59:43.869Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T06:59:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T06:59:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T06:59:53.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:00:43.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:00:43.866Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:00:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:00:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:00:43.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:00:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:00:53.429Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:00:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:01:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:01:43.866Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:01:43.868Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:01:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:01:43.871Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:01:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:01:53.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:01:53.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:02:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:02:43.868Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:02:43.869Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:02:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:02:43.869Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:02:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:02:53.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:02:53.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:03:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:03:43.872Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:03:43.869Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:03:43.873Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:03:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:03:43.879Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:03:53.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:03:53.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:04:43.864Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:04:43.866Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:04:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:04:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:04:43.868Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:04:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:04:53.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:04:53.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:05:43.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:05:43.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:05:43.867Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:05:43.867Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:05:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:05:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:05:53.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:05:53.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:06:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:06:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:06:43.870Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:06:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:06:43.874Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:06:43.875Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:06:53.450Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:06:53.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:07:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:07:43.870Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:07:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:07:43.873Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:07:43.874Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:07:43.875Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:07:53.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:07:53.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:08:43.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:08:43.866Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:08:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:08:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:08:43.867Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:08:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:08:53.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:08:53.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:09:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:09:43.867Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:09:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:09:43.869Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:09:43.869Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:09:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:09:53.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:09:53.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:10:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:10:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:10:43.870Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:10:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:10:43.870Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:10:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:10:53.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:10:53.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:11:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:11:43.869Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:11:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:11:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:11:43.873Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:11:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:11:53.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:11:53.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:12:43.864Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:12:43.866Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:12:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:12:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:12:43.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:12:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:12:53.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:12:53.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:13:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:13:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:13:43.870Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:13:43.870Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:13:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:13:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:13:53.434Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:13:53.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:14:43.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:14:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:14:43.875Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:14:43.875Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:14:43.875Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:14:43.875Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:14:53.431Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:14:53.431Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:15:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:15:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:15:43.872Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:15:43.872Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:15:43.872Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:15:43.872Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:15:53.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:15:53.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:16:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:16:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:16:43.867Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:16:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:16:43.867Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:16:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:16:53.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:16:53.438Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:17:43.865Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:17:43.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:17:43.869Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:17:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:17:43.869Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:17:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:17:53.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:17:53.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:18:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:18:43.866Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:18:43.869Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:18:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:18:43.869Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:18:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:18:53.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:18:53.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:19:43.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:19:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:19:43.868Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:19:43.868Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:19:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:19:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:19:53.424Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:19:53.428Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:20:43.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:20:43.866Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:20:43.866Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:20:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:20:43.867Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:20:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:20:53.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:20:53.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:21:43.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:21:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:21:43.869Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:21:43.869Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:21:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:21:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:21:53.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:21:53.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:22:43.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:22:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:22:43.872Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:22:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:22:43.872Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:22:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:22:53.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:22:53.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:23:43.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:23:43.866Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:23:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:23:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:23:43.867Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:23:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:23:53.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:23:53.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:24:43.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:24:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:24:43.867Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:24:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:24:43.868Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:24:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:24:53.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:24:53.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:25:43.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:25:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:25:43.869Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:25:43.869Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:25:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:25:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:25:53.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:25:53.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:26:43.866Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:26:43.865Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:26:43.869Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:26:43.869Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:26:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:26:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:26:53.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:26:53.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:27:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:27:43.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:27:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:27:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:27:43.868Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:27:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:27:53.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:27:53.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:28:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:28:43.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:28:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:28:43.871Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:28:43.872Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:28:43.872Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:28:53.413Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:28:53.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:29:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:29:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:29:43.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:29:43.868Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:29:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:29:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:29:53.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:29:53.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:30:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:30:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:30:43.867Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:30:43.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:30:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:30:43.874Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:30:53.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:30:53.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:31:43.867Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:31:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:31:43.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:31:43.871Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:31:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:31:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:31:53.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:31:53.435Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:32:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:32:43.867Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:32:43.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:32:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:32:43.868Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:32:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:32:53.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:32:53.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:33:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:33:43.866Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:33:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:33:43.866Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:33:43.867Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:33:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:33:53.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:33:53.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:34:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:34:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:34:43.871Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:34:43.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:34:43.872Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:34:43.872Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:34:53.428Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:34:53.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:35:43.864Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:35:43.865Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:35:43.865Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:35:43.867Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:35:43.868Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:35:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:35:53.420Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:35:53.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:36:43.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:36:43.867Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:36:43.870Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:36:43.870Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:36:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:36:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:36:53.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:36:53.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:37:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:37:43.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:37:43.869Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:37:43.869Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:37:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:37:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:37:53.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:37:53.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:38:43.865Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:38:43.866Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:38:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:38:43.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:38:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:38:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:38:53.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:38:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:39:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:39:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:39:43.874Z||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-08-20T07:39:43.874Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:39:43.874Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:39:43.874Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:39:53.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:39:53.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:40:43.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:40:43.870Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:40:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:40:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:40:43.873Z||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-08-20T07:40:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:40:53.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:40:53.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:41:43.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:41:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:41:43.867Z||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-08-20T07:41:43.867Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:41:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:41:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:41:53.418Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:41:53.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:42:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:42:43.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:42:43.870Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:42:43.870Z||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-08-20T07:42:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:42:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:42:53.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:42:53.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:43:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:43:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:43:43.870Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:43:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:43:43.870Z||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-08-20T07:43:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:43:53.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:43:53.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:44:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:44:43.866Z||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-08-20T07:44:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:44:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:44:43.867Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:44:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:44:53.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:44:53.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:45:43.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:45:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:45:43.869Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:45:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:45:43.869Z||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-08-20T07:45:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:45:53.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:45:53.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:46:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:46:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:46:43.875Z||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-08-20T07:46:43.876Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:46:43.875Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:46:43.877Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:46:53.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:46:53.430Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:47:43.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:47:43.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:47:43.868Z||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-08-20T07:47:43.868Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:47:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:47:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:47:53.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:47:53.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:48:43.865Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:48:43.867Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:48:43.869Z||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-08-20T07:48:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:48:43.869Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:48:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:48:53.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:48:53.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:49:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:49:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:49:43.871Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:49:43.871Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:49:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:49:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:49:53.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:49:53.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:43.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:50:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:50:43.867Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:50:43.867Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:50:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:44.396Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:44.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "aai-ml",
"timestamp": 1629445821540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.426Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "dcae-sch",
"timestamp": 1629445815235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.427Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.427Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.427Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445815229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "aai-ml",
"timestamp": 1629445821540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.428Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "dcae-sch",
"timestamp": 1629445815235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445815229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T07:50:44.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.429Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "aai-ml",
"timestamp": 1629445821540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "dcae-sch",
"timestamp": 1629445815235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445815229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-20T07:50:44.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "clamp",
"timestamp": 1629445824518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "aai-ml",
"timestamp": 1629445821540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "dcae-sch",
"timestamp": 1629445815235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445815229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.433Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "policy-id",
"timestamp": 1629445825305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "clamp",
"timestamp": 1629445824518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T07:50:44.434Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "aai-ml",
"timestamp": 1629445821540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445815229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-20T07:50:44.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "dcae-sch",
"timestamp": 1629445815235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "cds",
"timestamp": 1629445825743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "policy-id",
"timestamp": 1629445825305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "clamp",
"timestamp": 1629445824518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "aai-ml",
"timestamp": 1629445821540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445815229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "dcae-sch",
"timestamp": 1629445815235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "cds",
"timestamp": 1629445825743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "policy-id",
"timestamp": 1629445825305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-20T07:50:44.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "clamp",
"timestamp": 1629445824518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "aai-ml",
"timestamp": 1629445821540,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:50:44.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "dcae-sch",
"timestamp": 1629445815235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445815229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:50:44.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "cds",
"timestamp": 1629445825743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "policy-id",
"timestamp": 1629445825305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "clamp",
"timestamp": 1629445824518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "cds",
"timestamp": 1629445825743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "ves-openapi-manager",
"timestamp": 1629445829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "policy-id",
"timestamp": 1629445825305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "clamp",
"timestamp": 1629445824518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445830376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:50:44.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:50:44.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "aai-ml",
"timestamp": 1629445830411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:50:44.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:50:44.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "cds",
"timestamp": 1629445825743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.450Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.450Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.450Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "ves-openapi-manager",
"timestamp": 1629445829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.451Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "policy-id",
"timestamp": 1629445825305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.451Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.451Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "clamp",
"timestamp": 1629445824518,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:50:44.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "cds",
"timestamp": 1629445825743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "ves-openapi-manager",
"timestamp": 1629445829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "policy-id",
"timestamp": 1629445825305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:50:44.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445832455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:50:44.454Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:50:44.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "cds",
"timestamp": 1629445825743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:50:44.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.455Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.455Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "ves-openapi-manager",
"timestamp": 1629445829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.455Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "ves-openapi-manager",
"timestamp": 1629445829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.456Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.456Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.456Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "policy-id",
"timestamp": 1629445833968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:50:44.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:50:44.457Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.457Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445834537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:50:44.457Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:50:44.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.458Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "cds",
"timestamp": 1629445834563,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:50:44.458Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:50:44.458Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "ves-openapi-manager",
"timestamp": 1629445829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.459Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.459Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "policy-id",
"timestamp": 1629445834977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:50:44.459Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:50:44.459Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "cds",
"timestamp": 1629445835584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-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=?
2021-08-20T07:50:44.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:44.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1926e869-bfb7-49d7-a935-08998d01993d","serviceName":"vFW 2021-08-20 07-46-54","serviceVersion":"1.0","serviceUUID":"1258056c-3e55-4b09-a1eb-e61ff5f94737","serviceDescription":"catalog service description","serviceInvariantUUID":"e16225b1-96ae-4ef1-accb-bb0efc6079b5","resources":[{"resourceInstanceName":"vFW eca6c518-ba4c 0","resourceName":"vFW eca6c518-ba4c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"713af8cb-a1ce-4917-923f-f4df8305b58c","resourceInvariantUUID":"878d9db2-5d20-43ac-a672-5d33bcf486f6","resourceCustomizationUUID":"604a9732-3078-41a4-855f-219666d2c3db","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml","artifactChecksum":"YTg2MjJmOWY4MDlhZDhhOGE4YTkxOThjNTcxNjM1YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b2e4013-f700-4260-a42f-640904fb2518","artifactVersion":"1"},{"artifactName":"vfweca6c518ba4c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json","artifactChecksum":"ZjhhNzhhMzQ1NjA2MTBkYjM0YzE5YjhiNWI2OTllYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03ad3e9d-e386-4491-a9ba-a188028e21a0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"84180dae-144e-44cc-a366-1a6d77da6404","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml","artifactChecksum":"YzExYjZmNmQyOWQ1ZTkwNzJhMTY1M2UyZTk3MjA1ZTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5831cc39-50a4-409f-930c-cf54f0acbbcd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e","artifactVersion":"2","generatedFromUUID":"84180dae-144e-44cc-a366-1a6d77da6404"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210820074654-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml","artifactChecksum":"YWQwYjUxNDE0ZmVkYjE2YzIyMjMwMDJmNzZkZTliYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ddbf4928-27a2-4313-8fb4-cf1255ede031","artifactVersion":"1"},{"artifactName":"service-Vfw20210820074654-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar","artifactChecksum":"ODc5OWQ2NzFiNzNmOTE4ODBmMTk5YWVmZmExYWI1Mjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01787803-b608-4823-99ac-0cdd3f42a6ee","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-20T07:50:44.595Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:50:44.600Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:50:44.609Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:50:44.609Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-20T07:50:44.642Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d
2021-08-20T07:50:44.666Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d 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-08-20T07:50:44.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "ves-openapi-manager",
"timestamp": 1629445829136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "policy-id",
"timestamp": 1629445835996,
"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-08-20T07:50:44.707Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d
2021-08-20T07:50:44.708Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2021-08-20T07:50:44.709Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-20T07:50:44.716Z||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-08-20T07:50:44.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.716Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:44.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445836961,
"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-08-20T07:50:44.720Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d
2021-08-20T07:50:44.720Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d 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-08-20T07:50:44.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629445837970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-20T07:50:44.730Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:50:44.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629445837542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.731Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.730Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:44.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629445837542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.733Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.733Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:50:44.733Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "clamp",
"timestamp": 1629445839783,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:50:44.734Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:50:44.734Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.734Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629445837542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.735Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.735Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.735Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629445837542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "clamp",
"timestamp": 1629445841798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:50:44.737Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:50:44.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629445837542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:44.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "clamp",
"timestamp": 1629445842806,
"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-08-20T07:50:44.741Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d
2021-08-20T07:50:44.741Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d 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-08-20T07:50:44.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:50:44.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629445837542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:44.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:50:45.621Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:50:45.622Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:50:45.623Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:50:45.624Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T07:50:45.724Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:50:45.725Z||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-08-20T07:50:45.725Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:45.737Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:45.738Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:50:46.624Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:50:46.625Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:50:46.627Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:50:46.628Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-20T07:50:46.727Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T07:50:46.729Z||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-08-20T07:50:46.729Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:46.739Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:46.739Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:50:47.628Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:50:47.629Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:50:47.631Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:50:47.631Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:47.732Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T07:50:47.732Z||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-08-20T07:50:47.733Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:47.752Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:47.753Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-08-20T07:50:48.632Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:50:48.633Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:50:48.636Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:50:48.636Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-20T07:50:48.736Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:50:48.737Z||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-08-20T07:50:48.737Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:48.748Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:48.749Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:50:49.637Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:50:49.638Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:50:49.641Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:50:49.641Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:50:49.740Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T07:50:49.741Z||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-08-20T07:50:49.743Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:49.753Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:49.754Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:50:50.641Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:50:50.642Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:50:50.644Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:50:50.644Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:50:50.744Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:50:50.745Z||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-08-20T07:50:50.746Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:50.762Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:50.763Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:50:51.646Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"serviceName": "vFW 2021-08-20 07-46-54",
"serviceVersion": "1.0",
"serviceUUID": "1258056c-3e55-4b09-a1eb-e61ff5f94737",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "e16225b1-96ae-4ef1-accb-bb0efc6079b5",
"resources": [
{
"resourceInstanceName": "vFW eca6c518-ba4c 0",
"resourceCustomizationUUID": "604a9732-3078-41a4-855f-219666d2c3db",
"resourceName": "vFW eca6c518-ba4c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "713af8cb-a1ce-4917-923f-f4df8305b58c",
"resourceInvariantUUID": "878d9db2-5d20-43ac-a672-5d33bcf486f6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfweca6c518ba4c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"artifactChecksum": "ZjhhNzhhMzQ1NjA2MTBkYjM0YzE5YjhiNWI2OTllYmQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "03ad3e9d-e386-4491-a9ba-a188028e21a0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "84180dae-144e-44cc-a366-1a6d77da6404",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e",
"generatedFromUUID": "84180dae-144e-44cc-a366-1a6d77da6404"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210820074654-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"artifactChecksum": "ODc5OWQ2NzFiNzNmOTE4ODBmMTk5YWVmZmExYWI1Mjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "01787803-b608-4823-99ac-0cdd3f42a6ee"
}
],
"workloadContext": "Production"
}
2021-08-20T07:50:51.647Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-20T07:50:51.648Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1258056c-3e55-4b09-a1eb-e61ff5f94737 ASDC
2021-08-20T07:50:51.776Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1926e869-bfb7-49d7-a935-08998d01993d
ServiceName:vFW 2021-08-20 07-46-54
ServiceVersion:1.0
ServiceUUID:1258056c-3e55-4b09-a1eb-e61ff5f94737
ServiceInvariantUUID:e16225b1-96ae-4ef1-accb-bb0efc6079b5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210820074654-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar
ArtifactUUID:01787803-b608-4823-99ac-0cdd3f42a6ee
ArtifactChecksum:ODc5OWQ2NzFiNzNmOTE4ODBmMTk5YWVmZmExYWI1Mjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eca6c518-ba4c 0
ResourceCustomizationUUID:604a9732-3078-41a4-855f-219666d2c3db
ResourceInvariantUUID:878d9db2-5d20-43ac-a672-5d33bcf486f6
ResourceName:vFW eca6c518-ba4c
ResourceType:VF
ResourceUUID:713af8cb-a1ce-4917-923f-f4df8305b58c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweca6c518ba4c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json
ArtifactUUID:03ad3e9d-e386-4491-a9ba-a188028e21a0
ArtifactChecksum:ZjhhNzhhMzQ1NjA2MTBkYjM0YzE5YjhiNWI2OTllYmQ=
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/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml
ArtifactUUID:84180dae-144e-44cc-a366-1a6d77da6404
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/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env
ArtifactUUID:71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e
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/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env
ArtifactUUID:71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-20T07:50:51.778Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1258056c-3e55-4b09-a1eb-e61ff5f94737 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-08-20T07:50:51.835Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-20T07:50:51.837Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-20T07:50:51.838Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-20T07:50:51.839Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 01787803-b608-4823-99ac-0cdd3f42a6ee from URL: /sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:51.839Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-20T07:50:51.840Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:53.044Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-20T07:50:53.063Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar 01787803-b608-4823-99ac-0cdd3f42a6ee 98762
2021-08-20T07:50:53.065Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar ASDC sendASDCNotification
2021-08-20T07:50:53.066Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:53.066Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-20T07:50:53.068Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:50:53.069Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:50:53.070Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445853064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:50:53.170Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:50:53.171Z||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-08-20T07:50:53.172Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:53.196Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:53.197Z||pool-10-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:50:54.070Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-20T07:50:54.071Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-20T07:50:54.072Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 01787803-b608-4823-99ac-0cdd3f42a6ee, URL: /sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar to file: /app/ASDC/1/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:54.073Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210820074654-csar.csar
2021-08-20T07:50:54.223Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:54.224Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:54.979Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8995378626148269910/Definitions/service-Vfw20210820074654-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2021-08-20T07:50:57.969Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.975Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eca6c518-ba4c 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-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.976Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-Vfw20210820074654-csar.csar
2021-08-20T07:50:57.977Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-20T07:50:57.983Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:57.985Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:50:57.989Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:50:57.989Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-20T07:50:57.991Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-20T07:50:57.992Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:57.992Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:50:57.993Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:50:57.993Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-20T07:50:57.993Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-20T07:50:57.993Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:57.993Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:50:57.997Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:57.997Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria
2021-08-20T07:50:57.997Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-20T07:50:57.997Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-20T07:50:57.998Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-20T07:50:57.999Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-20T07:50:58.000Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-20T07:50:58.000Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-20T07:50:58.000Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.000Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-20T07:50:58.001Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.002Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:50:58.002Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:50:58.002Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.002Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:50:58.003Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:50:58.003Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.003Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:50:58.003Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:50:58.003Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria
2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-20T07:50:58.004Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-20T07:50:58.005Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f98529a0-e30f-4fa0-a894-dc0d5c1a6588
2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria
2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-20T07:50:58.006Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-20T07:50:58.007Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-20T07:50:58.008Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-20T07:50:58.008Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-20T07:50:58.008Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=244fbca6-c2f0-4e28-8773-a2dbef4106d1
2021-08-20T07:50:58.008Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.008Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria
2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-20T07:50:58.009Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-20T07:50:58.010Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=88bedfd6-a3e2-4455-8e89-6259e4ee1f05
2021-08-20T07:50:58.011Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.011Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:50:58.011Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.011Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:50:58.011Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.012Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:50:58.012Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:50:58.012Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:50:58.012Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-20 07-46-54
Description:catalog service description
Model UUID:1258056c-3e55-4b09-a1eb-e61ff5f94737
Model Version:NULL
Model InvariantUuid:e16225b1-96ae-4ef1-accb-bb0efc6079b5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW eca6c518-ba4c
Model UUID:ee80fc72-d166-4fd9-a2f3-5699510cac46
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:878d9db2-5d20-43ac-a672-5d33bcf486f6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:604a9732-3078-41a4-855f-219666d2c3db
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b6f077ee-5759-4607-a6d5-838b21019a58
ModelName:VfwEca6c518Ba4c..base_vfw..module-0
ModelUuid:fd653ea6-162f-4805-a414-64e1e52bef8d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f98529a0-e30f-4fa0-a894-dc0d5c1a6588
ModelInvariantUuid:d0a072ac-ea78-496b-ad26-110884ab93d2
ModelName:vFW eca6c518-ba4c-nodes.vfwCvfc
ModelUuid:945ce6ef-0783-4f6f-bf6b-fa97f96ff06e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:704354b0-78c8-40e2-a9c3-3534ffec4f4d
ModelInvariantUuid:6ed38f33-74bf-4df8-a3ae-22d3c848f01f
ModelName:VfwEca6c518Ba4c.compute.nodes.heat.vfw
ModelUuid:db85519e-5aa3-4577-9e1d-39cfde60d363
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:244fbca6-c2f0-4e28-8773-a2dbef4106d1
ModelInvariantUuid:bbbe3af2-60ca-4544-b1f0-13ea390788c4
ModelName:vFW eca6c518-ba4c-nodes.vsnCvfc
ModelUuid:c000fbd4-872e-496a-b48a-4910dafa33e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:dd95a3ad-dcb5-40e4-929b-ff8c3f575e67
ModelInvariantUuid:12293a5e-8f23-4e2a-93b9-7c41e7b0a57a
ModelName:VfwEca6c518Ba4c.compute.nodes.heat.vsn
ModelUuid:d81b43ac-2818-440c-a904-a0f12975bb85
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:88bedfd6-a3e2-4455-8e89-6259e4ee1f05
ModelInvariantUuid:a6b683fb-8137-44dd-88af-9291a9984b4f
ModelName:vFW eca6c518-ba4c-nodes.vpgCvfc
ModelUuid:a009a856-748c-4949-af11-b8ade4f431bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:872b542f-13d2-47ea-a9e5-de6c2967375f
ModelInvariantUuid:9bd2b3f3-92a2-4539-bdac-b080e3424ff6
ModelName:VfwEca6c518Ba4c.compute.nodes.heat.vpg
ModelUuid:34373318-9c25-40fb-9d70-cb6fe25ec4dc
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-08-20T07:50:58.025Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 713af8cb-a1ce-4917-923f-f4df8305b58c
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-08-20T07:50:58.126Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||vFW eca6c518-ba4c 0
2021-08-20T07:50:58.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 713af8cb-a1ce-4917-923f-f4df8305b58c
2021-08-20T07:50:58.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 03ad3e9d-e386-4491-a9ba-a188028e21a0 from URL: /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json
2021-08-20T07:50:58.135Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-20T07:50:58.135Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json
2021-08-20T07:50:58.793Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-20T07:50:58.794Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json 03ad3e9d-e386-4491-a9ba-a188028e21a0 785
2021-08-20T07:50:58.794Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json ASDC sendASDCNotification
2021-08-20T07:50:58.794Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json
2021-08-20T07:50:58.795Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-20T07:50:58.795Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:50:58.798Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:50:58.799Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445858794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:50:58.899Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:50:58.900Z||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-08-20T07:50:58.900Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:50:58.912Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:50:58.913Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-20T07:50:59.800Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEca6c518Ba4c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b6f077ee-5759-4607-a6d5-838b21019a58",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fd653ea6-162f-4805-a414-64e1e52bef8d",
"vfModuleModelCustomizationUUID": "277dfad7-adb7-47c3-9824-1f998f20e631",
"isBase": true,
"artifacts": [
"84180dae-144e-44cc-a366-1a6d77da6404",
"71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e"
],
"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-08-20T07:50:59.824Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEca6c518Ba4c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd653ea6-162f-4805-a414-64e1e52bef8d
VfModuleModelInvariantUUID:b6f077ee-5759-4607-a6d5-838b21019a58
VfModuleModelDescription:NULL
Artifacts UUID List:{
84180dae-144e-44cc-a366-1a6d77da6404
,
71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e
}
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-08-20T07:50:59.829Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEca6c518Ba4c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b6f077ee-5759-4607-a6d5-838b21019a58",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fd653ea6-162f-4805-a414-64e1e52bef8d",
"vfModuleModelCustomizationUUID": "277dfad7-adb7-47c3-9824-1f998f20e631",
"isBase": true,
"artifacts": [
"84180dae-144e-44cc-a366-1a6d77da6404",
"71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e"
],
"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-08-20T07:50:59.829Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEca6c518Ba4c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fd653ea6-162f-4805-a414-64e1e52bef8d
VfModuleModelInvariantUUID:b6f077ee-5759-4607-a6d5-838b21019a58
VfModuleModelDescription:NULL
Artifacts UUID List:{
84180dae-144e-44cc-a366-1a6d77da6404
,
71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e
}
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-08-20T07:50:59.829Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84180dae-144e-44cc-a366-1a6d77da6404 from URL: /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml
2021-08-20T07:50:59.830Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-20T07:50:59.830Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml
2021-08-20T07:51:00.473Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-20T07:51:00.475Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml 84180dae-144e-44cc-a366-1a6d77da6404 20368
2021-08-20T07:51:00.475Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-20T07:51:00.476Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml
2021-08-20T07:51:00.476Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-20T07:51:00.476Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:51:00.479Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:51:00.479Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445860475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:51:00.579Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:51:00.580Z||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-08-20T07:51:00.580Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:51:00.591Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:51:00.591Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:51:01.480Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e from URL: /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env
2021-08-20T07:51:01.480Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-20T07:51:01.480Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env
2021-08-20T07:51:02.034Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-20T07:51:02.034Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env 71c7f2d8-2671-42d7-ae48-fd3f5aa29b0e 2098
2021-08-20T07:51:02.034Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-20T07:51:02.035Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env
2021-08-20T07:51:02.035Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-20T07:51:02.035Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:51:02.038Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:51:02.038Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445862034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:51:02.140Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-20T07:51:02.142Z||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-08-20T07:51:02.142Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:51:02.157Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:51:02.158Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-20T07:51:03.043Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1258056c-3e55-4b09-a1eb-e61ff5f94737
2021-08-20T07:51:03.045Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eca6c518-ba4c 0 713af8cb-a1ce-4917-923f-f4df8305b58c 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-08-20T07:51:03.110Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.110Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:51:03.110Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-08-20T07:51:03.111Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 604a9732-3078-41a4-855f-219666d2c3db
2021-08-20T07:51:03.111Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 604a9732-3078-41a4-855f-219666d2c3db matches Tosca VF Customization UUID: 604a9732-3078-41a4-855f-219666d2c3db
2021-08-20T07:51:03.111Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 604a9732-3078-41a4-855f-219666d2c3db 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-08-20T07:51:03.117Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.118Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:51:03.119Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 604a9732-3078-41a4-855f-219666d2c3db: {\"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-08-20T07:51:03.119Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e4fd8cf
2021-08-20T07:51:03.119Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.119Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-20T07:51:03.120Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 277dfad7-adb7-47c3-9824-1f998f20e631
2021-08-20T07:51:03.121Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 277dfad7-adb7-47c3-9824-1f998f20e631
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-08-20T07:51:03.130Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.130Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:51:03.130Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:51:03.131Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.131Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:51:03.131Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:51:03.132Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.132Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria
2021-08-20T07:51:03.132Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-20T07:51:03.132Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-20T07:51:03.132Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-20T07:51:03.133Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-20T07:51:03.133Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-20T07:51:03.133Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-20T07:51:03.133Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-20T07:51:03.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-20T07:51:03.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-20T07:51:03.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-20T07:51:03.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-20T07:51:03.134Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f98529a0-e30f-4fa0-a894-dc0d5c1a6588
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-08-20T07:51:03.144Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.144Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:51:03.144Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:51:03.144Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria
2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-20T07:51:03.145Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-20T07:51:03.146Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-20T07:51:03.146Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-20T07:51:03.146Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-20T07:51:03.146Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-20T07:51:03.147Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-20T07:51:03.147Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-20T07:51:03.147Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-20T07:51:03.147Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=244fbca6-c2f0-4e28-8773-a2dbef4106d1
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-08-20T07:51:03.149Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.149Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:51:03.149Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is not matching search criteria
2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-20T07:51:03.152Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-20T07:51:03.153Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-20T07:51:03.153Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-20T07:51:03.153Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-20T07:51:03.153Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-20T07:51:03.153Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-20T07:51:03.154Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-20T07:51:03.154Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-20T07:51:03.154Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-20T07:51:03.154Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=88bedfd6-a3e2-4455-8e89-6259e4ee1f05
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-08-20T07:51:03.155Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.155Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:51:03.156Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:51:03.156Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.156Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Node template vFW eca6c518-ba4c 0 is matching search criteria
2021-08-20T07:51:03.156Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eca6c518-ba4c 0] matching following query criteria: sdcType=VF, customizationUUID=604a9732-3078-41a4-855f-219666d2c3db
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-08-20T07:51:03.158Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.158Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:51:03.158Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1258056c-3e55-4b09-a1eb-e61ff5f94737: vFW eca6c518-ba4c
2021-08-20T07:51:03.158Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.158Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:51:03.159Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.159Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:51:03.159Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.159Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:51:03.159Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.160Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:51:03.160Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:51:03.160Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Service vFW 2021-08-20 07-46-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:51:03.160Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2021-08-20 07-46-54
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-08-20T07:51:03.429Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eca6c518-ba4c 713af8cb-a1ce-4917-923f-f4df8305b58c 1 ASDC deployResourceStructure
2021-08-20T07:51:03.429Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json ASDC sendASDCNotification
2021-08-20T07:51:03.429Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json
2021-08-20T07:51:03.430Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-20T07:51:03.430Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:51:03.432Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:51:03.432Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445863429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-20T07:51:03.532Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:51:03.534Z||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-08-20T07:51:03.534Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:51:03.545Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:51:03.546Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:51:04.433Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-20T07:51:04.434Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml
2021-08-20T07:51:04.434Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-20T07:51:04.434Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:51:04.438Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:51:04.438Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445864433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-20T07:51:04.538Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T07:51:04.538Z||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-08-20T07:51:04.539Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:51:04.556Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:51:04.556Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:51:05.439Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-20T07:51:05.440Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env
2021-08-20T07:51:05.440Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-20T07:51:05.440Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:51:05.442Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:51:05.443Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445865439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-20T07:51:05.543Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:51:05.544Z||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-08-20T07:51:05.544Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:51:05.555Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:51:05.556Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:51:06.443Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar ASDC sendASDCNotification
2021-08-20T07:51:06.443Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar
2021-08-20T07:51:06.444Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-20T07:51:06.444Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:51:06.446Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:51:06.446Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445866443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:51:06.547Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:51:06.548Z||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-08-20T07:51:06.548Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:51:06.558Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:51:06.559Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-20T07:51:07.448Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:51:07.482Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:51:07.485Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:51:07.485Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:51:07.486Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:51:37.486Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:51:37.496Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:51:37.498Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:51:37.498Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:51:37.498Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:51:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:51:43.868Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:51:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:51:43.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:51:43.908Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:51:43.908Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629445837542,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:51:43.910Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:52:07.498Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:52:07.506Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:52:07.509Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:52:07.510Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:52:07.510Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:52:37.511Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:52:37.542Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:52:37.544Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:52:37.545Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:52:37.545Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:52:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:52:43.871Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:52:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:52:43.923Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:52:43.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:52:43.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:52:43.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:53:07.545Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:53:07.563Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:53:07.566Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:53:07.566Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:53:07.567Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:53:37.567Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:53:37.575Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:53:37.577Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:53:37.578Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:53:37.578Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:53:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:53:43.868Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:53:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:53:44.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:53:44.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T07:53:44.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:53:44.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629445846206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:53:44.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:53:44.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-20T07:53:44.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:53:44.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:53:44.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:53:44.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-20T07:53:44.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:53:44.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:53:44.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:53:44.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445843865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:53:44.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-20T07:53:44.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629445851603,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:53:44.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:53:44.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629445852614,
"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-08-20T07:53:44.453Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d
2021-08-20T07:53:44.453Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d 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-08-20T07:53:44.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445853064,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:53:44.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:53:44.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "aai-ml",
"timestamp": 1629445856688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:53:44.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:53:44.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "aai-ml",
"timestamp": 1629445857698,
"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-08-20T07:53:44.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1926e869-bfb7-49d7-a935-08998d01993d
2021-08-20T07:53:44.466Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1926e869-bfb7-49d7-a935-08998d01993d 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-08-20T07:53:44.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445858794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:53:44.473Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:53:44.473Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.473Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445860475,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:53:44.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:53:44.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445862034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:53:44.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:53:44.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.474Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445863429,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/vfweca6c518ba4c0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-20T07:53:44.474Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:53:44.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445864433,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-20T07:53:44.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:53:44.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445865439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/resourceInstances/vfweca6c518ba4c0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-20T07:53:44.475Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:53:44.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:53:44.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629445866443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210820074654/1.0/artifacts/service-Vfw20210820074654-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:53:44.476Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:54:07.579Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:54:07.603Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d
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-08-20T07:54:07.606Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:54:07.606Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-20T07:54:07.606Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-20T07:54:07.607Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-20T07:54:07.607Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T07:54:07.608Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T07:54:07.608Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T07:54:07.608Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T07:54:07.608Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T07:54:07.609Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T07:54:07.609Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-08-20T07:54:07.612Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-20T07:54:37.613Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1926e869-bfb7-49d7-a935-08998d01993d 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-08-20T07:54:37.626Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1926e869-bfb7-49d7-a935-08998d01993d and serviceModelVersionId: 1258056c-3e55-4b09-a1eb-e61ff5f94737
2021-08-20T07:54:37.627Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e16225b1-96ae-4ef1-accb-bb0efc6079b5
2021-08-20T07:54:43.867Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:54:43.868Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:54:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:54:51.081Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0
2021-08-20T07:54:51.196Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-20T07:54:51.679Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0|INFO|500||Invoke
2021-08-20T07:54:51.687Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1926e869-bfb7-49d7-a935-08998d01993d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b65f65e0-1b3d-4adc-9cab-64e9245b8b44], X-ECOMP-RequestID=[1926e869-bfb7-49d7-a935-08998d01993d], X-TransactionId=[], X-ONAP-RequestID=[1926e869-bfb7-49d7-a935-08998d01993d], Content-Type=[application/merge-patch+json]}
2021-08-20T07:54:51.825Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-20T07:54:52.271Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?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/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210820-07:54:51:840-86992], vertex-id=[155720], Content-Length=[0], Date=[Fri, 20 Aug 2021 07:54:51 GMT], Content-Type=[application/json]}
2021-08-20T07:54:52.272Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-20T07:54:52.273Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/e16225b1-96ae-4ef1-accb-bb0efc6079b5/model-vers/model-ver/1258056c-3e55-4b09-a1eb-e61ff5f94737?depth=0|INFO|500||InvokeReturn
2021-08-20T07:54:52.276Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-20T07:54:52.277Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-08-20T07:54:52.281Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||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-08-20T07:54:52.282Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1926e869-bfb7-49d7-a935-08998d01993d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-20T07:54:52.283Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-20T07:54:52.284Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:54:52.290Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:54:52.290Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446092282,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-20T07:54:52.390Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T07:54:52.391Z||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-08-20T07:54:52.391Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:54:52.402Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:54:52.402Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:54:53.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:54:53.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-20T07:54:53.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1926e869-bfb7-49d7-a935-08998d01993d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446092282,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-20T07:54:53.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-08-20T07:54:53.302Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:54:53.302Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:54:53.302Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:55:03.541Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:55:03.542Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:55:03.542Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:55:03.542Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:55:13.098Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:55:13.099Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:55:13.099Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:55:13.099Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:55:22.651Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:55:22.654Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:55:22.655Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:55:22.656Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:55:32.208Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:55:43.864Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:55:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:55:43.866Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:55:43.868Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:55:43.868Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:55:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:55:53.420Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:55:53.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:43.866Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:56:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:56:43.873Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:56:43.873Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:56:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:43.874Z|1926e869-bfb7-49d7-a935-08998d01993d|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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:45.400Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:45.401Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-20T07:56:45.402Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"890bcdd5-b3e2-42be-9478-7948f05074fd","serviceName":"basic_onboard_Hrmnhq","serviceVersion":"1.0","serviceUUID":"8d66f30f-1ea8-45c0-a190-b188226bd687","serviceDescription":"service","serviceInvariantUUID":"11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff","resources":[{"resourceInstanceName":"basic_onboard_Hrmnhq 0","resourceName":"basic_onboard_Hrmnhq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c14b05d-3b98-4fb1-bf70-b33a9a97174b","resourceInvariantUUID":"baa55613-d77f-4b97-9f33-f903699a4e56","resourceCustomizationUUID":"93fe1913-4821-4907-a04d-8d78390a844d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml","artifactChecksum":"MmU4ZTc2MDdjYTQwYzlmM2QzMDBmN2YwYzg4NWI4OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a8c2d0b5-31a2-4d32-ac47-cd6231f898e0","artifactVersion":"1"},{"artifactName":"basic_onboard_hrmnhq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json","artifactChecksum":"ZmVmNmZmMTM4ZGE4YWM3OTNlZmQwNDBiM2IwYjU1ZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d458a476-6789-4585-9f02-6a79df041a63","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a2c45512-d824-4255-9258-5f1692649e3a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"427c9aea-c44f-4a0c-a1e5-b61bacdc847d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"477c992c-300b-42c7-92b5-65a98900fca7","artifactVersion":"2","generatedFromUUID":"a2c45512-d824-4255-9258-5f1692649e3a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHrmnhq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml","artifactChecksum":"ZmJiMjk0ZmYxZWQwMDFlZTgxOGExMGJlNGM2NTE0MTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"079e2aa3-9485-4c16-879f-4bc46e812c9d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHrmnhq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar","artifactChecksum":"MjUzYTJiZGM4OGQ3OTBhNTY2YjEwNjUyYzJmZTlkMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3982ef35-de34-45ad-a028-a5a32bc3cdd7","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-20T07:56:45.408Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:56:45.408Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:56:45.414Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:56:45.414Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:56:45.513Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T07:56:45.515Z||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-08-20T07:56:45.515Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:45.527Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:45.528Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:56:45.644Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:45.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:56:45.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:56:45.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:56:46.415Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:56:46.416Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:56:46.419Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:56:46.419Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T07:56:46.519Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:56:46.519Z||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-08-20T07:56:46.520Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:46.531Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:46.532Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:56:47.419Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:56:47.420Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:56:47.425Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:56:47.426Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-20T07:56:47.522Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-08-20T07:56:47.523Z||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-08-20T07:56:47.524Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:47.538Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:47.538Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-20T07:56:48.426Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:56:48.427Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:56:48.431Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:56:48.431Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:56:48.531Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:56:48.532Z||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-08-20T07:56:48.532Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:48.544Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:48.545Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:56:49.432Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:56:49.432Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:56:49.434Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:56:49.435Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-20T07:56:49.535Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:56:49.536Z||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-08-20T07:56:49.536Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:49.548Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:49.548Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:56:50.436Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:56:50.437Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:56:50.439Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:56:50.439Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:56:50.540Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:56:50.541Z||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-08-20T07:56:50.541Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:50.555Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:50.555Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-20T07:56:51.440Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T07:56:51.441Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:56:51.443Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:56:51.443Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:56:51.543Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:56:51.544Z||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-08-20T07:56:51.545Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:51.558Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:51.558Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-20T07:56:52.445Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"serviceName": "basic_onboard_Hrmnhq",
"serviceVersion": "1.0",
"serviceUUID": "8d66f30f-1ea8-45c0-a190-b188226bd687",
"serviceDescription": "service",
"serviceInvariantUUID": "11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff",
"resources": [
{
"resourceInstanceName": "basic_onboard_Hrmnhq 0",
"resourceCustomizationUUID": "93fe1913-4821-4907-a04d-8d78390a844d",
"resourceName": "basic_onboard_Hrmnhq",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4c14b05d-3b98-4fb1-bf70-b33a9a97174b",
"resourceInvariantUUID": "baa55613-d77f-4b97-9f33-f903699a4e56",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hrmnhq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"artifactChecksum": "ZmVmNmZmMTM4ZGE4YWM3OTNlZmQwNDBiM2IwYjU1ZDc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d458a476-6789-4585-9f02-6a79df041a63",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a2c45512-d824-4255-9258-5f1692649e3a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "477c992c-300b-42c7-92b5-65a98900fca7",
"generatedFromUUID": "a2c45512-d824-4255-9258-5f1692649e3a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "477c992c-300b-42c7-92b5-65a98900fca7",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHrmnhq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"artifactChecksum": "MjUzYTJiZGM4OGQ3OTBhNTY2YjEwNjUyYzJmZTlkMDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3982ef35-de34-45ad-a028-a5a32bc3cdd7"
}
],
"workloadContext": "Production"
}
2021-08-20T07:56:52.446Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-20T07:56:52.446Z|1926e869-bfb7-49d7-a935-08998d01993d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8d66f30f-1ea8-45c0-a190-b188226bd687 ASDC
2021-08-20T07:56:52.447Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:890bcdd5-b3e2-42be-9478-7948f05074fd
ServiceName:basic_onboard_Hrmnhq
ServiceVersion:1.0
ServiceUUID:8d66f30f-1ea8-45c0-a190-b188226bd687
ServiceInvariantUUID:11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHrmnhq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar
ArtifactUUID:3982ef35-de34-45ad-a028-a5a32bc3cdd7
ArtifactChecksum:MjUzYTJiZGM4OGQ3OTBhNTY2YjEwNjUyYzJmZTlkMDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_Hrmnhq 0
ResourceCustomizationUUID:93fe1913-4821-4907-a04d-8d78390a844d
ResourceInvariantUUID:baa55613-d77f-4b97-9f33-f903699a4e56
ResourceName:basic_onboard_Hrmnhq
ResourceType:VF
ResourceUUID:4c14b05d-3b98-4fb1-bf70-b33a9a97174b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hrmnhq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json
ArtifactUUID:d458a476-6789-4585-9f02-6a79df041a63
ArtifactChecksum:ZmVmNmZmMTM4ZGE4YWM3OTNlZmQwNDBiM2IwYjU1ZDc=
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/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a2c45512-d824-4255-9258-5f1692649e3a
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/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env
ArtifactUUID:477c992c-300b-42c7-92b5-65a98900fca7
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/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env
ArtifactUUID:477c992c-300b-42c7-92b5-65a98900fca7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-20T07:56:52.447Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d66f30f-1ea8-45c0-a190-b188226bd687 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-08-20T07:56:52.482Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-20T07:56:52.483Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-20T07:56:52.484Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-20T07:56:52.484Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3982ef35-de34-45ad-a028-a5a32bc3cdd7 from URL: /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:52.484Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-20T07:56:52.484Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:53.745Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-20T07:56:53.748Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar 3982ef35-de34-45ad-a028-a5a32bc3cdd7 71361
2021-08-20T07:56:53.748Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar ASDC sendASDCNotification
2021-08-20T07:56:53.749Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:53.749Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-20T07:56:53.749Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:56:53.751Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:56:53.751Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446213748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:56:53.852Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:56:53.854Z||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-08-20T07:56:53.854Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:53.867Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:53.868Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:56:54.752Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-20T07:56:54.753Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2021-08-20T07:56:54.754Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3982ef35-de34-45ad-a028-a5a32bc3cdd7, URL: /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar to file: /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:54.754Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:54.755Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:54.755Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:54.925Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9762683903466602008/Definitions/service-BasicOnboardHrmnhq-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-08-20T07:56:56.280Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-20T07:56:56.280Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-20T07:56:56.280Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Hrmnhq 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-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||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-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||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-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||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-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||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-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:56.281Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:56.282Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||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-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:56.282Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||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-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:56:56.282Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||####################################################################################################
2021-08-20T07:56:56.282Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.282Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria
2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:56:56.283Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria
2021-08-20T07:56:56.284Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2021-08-20T07:56:56.284Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-20T07:56:56.284Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.284Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:56:56.284Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is not matching search criteria
2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-20T07:56:56.285Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-20T07:56:56.286Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.286Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-20T07:56:56.286Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.286Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria
2021-08-20T07:56:56.286Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria
2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria
2021-08-20T07:56:56.287Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is not matching search criteria
2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=218f9fc7-cda8-46b4-bc9b-8e43a8cf77b0
2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.288Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:56:56.289Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:56:56.290Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_Hrmnhq
Description:service
Model UUID:8d66f30f-1ea8-45c0-a190-b188226bd687
Model Version:NULL
Model InvariantUuid:11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_Hrmnhq
Model UUID:c8de1e20-1db8-492d-995f-66f035e19ebb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:baa55613-d77f-4b97-9f33-f903699a4e56
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:93fe1913-4821-4907-a04d-8d78390a844d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c8379fd2-1dd0-4d88-bbb0-953ad6674e24
ModelName:BasicOnboardHrmnhq..base_ubuntu18..module-0
ModelUuid:4d95d669-2550-4a45-a86e-f83dbfeb7049
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:218f9fc7-cda8-46b4-bc9b-8e43a8cf77b0
ModelInvariantUuid:442e1bfc-a031-4fd3-b87a-70be32bff86e
ModelName:basic_onboard_Hrmnhq-nodes.ubuntu18Cvfc
ModelUuid:a77f841e-e530-4728-a790-986182c85661
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:75042855-7198-4e5f-ae14-58782851667a
ModelInvariantUuid:6ac9f7ae-05f8-4b79-9d48-73f4184bec5e
ModelName:BasicOnboardHrmnhq.compute.nodes.heat.ubuntu18
ModelUuid:5af7ae6d-2e0d-449b-a524-0e25677b51a5
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-08-20T07:56:56.294Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 4c14b05d-3b98-4fb1-bf70-b33a9a97174b
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-08-20T07:56:56.297Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||basic_onboard_Hrmnhq 0
2021-08-20T07:56:56.298Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4c14b05d-3b98-4fb1-bf70-b33a9a97174b
2021-08-20T07:56:56.298Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d458a476-6789-4585-9f02-6a79df041a63 from URL: /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json
2021-08-20T07:56:56.298Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-20T07:56:56.298Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json
2021-08-20T07:56:57.709Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-20T07:56:57.710Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json d458a476-6789-4585-9f02-6a79df041a63 798
2021-08-20T07:56:57.711Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json ASDC sendASDCNotification
2021-08-20T07:56:57.711Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json
2021-08-20T07:56:57.711Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-20T07:56:57.711Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:56:57.713Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:56:57.714Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446217711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:56:57.814Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:56:57.815Z||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-08-20T07:56:57.816Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:57.828Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:57.828Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-20T07:56:58.714Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHrmnhq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c8379fd2-1dd0-4d88-bbb0-953ad6674e24",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4d95d669-2550-4a45-a86e-f83dbfeb7049",
"vfModuleModelCustomizationUUID": "f004af54-8326-4914-81b2-e5e001cd8c96",
"isBase": true,
"artifacts": [
"a2c45512-d824-4255-9258-5f1692649e3a",
"477c992c-300b-42c7-92b5-65a98900fca7"
],
"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-08-20T07:56:58.719Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHrmnhq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d95d669-2550-4a45-a86e-f83dbfeb7049
VfModuleModelInvariantUUID:c8379fd2-1dd0-4d88-bbb0-953ad6674e24
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2c45512-d824-4255-9258-5f1692649e3a
,
477c992c-300b-42c7-92b5-65a98900fca7
}
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-08-20T07:56:58.722Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHrmnhq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "c8379fd2-1dd0-4d88-bbb0-953ad6674e24",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4d95d669-2550-4a45-a86e-f83dbfeb7049",
"vfModuleModelCustomizationUUID": "f004af54-8326-4914-81b2-e5e001cd8c96",
"isBase": true,
"artifacts": [
"a2c45512-d824-4255-9258-5f1692649e3a",
"477c992c-300b-42c7-92b5-65a98900fca7"
],
"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-08-20T07:56:58.722Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHrmnhq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d95d669-2550-4a45-a86e-f83dbfeb7049
VfModuleModelInvariantUUID:c8379fd2-1dd0-4d88-bbb0-953ad6674e24
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2c45512-d824-4255-9258-5f1692649e3a
,
477c992c-300b-42c7-92b5-65a98900fca7
}
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-08-20T07:56:58.722Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a2c45512-d824-4255-9258-5f1692649e3a from URL: /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml
2021-08-20T07:56:58.723Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-20T07:56:58.723Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml
2021-08-20T07:56:59.096Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-20T07:56:59.097Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml a2c45512-d824-4255-9258-5f1692649e3a 5033
2021-08-20T07:56:59.097Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-20T07:56:59.097Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml
2021-08-20T07:56:59.097Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-20T07:56:59.098Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:56:59.100Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:56:59.100Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446219097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:56:59.200Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:56:59.201Z||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-08-20T07:56:59.201Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:56:59.215Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:56:59.216Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:57:00.101Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 477c992c-300b-42c7-92b5-65a98900fca7 from URL: /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env
2021-08-20T07:57:00.101Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2021-08-20T07:57:00.102Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env
2021-08-20T07:57:00.761Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2021-08-20T07:57:00.761Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env 477c992c-300b-42c7-92b5-65a98900fca7 909
2021-08-20T07:57:00.762Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-20T07:57:00.762Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env
2021-08-20T07:57:00.762Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-20T07:57:00.762Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:57:00.764Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:57:00.765Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446220762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:57:00.865Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:57:00.866Z||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-08-20T07:57:00.866Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:57:00.877Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:57:00.878Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:57:01.765Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8d66f30f-1ea8-45c0-a190-b188226bd687
2021-08-20T07:57:01.766Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Hrmnhq 0 4c14b05d-3b98-4fb1-bf70-b33a9a97174b ASDC
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 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 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-08-20T07:57:01.777Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.778Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:57:01.778Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2021-08-20T07:57:01.778Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 93fe1913-4821-4907-a04d-8d78390a844d
2021-08-20T07:57:01.779Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93fe1913-4821-4907-a04d-8d78390a844d matches Tosca VF Customization UUID: 93fe1913-4821-4907-a04d-8d78390a844d
2021-08-20T07:57:01.779Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 93fe1913-4821-4907-a04d-8d78390a844d 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-08-20T07:57:01.782Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.782Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:57:01.783Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 93fe1913-4821-4907-a04d-8d78390a844d: {\"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-08-20T07:57:01.783Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26c3e723
2021-08-20T07:57:01.783Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.784Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-20T07:57:01.784Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f004af54-8326-4914-81b2-e5e001cd8c96
2021-08-20T07:57:01.785Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f004af54-8326-4914-81b2-e5e001cd8c96
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-08-20T07:57:01.787Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.788Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria
2021-08-20T07:57:01.788Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:57:01.788Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.789Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria
2021-08-20T07:57:01.789Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:57:01.789Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.790Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is not matching search criteria
2021-08-20T07:57:01.790Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-20T07:57:01.790Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-20T07:57:01.790Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=218f9fc7-cda8-46b4-bc9b-8e43a8cf77b0
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-08-20T07:57:01.793Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.793Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria
2021-08-20T07:57:01.794Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T07:57:01.794Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.794Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_Hrmnhq 0 is matching search criteria
2021-08-20T07:57:01.794Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_Hrmnhq 0] matching following query criteria: sdcType=VF, customizationUUID=93fe1913-4821-4907-a04d-8d78390a844d
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-08-20T07:57:01.796Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.796Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:57:01.797Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8d66f30f-1ea8-45c0-a190-b188226bd687: basic_onboard_Hrmnhq
2021-08-20T07:57:01.797Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.797Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:57:01.798Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.798Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:57:01.798Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.798Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:57:01.799Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.799Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:57:01.799Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T07:57:01.800Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_Hrmnhq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T07:57:01.800Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_Hrmnhq
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-08-20T07:57:01.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Hrmnhq 4c14b05d-3b98-4fb1-bf70-b33a9a97174b 1 ASDC deployResourceStructure
2021-08-20T07:57:01.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json ASDC sendASDCNotification
2021-08-20T07:57:01.868Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json
2021-08-20T07:57:01.868Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-20T07:57:01.868Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:57:01.870Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:57:01.870Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446221867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-20T07:57:01.971Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T07:57:01.971Z||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-08-20T07:57:01.971Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:57:01.984Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:57:01.985Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:57:02.871Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-20T07:57:02.872Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml
2021-08-20T07:57:02.872Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-20T07:57:02.873Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:57:02.875Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:57:02.875Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446222871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-20T07:57:02.975Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:57:02.976Z||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-08-20T07:57:02.976Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:57:02.987Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:57:02.987Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-20T07:57:03.876Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-20T07:57:03.876Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env
2021-08-20T07:57:03.876Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-20T07:57:03.877Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:57:03.879Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:57:03.879Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446223876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-20T07:57:03.979Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:57:03.980Z||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-08-20T07:57:03.980Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:57:04.014Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:57:04.015Z||pool-32-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2021-08-20T07:57:04.880Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar ASDC sendASDCNotification
2021-08-20T07:57:04.881Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar
2021-08-20T07:57:04.881Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-20T07:57:04.882Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T07:57:04.884Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T07:57:04.884Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446224880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:57:04.984Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T07:57:04.985Z||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-08-20T07:57:04.985Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T07:57:04.996Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:57:04.997Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-20T07:57:05.885Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:57:05.891Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:57:05.894Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:57:05.894Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:57:05.894Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:57:35.894Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:57:35.901Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:57:35.903Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:57:35.903Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:57:35.903Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:57:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:57:43.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:57:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:57:43.901Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:57:43.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:57:43.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "cds",
"timestamp": 1629446200743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:57:43.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:58:05.904Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:58:05.930Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:58:05.931Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:58:05.931Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:58:05.931Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:58:35.932Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:58:35.941Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:58:35.951Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:58:35.951Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:58:35.952Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:58:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:58:43.869Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:58:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:58:43.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:58:43.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:58:43.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629446197542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:58:43.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:05.952Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:59:05.958Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:59:05.960Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:59:05.960Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:59:05.960Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:59:35.961Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:59:35.973Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T07:59:35.975Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T07:59:35.975Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T07:59:35.975Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T07:59:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T07:59:43.869Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T07:59:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T07:59:44.418Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T07:59:44.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "policy-id",
"timestamp": 1629446205306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "cds",
"timestamp": 1629446200743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629446197542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "policy-id",
"timestamp": 1629446205306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629446197542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "cds",
"timestamp": 1629446200743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "policy-id",
"timestamp": 1629446205306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629446197542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "cds",
"timestamp": 1629446200743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "policy-id",
"timestamp": 1629446205306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "cds",
"timestamp": 1629446200743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629446197542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1629446209136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "policy-id",
"timestamp": 1629446205306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "cds",
"timestamp": 1629446200743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629446197542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1629446209136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "policy-id",
"timestamp": 1629446205306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446203866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "cds",
"timestamp": 1629446200743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629446197542,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1629446209136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "policy-id",
"timestamp": 1629446205306,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "aai-ml",
"timestamp": 1629446211539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.435Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1629446209136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "aai-ml",
"timestamp": 1629446211539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629446213749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446213748,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.437Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1629446209136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "cds",
"timestamp": 1629446213845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "policy-id",
"timestamp": 1629446214050,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "aai-ml",
"timestamp": 1629446211539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1629446209136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "cds",
"timestamp": 1629446214853,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-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-08-20T07:59:44.443Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd
2021-08-20T07:59:44.444Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-08-20T07:59:44.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "policy-id",
"timestamp": 1629446215058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:59:44.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "clamp",
"timestamp": 1629446214516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "aai-ml",
"timestamp": 1629446211539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "ves-openapi-manager",
"timestamp": 1629446209136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.461Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446215229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "dcae-sch",
"timestamp": 1629446215233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "policy-id",
"timestamp": 1629446216063,
"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-08-20T07:59:44.466Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd
2021-08-20T07:59:44.466Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-08-20T07:59:44.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "clamp",
"timestamp": 1629446214516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "aai-ml",
"timestamp": 1629446211539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629446216224,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:59:44.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446215229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "dcae-sch",
"timestamp": 1629446215233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "clamp",
"timestamp": 1629446214516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "aai-ml",
"timestamp": 1629446211539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629446217230,
"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-08-20T07:59:44.479Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd
2021-08-20T07:59:44.479Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-08-20T07:59:44.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446217711,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446215229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "dcae-sch",
"timestamp": 1629446215233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "clamp",
"timestamp": 1629446214516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "aai-ml",
"timestamp": 1629446211539,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446215229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "dcae-sch",
"timestamp": 1629446215233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446219097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "clamp",
"timestamp": 1629446214516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "aai-ml",
"timestamp": 1629446219789,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446215229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "dcae-sch",
"timestamp": 1629446215233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "clamp",
"timestamp": 1629446214516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446220762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446215229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "dcae-sch",
"timestamp": 1629446215233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "clamp",
"timestamp": 1629446214516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446221867,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-20T07:59:44.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446215229,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T07:59:44.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "dcae-sch",
"timestamp": 1629446215233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-20T07:59:44.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2021-08-20T07:59:44.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446222871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-20T07:59:44.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446223876,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-20T07:59:44.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446224880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:59:44.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446225064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446227261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.503Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "aai-ml",
"timestamp": 1629446228956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:59:44.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446229141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "clamp",
"timestamp": 1629446229877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T07:59:44.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "aai-ml",
"timestamp": 1629446229961,
"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-08-20T07:59:44.510Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd
2021-08-20T07:59:44.511Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-08-20T07:59:44.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446230184,
"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-08-20T07:59:44.526Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd
2021-08-20T07:59:44.526Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-08-20T07:59:44.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629446231191,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/resourceInstances/basic_onboard_hrmnhq0/artifacts/basic_onboard_hrmnhq0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-20T07:59:44.530Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "clamp",
"timestamp": 1629446231884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHrmnhq/1.0/artifacts/service-BasicOnboardHrmnhq-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T07:59:44.531Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T07:59:44.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T07:59:44.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "clamp",
"timestamp": 1629446232893,
"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-08-20T07:59:44.533Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 890bcdd5-b3e2-42be-9478-7948f05074fd
2021-08-20T07:59:44.533Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890bcdd5-b3e2-42be-9478-7948f05074fd 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-08-20T08:00:05.976Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T08:00:05.997Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd
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-08-20T08:00:06.001Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T08:00:06.002Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-20T08:00:06.003Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-20T08:00:06.003Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-20T08:00:06.003Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:00:06.003Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:00:06.004Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:00:06.004Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:00:06.004Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:00:06.004Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:00:06.004Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||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-08-20T08:00:06.012Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-20T08:00:36.013Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 890bcdd5-b3e2-42be-9478-7948f05074fd 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-08-20T08:00:36.024Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 890bcdd5-b3e2-42be-9478-7948f05074fd and serviceModelVersionId: 8d66f30f-1ea8-45c0-a190-b188226bd687
2021-08-20T08:00:36.024Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff
2021-08-20T08:00:36.025Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0
2021-08-20T08:00:36.034Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2021-08-20T08:00:36.097Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0|INFO|500||Invoke
2021-08-20T08:00:36.098Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[890bcdd5-b3e2-42be-9478-7948f05074fd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[39a57ec6-0baa-4c37-85fb-ed263d616dab], X-ECOMP-RequestID=[890bcdd5-b3e2-42be-9478-7948f05074fd], X-TransactionId=[], X-ONAP-RequestID=[890bcdd5-b3e2-42be-9478-7948f05074fd], Content-Type=[application/merge-patch+json]}
2021-08-20T08:00:36.128Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-20T08:00:36.322Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?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/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210820-08:00:36:138-41776], vertex-id=[147512], Content-Length=[0], Date=[Fri, 20 Aug 2021 08:00:36 GMT], Content-Type=[application/json]}
2021-08-20T08:00:36.323Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-20T08:00:36.324Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/11fd2fc4-d3d4-44f4-adfd-228ce9ad95ff/model-vers/model-ver/8d66f30f-1ea8-45c0-a190-b188226bd687?depth=0|INFO|500||InvokeReturn
2021-08-20T08:00:36.324Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-20T08:00:36.324Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||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-08-20T08:00:36.329Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||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-08-20T08:00:36.329Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 890bcdd5-b3e2-42be-9478-7948f05074fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-20T08:00:36.329Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-20T08:00:36.330Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:00:36.332Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:00:36.332Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446436329,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-20T08:00:36.434Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-20T08:00:36.438Z||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-08-20T08:00:36.438Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:00:36.459Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:00:36.460Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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-08-20T08:00:37.348Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:00:37.349Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:00:37.349Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:00:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:00:43.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:00:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:00:44.561Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:00:44.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T08:00:44.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "890bcdd5-b3e2-42be-9478-7948f05074fd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629446436329,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-20T08:00:44.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:00:47.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:00:47.603Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:00:47.603Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:00:47.604Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:00:57.149Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:00:57.150Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:00:57.151Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:00:57.151Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:01:06.750Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:01:06.751Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:01:06.752Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:01:06.753Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:01:16.301Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:01:43.864Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:01:43.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:01:43.866Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:01:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:01:43.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:01:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:01:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:01:53.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:02:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:02:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:02:43.868Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:02:43.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:02:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:02:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:02:53.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:02:53.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:03:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:03:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:03:43.868Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:03:43.868Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:03:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:03:43.868Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:03:53.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:03:53.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:04:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:04:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:04:43.871Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:04:43.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:04:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:04:43.872Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:04:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:04:53.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:05:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:05:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:05:43.870Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:05:43.870Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:05:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:05:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:05:53.441Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:05:53.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:06:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:06:43.869Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:06:43.871Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:06:43.871Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:06:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:06:43.871Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:06:53.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:06:53.427Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:07:43.866Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:07:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:07:43.873Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:07:43.873Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:07:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:07:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:07:53.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:07:53.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:08:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:08:43.870Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:08:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:08:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:08:43.873Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:08:43.873Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:08:53.420Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:08:53.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:09:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:09:43.867Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:09:43.872Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:09:43.872Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:09:43.872Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:09:43.874Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:09:53.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:09:53.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:10:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:10:43.866Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:10:43.867Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:10:43.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:10:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:10:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:10:53.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:10:53.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:11:43.867Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:11:43.867Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:11:43.869Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:11:43.869Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:11:43.869Z|890bcdd5-b3e2-42be-9478-7948f05074fd|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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:11:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:11:53.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:11:53.439Z|890bcdd5-b3e2-42be-9478-7948f05074fd|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:12:43.867Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:12:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:12:43.870Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:12:43.870Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:12:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:12:43.871Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:12:53.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:12:53.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:13:43.865Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:13:43.867Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:13:43.869Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:13:43.869Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:13:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:13:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:13:53.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:13:53.456Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:14:43.866Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:14:43.868Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:14:43.870Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:14:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:14:43.870Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:14:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:14:44.500Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:14:44.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:14:44.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "dcae-sch",
"timestamp": 1629447275234,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:14:44.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6ebf8cd5-8ffe-4c90-8e04-afd169356c73","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3a9a31bd-3302-4bdf-9506-323e633acd0b","serviceDescription":"service","serviceInvariantUUID":"562f3c87-9210-4b80-81cd-aa1c144d34b2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5293f8df-9d39-460e-a7eb-32473995e4e4","resourceInvariantUUID":"7bdb8131-8a44-4c52-8252-43ac962bea47","resourceCustomizationUUID":"97d419e5-bbd8-4dd1-b23d-614fe70d07f4","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":"ODZhZTMwOTIyN2QyZDM0OGRiZjQwOTMyZDg3M2M4YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9586fcd6-6324-458f-918c-e2979e3c1606","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NTAyMGQwYzI1NDA5OGRiZDc3MTQyMDdkMTBiMjU0M2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b82270d-7ac3-4ddf-b93a-d541a915fbef","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-20T08:14:44.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447275229,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:14:44.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "ves-openapi-manager",
"timestamp": 1629447269136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:14:44.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "dcae-sch",
"timestamp": 1629447275234,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:14:44.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447275229,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:14:44.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "ves-openapi-manager",
"timestamp": 1629447269136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:14:44.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447277543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:14:44.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447277543,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447281030,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "cds",
"timestamp": 1629447280743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "cds",
"timestamp": 1629447280743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:14:44.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-20T08:14:44.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447282666,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T08:14:44.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:14:44.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:14:44.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447283673,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2021-08-20T08:14:44.509Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T08:14:44.510Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
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-08-20T08:14:44.514Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:14:44.514Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447283865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
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-08-20T08:14:44.521Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
2021-08-20T08:14:44.521Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-08-20T08:14:44.614Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T08:14:44.615Z||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-08-20T08:14:44.615Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:14:44.627Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:14:44.628Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-20T08:14:45.515Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T08:14:45.517Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:14:45.520Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:14:45.520Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447283865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:14:45.619Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T08:14:45.620Z||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-08-20T08:14:45.620Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:14:45.633Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:14:45.634Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-20T08:14:46.521Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "3a9a31bd-3302-4bdf-9506-323e633acd0b",
"serviceDescription": "service",
"serviceInvariantUUID": "562f3c87-9210-4b80-81cd-aa1c144d34b2",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "97d419e5-bbd8-4dd1-b23d-614fe70d07f4",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "5293f8df-9d39-460e-a7eb-32473995e4e4",
"resourceInvariantUUID": "7bdb8131-8a44-4c52-8252-43ac962bea47",
"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": "NTAyMGQwYzI1NDA5OGRiZDc3MTQyMDdkMTBiMjU0M2Y\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5b82270d-7ac3-4ddf-b93a-d541a915fbef"
}
],
"workloadContext": "Production"
}
2021-08-20T08:14:46.521Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-20T08:14:46.522Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3a9a31bd-3302-4bdf-9506-323e633acd0b ASDC
2021-08-20T08:14:46.523Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:6ebf8cd5-8ffe-4c90-8e04-afd169356c73
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:3a9a31bd-3302-4bdf-9506-323e633acd0b
ServiceInvariantUUID:562f3c87-9210-4b80-81cd-aa1c144d34b2
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:5b82270d-7ac3-4ddf-b93a-d541a915fbef
ArtifactChecksum:NTAyMGQwYzI1NDA5OGRiZDc3MTQyMDdkMTBiMjU0M2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:97d419e5-bbd8-4dd1-b23d-614fe70d07f4
ResourceInvariantUUID:7bdb8131-8a44-4c52-8252-43ac962bea47
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5293f8df-9d39-460e-a7eb-32473995e4e4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-20T08:14:46.523Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3a9a31bd-3302-4bdf-9506-323e633acd0b 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-08-20T08:14:46.552Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-20T08:14:46.553Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-20T08:14:46.554Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-20T08:14:46.554Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5b82270d-7ac3-4ddf-b93a-d541a915fbef from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-20T08:14:46.554Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-20T08:14:46.554Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-20T08:14:48.169Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-20T08:14:48.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5b82270d-7ac3-4ddf-b93a-d541a915fbef 52175
2021-08-20T08:14:48.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-20T08:14:48.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-20T08:14:48.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-20T08:14:48.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:14:48.175Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:14:48.175Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447288172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:14:48.275Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T08:14:48.276Z||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-08-20T08:14:48.276Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:14:48.287Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:14:48.287Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-20T08:14:49.175Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-20T08:14:49.177Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-20T08:14:49.177Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5b82270d-7ac3-4ddf-b93a-d541a915fbef, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-20T08:14:49.213Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-20T08:14:49.214Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-20T08:14:49.214Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-20T08:14:49.653Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7862530845178556168/Definitions/service-BasicNetwork-template.yml
2021-08-20T08:14:50.094Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-08-20T08:14:50.095Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-BasicNetwork-csar.csar
2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-20T08:14:50.096Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.097Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.098Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.099Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:3a9a31bd-3302-4bdf-9506-323e633acd0b
Model Version:NULL
Model InvariantUuid:562f3c87-9210-4b80-81cd-aa1c144d34b2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7bdb8131-8a44-4c52-8252-43ac962bea47
Model UUID:a1f6f121-a863-43ba-9f67-bb6542e2645e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:97d419e5-bbd8-4dd1-b23d-614fe70d07f4
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-08-20T08:14:50.104Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 5293f8df-9d39-460e-a7eb-32473995e4e4
2021-08-20T08:14:50.105Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||No resources found for Service: 3a9a31bd-3302-4bdf-9506-323e633acd0b
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-08-20T08:14:50.114Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||
2021-08-20T08:14:50.115Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-20T08:14:50.118Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 3a9a31bd-3302-4bdf-9506-323e633acd0b
2021-08-20T08:14:50.119Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3a9a31bd-3302-4bdf-9506-323e633acd0b
2021-08-20T08:14:50.119Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-20T08:14:50.120Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-08-20T08:14:50.130Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.131Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.131Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.131Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.131Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3a9a31bd-3302-4bdf-9506-323e633acd0b: Generic NeutronNet
2021-08-20T08:14:50.132Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.132Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.132Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.132Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-08-20T08:14:50.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.172Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:14:50.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:14:50.173Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||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-08-20T08:14:50.226Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-20T08:14:50.226Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-08-20T08:14:50.227Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-20T08:14:50.227Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-20T08:14:50.227Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:14:50.228Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:14:50.228Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447290226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T08:14:50.329Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T08:14:50.329Z||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-08-20T08:14:50.330Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:14:50.344Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:14:50.345Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-20T08:14:51.229Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
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-08-20T08:14:51.238Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
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-08-20T08:14:51.240Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T08:14:51.240Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T08:14:51.240Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T08:15:21.240Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
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-08-20T08:15:21.252Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
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-08-20T08:15:21.254Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T08:15:21.254Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T08:15:21.254Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T08:15:43.869Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:15:43.870Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:15:43.870Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:15:44.029Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:15:44.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-20T08:15:44.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "cds",
"timestamp": 1629447284476,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:15:44.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:15:51.254Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
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-08-20T08:15:51.260Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
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-08-20T08:15:51.262Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T08:15:51.262Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T08:15:51.262Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T08:16:21.263Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
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-08-20T08:16:21.286Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
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-08-20T08:16:21.292Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T08:16:21.293Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-20T08:16:21.293Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-20T08:16:43.867Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:16:43.869Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:16:43.869Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:16:44.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:16:44.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447283865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:16:44.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-20T08:16:44.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "cds",
"timestamp": 1629447285490,
"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-08-20T08:16:44.413Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
2021-08-20T08:16:44.413Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-08-20T08:16:44.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447283865,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:16:44.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-20T08:16:44.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "policy-id",
"timestamp": 1629447285305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:16:44.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-20T08:16:44.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "policy-id",
"timestamp": 1629447285305,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:16:44.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-20T08:16:44.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447288172,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:16:44.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:16:44.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "policy-id",
"timestamp": 1629447290120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:16:44.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:16:44.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447290226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T08:16:44.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:16:44.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "policy-id",
"timestamp": 1629447291125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T08:16:44.428Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:16:44.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "policy-id",
"timestamp": 1629447292128,
"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-08-20T08:16:44.434Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
2021-08-20T08:16:44.434Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-08-20T08:16:44.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "aai-ml",
"timestamp": 1629447291539,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:16:44.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "aai-ml",
"timestamp": 1629447291539,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:16:44.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "clamp",
"timestamp": 1629447294517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:16:44.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-20T08:16:44.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "aai-ml",
"timestamp": 1629447295850,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:16:44.445Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "clamp",
"timestamp": 1629447294517,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:16:44.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "aai-ml",
"timestamp": 1629447300882,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T08:16:44.445Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "aai-ml",
"timestamp": 1629447301886,
"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-08-20T08:16:44.457Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
2021-08-20T08:16:44.457Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-08-20T08:16:44.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "clamp",
"timestamp": 1629447308062,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:16:44.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:16:44.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "clamp",
"timestamp": 1629447310063,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T08:16:44.470Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:16:44.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-20T08:16:44.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "clamp",
"timestamp": 1629447311066,
"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-08-20T08:16:44.475Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
2021-08-20T08:16:44.475Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-08-20T08:16:51.294Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
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-08-20T08:16:51.305Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73
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-08-20T08:16:51.308Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-20T08:16:51.308Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:16:51.309Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:16:51.310Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-20T08:16:51.310Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-08-20T08:16:51.315Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-20T08:17:21.315Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 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-08-20T08:17:21.326Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 and serviceModelVersionId: 3a9a31bd-3302-4bdf-9506-323e633acd0b
2021-08-20T08:17:21.327Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 562f3c87-9210-4b80-81cd-aa1c144d34b2
2021-08-20T08:17:21.328Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0
2021-08-20T08:17:21.338Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-08-20T08:17:21.408Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0|INFO|500||Invoke
2021-08-20T08:17:21.409Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6ebf8cd5-8ffe-4c90-8e04-afd169356c73], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[856667e7-3bf4-407e-ad55-0e6cffc210a1], X-ECOMP-RequestID=[6ebf8cd5-8ffe-4c90-8e04-afd169356c73], X-TransactionId=[], X-ONAP-RequestID=[6ebf8cd5-8ffe-4c90-8e04-afd169356c73], Content-Type=[application/merge-patch+json]}
2021-08-20T08:17:21.440Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-20T08:17:22.467Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?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/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210820-08:17:21:453-78424], vertex-id=[180304], Content-Length=[0], Date=[Fri, 20 Aug 2021 08:17:21 GMT], Content-Type=[application/json]}
2021-08-20T08:17:22.469Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-08-20T08:17:22.470Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/562f3c87-9210-4b80-81cd-aa1c144d34b2/model-vers/model-ver/3a9a31bd-3302-4bdf-9506-323e633acd0b?depth=0|INFO|500||InvokeReturn
2021-08-20T08:17:22.471Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-20T08:17:22.473Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-08-20T08:17:22.481Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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-08-20T08:17:22.481Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6ebf8cd5-8ffe-4c90-8e04-afd169356c73 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-20T08:17:22.482Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-20T08:17:22.482Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:17:22.484Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:17:22.484Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447442482,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-20T08:17:22.585Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T08:17:22.586Z||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-08-20T08:17:22.586Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:17:22.603Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:17:22.605Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-20T08:17:23.494Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:17:23.494Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:17:23.494Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:17:33.783Z|6ebf8cd5-8ffe-4c90-8e04-afd169356c73|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:17:33.784Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:17:33.785Z||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-08-20T08:17:33.785Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:17:43.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:17:43.864Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:17:43.865Z||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-08-20T08:17:43.865Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:17:43.866Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:17:43.867Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:17:43.867Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:17:44.495Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:17:44.495Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-20T08:17:44.495Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6ebf8cd5-8ffe-4c90-8e04-afd169356c73",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447442482,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-20T08:17:44.496Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:17:53.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:43.870Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:18:43.870Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-20T08:18:43.876Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:18:43.876Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-20T08:18:43.876Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:18:43.876Z||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 HnBwaCXTMFqL4JjS) ...
2021-08-20T08:18:44.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:44.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"00e72a65-9d24-452b-bf25-1c0345ece6bb","serviceDescription":"service","serviceInvariantUUID":"74f2b7a5-35a1-449c-9dc5-939175a7b82b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a471644b-b0c7-4e46-9a66-4d767c8e8668","resourceInvariantUUID":"c543d21e-2ba2-4544-9ece-eaf8f4562f7f","resourceCustomizationUUID":"73a6aa66-2f72-47bc-9e74-445e03e6a1fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"OTZiY2JjMDY0ZDYxMGVjYzI0NmE5ODk0YWY1NGNhOGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30645cf7-e0bb-4b67-85d8-e98581a13e06","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NGJkMDgzYzllYWRiZDAzNGFjNDhlZjc2MDZhYjdlNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41e22247-fb63-4ec1-8fe5-dd8501a27a00","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"16717c59-7ed6-402b-81cb-af8205a6c0a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bbf2e902-2a21-494e-8525-3727c7cdda0c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"57e31901-3752-43d6-b86b-f714b585c67c","artifactVersion":"2","generatedFromUUID":"16717c59-7ed6-402b-81cb-af8205a6c0a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjAxNDRmN2M4ZmU5ZjM0NDNjZDFkMTRjMzExMTNkNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f56588d8-2e87-42a2-aa06-1375d33d840b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWE5NGU5YzQzMTBjZDRkZjIxY2MyYTU0YmRiNjA3NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"580aa1f8-b933-4c08-ba98-60984c0bb711","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-20T08:18:44.114Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T08:18:44.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:18:44.118Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:18:44.119Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447523869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.219Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T08:18:44.220Z||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-08-20T08:18:44.220Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:18:44.233Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:44.233Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-20T08:18:44.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:44.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "aai-ml",
"timestamp": 1629447471540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1629447469136,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.251Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "policy-id",
"timestamp": 1629447465306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "clamp",
"timestamp": 1629447474516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1629447469136,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "aai-ml",
"timestamp": 1629447471540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "policy-id",
"timestamp": 1629447465306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447475229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "dcae-sch",
"timestamp": 1629447475233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "clamp",
"timestamp": 1629447474516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "aai-ml",
"timestamp": 1629447471540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1629447469136,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "cds",
"timestamp": 1629447475743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "policy-id",
"timestamp": 1629447465306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447475229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "dcae-sch",
"timestamp": 1629447475233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "clamp",
"timestamp": 1629447474516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "aai-ml",
"timestamp": 1629447471540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1629447469136,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "cds",
"timestamp": 1629447475743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "policy-id",
"timestamp": 1629447465306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447475229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "dcae-sch",
"timestamp": 1629447475233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "clamp",
"timestamp": 1629447474516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "aai-ml",
"timestamp": 1629447471540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1629447469136,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "cds",
"timestamp": 1629447475743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "policy-id",
"timestamp": 1629447465306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447475229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "dcae-sch",
"timestamp": 1629447475233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.264Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.264Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.264Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "clamp",
"timestamp": 1629447474516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "aai-ml",
"timestamp": 1629447471540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.265Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.265Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.265Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1629447469136,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "cds",
"timestamp": 1629447475743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "policy-id",
"timestamp": 1629447465306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447475229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "dcae-sch",
"timestamp": 1629447475233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "clamp",
"timestamp": 1629447474516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "ves-openapi-manager",
"timestamp": 1629447469136,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "aai-ml",
"timestamp": 1629447471540,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "cds",
"timestamp": 1629447475743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.269Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.269Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "policy-id",
"timestamp": 1629447465306,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.269Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447475229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "dcae-sch",
"timestamp": 1629447475233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.270Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.270Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "clamp",
"timestamp": 1629447474516,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "cds",
"timestamp": 1629447475743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.271Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.271Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447475229,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.271Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "dcae-sch",
"timestamp": 1629447475233,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.272Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "cds",
"timestamp": 1629447475743,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.272Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.272Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "aai-ml",
"timestamp": 1629447482974,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:18:44.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "policy-id",
"timestamp": 1629447483037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:18:44.273Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.273Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.273Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "policy-id",
"timestamp": 1629447484041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T08:18:44.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447484223,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:18:44.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.274Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "cds",
"timestamp": 1629447484931,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:18:44.274Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.274Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.275Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "policy-id",
"timestamp": 1629447485043,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-20T08:18:44.305Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf
2021-08-20T08:18:44.305Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-08-20T08:18:44.318Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.318Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "cds",
"timestamp": 1629447485943,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-08-20T08:18:44.324Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf
2021-08-20T08:18:44.324Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-08-20T08:18:44.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "clamp",
"timestamp": 1629447486282,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:18:44.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447486335,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:18:44.334Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.334Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "clamp",
"timestamp": 1629447488111,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T08:18:44.335Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447487542,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.335Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.335Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.335Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "clamp",
"timestamp": 1629447489118,
"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-08-20T08:18:44.340Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf
2021-08-20T08:18:44.340Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-08-20T08:18:44.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447487542,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447489543,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:18:44.349Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447487542,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447490577,
"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-08-20T08:18:44.355Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf
2021-08-20T08:18:44.355Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-08-20T08:18:44.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447487542,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447491581,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-20T08:18:44.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447487542,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "aai-ml",
"timestamp": 1629447492636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T08:18:44.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447487542,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.365Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.365Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "aai-ml",
"timestamp": 1629447493641,
"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-08-20T08:18:44.370Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf
2021-08-20T08:18:44.371Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-08-20T08:18:44.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447487542,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.379Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.379Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.379Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447497028,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:18:44.380Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447499479,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-20T08:18:44.380Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-20T08:18:44.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447500485,
"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-08-20T08:18:44.385Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf
2021-08-20T08:18:44.386Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf 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-08-20T08:18:44.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "cds",
"timestamp": 1629447520744,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "dcae-sch",
"timestamp": 1629447515235,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447517543,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447515229,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447517543,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "cds",
"timestamp": 1629447520744,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "dcae-sch",
"timestamp": 1629447515235,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447515229,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629447517543,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "cds",
"timestamp": 1629447520744,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629447515229,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-20T08:18:44.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:44.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-08-20T08:18:44.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "09e96b7d-73f8-4187-b139-ba6b932de4f6",
"consumerID": "dcae-sch",
"timestamp": 1629447515235,
"artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:44.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2021-08-20T08:18:45.119Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T08:18:45.121Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:18:45.123Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:18:45.124Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447523869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-20T08:18:45.223Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T08:18:45.228Z||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-08-20T08:18:45.228Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:18:45.239Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:45.240Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-20T08:18:46.124Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T08:18:46.125Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:18:46.127Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:18:46.127Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447523869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-20T08:18:46.228Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T08:18:46.229Z||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-08-20T08:18:46.229Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:18:46.245Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:46.246Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-08-20T08:18:47.129Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T08:18:47.130Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:18:47.133Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:18:47.133Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447523869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:47.233Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T08:18:47.234Z||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-08-20T08:18:47.234Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:18:47.244Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:47.244Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-20T08:18:48.134Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T08:18:48.138Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:18:48.140Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:18:48.140Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447523869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-20T08:18:48.240Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T08:18:48.241Z||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-08-20T08:18:48.241Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:18:48.251Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:48.251Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-20T08:18:49.140Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T08:18:49.141Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:18:49.142Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:18:49.142Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447523869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-20T08:18:49.243Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T08:18:49.244Z||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-08-20T08:18:49.244Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:18:49.258Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:49.258Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-20T08:18:50.143Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-20T08:18:50.144Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:18:50.146Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:18:50.146Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447523869,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-20T08:18:50.246Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-20T08:18:50.247Z||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-08-20T08:18:50.247Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:18:50.262Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:50.263Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-20T08:18:51.147Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "00e72a65-9d24-452b-bf25-1c0345ece6bb",
"serviceDescription": "service",
"serviceInvariantUUID": "74f2b7a5-35a1-449c-9dc5-939175a7b82b",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "73a6aa66-2f72-47bc-9e74-445e03e6a1fb",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a471644b-b0c7-4e46-9a66-4d767c8e8668",
"resourceInvariantUUID": "c543d21e-2ba2-4544-9ece-eaf8f4562f7f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "NGJkMDgzYzllYWRiZDAzNGFjNDhlZjc2MDZhYjdlNmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "41e22247-fb63-4ec1-8fe5-dd8501a27a00",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "16717c59-7ed6-402b-81cb-af8205a6c0a3",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "57e31901-3752-43d6-b86b-f714b585c67c",
"generatedFromUUID": "16717c59-7ed6-402b-81cb-af8205a6c0a3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "57e31901-3752-43d6-b86b-f714b585c67c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "YWE5NGU5YzQzMTBjZDRkZjIxY2MyYTU0YmRiNjA3NTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "580aa1f8-b933-4c08-ba98-60984c0bb711"
}
],
"workloadContext": "Production"
}
2021-08-20T08:18:51.147Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-20T08:18:51.148Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 00e72a65-9d24-452b-bf25-1c0345ece6bb ASDC
2021-08-20T08:18:51.148Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:00e72a65-9d24-452b-bf25-1c0345ece6bb
ServiceInvariantUUID:74f2b7a5-35a1-449c-9dc5-939175a7b82b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:580aa1f8-b933-4c08-ba98-60984c0bb711
ArtifactChecksum:YWE5NGU5YzQzMTBjZDRkZjIxY2MyYTU0YmRiNjA3NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:73a6aa66-2f72-47bc-9e74-445e03e6a1fb
ResourceInvariantUUID:c543d21e-2ba2-4544-9ece-eaf8f4562f7f
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:a471644b-b0c7-4e46-9a66-4d767c8e8668
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:41e22247-fb63-4ec1-8fe5-dd8501a27a00
ArtifactChecksum:NGJkMDgzYzllYWRiZDAzNGFjNDhlZjc2MDZhYjdlNmI=
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/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:16717c59-7ed6-402b-81cb-af8205a6c0a3
ArtifactChecksum:MWUxZmM1M2EyMTI4MDQyYjRhYjEzODQxZmIzZjM1NTE=
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/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:57e31901-3752-43d6-b86b-f714b585c67c
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
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/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:57e31901-3752-43d6-b86b-f714b585c67c
ArtifactChecksum:NTE1OGNiMzkxNmE4OWU3YTUyNTFiZmQyNGEzYjU1N2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-20T08:18:51.149Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 00e72a65-9d24-452b-bf25-1c0345ece6bb 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-08-20T08:18:51.188Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-20T08:18:51.190Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-20T08:18:51.190Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-20T08:18:51.190Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 580aa1f8-b933-4c08-ba98-60984c0bb711 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-20T08:18:51.190Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-08-20T08:18:51.190Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-20T08:18:52.644Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-08-20T08:18:52.649Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 580aa1f8-b933-4c08-ba98-60984c0bb711 70843
2021-08-20T08:18:52.649Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-08-20T08:18:52.649Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-20T08:18:52.649Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-20T08:18:52.650Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-08-20T08:18:52.652Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-20T08:18:52.652Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629447532649,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-20T08:18:52.752Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-20T08:18:52.753Z||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-08-20T08:18:52.753Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as HnBwaCXTMFqL4JjS) ...
2021-08-20T08:18:52.764Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-20T08:18:52.765Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-20T08:18:53.653Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-20T08:18:53.654Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-08-20T08:18:53.654Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 580aa1f8-b933-4c08-ba98-60984c0bb711, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:53.663Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-20T08:18:53.663Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:53.663Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:54.009Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP427815490040830067/Definitions/service-BasicVm-template.yml
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_vlan_requirements" 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
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_name" is not provided
2021-08-20T08:18:55.254Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[Ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 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-BasicVm-csar.csar
2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:55.255Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_Ubuntu20" are missing field(s): [port_Ubuntu20_admin_plane_port_0_related_networks, port_Ubuntu20_admin_plane_port_0_vlan_requirements, port_Ubuntu20_admin_plane_port_0_network_role, port_Ubuntu20_admin_plane_port_0_subnetpoolid, port_Ubuntu20_admin_plane_port_0_order, nfc_function, port_Ubuntu20_admin_plane_port_0_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-20T08:18:55.256Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-08-20T08:18:55.257Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-20T08:18:55.257Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:18:55.257Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:18:55.257Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-20T08:18:55.257Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-20T08:18:55.258Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:18:55.259Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-20T08:18:55.260Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T08:18:55.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-20T08:18:55.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-20T08:18:55.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-20T08:18:55.261Z|d08b2fea-37f6-4e1b-81f3-bac1a8e0e9bf|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery