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-16T07:04:01.455Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-58db5c47c8-pm8k5 with PID 14 (/app/app.jar started by so in /app)
2021-08-16T07:04:01.461Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-08-16T07:04:01.461Z||main|||||INFO|500||The following profiles are active: basic
2021-08-16T07:04:14.433Z||main|||||INFO|500||Starting service [Tomcat]
2021-08-16T07:04:14.434Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-08-16T07:04:14.563Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-08-16T07:04:20.882Z||main|||||INFO|500||catdb-pool - Starting...
2021-08-16T07:04:21.279Z||main|||||INFO|500||catdb-pool - Start completed.
2021-08-16T07:04:21.876Z||main|||||INFO|500||reqdb-pool - Starting...
2021-08-16T07:04:21.883Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-08-16T07:04:22.130Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-08-16T07:04:22.486Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-08-16T07:04:23.537Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-08-16T07:04:31.232Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-16T07:04:33.650Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-16T07:04:33.698Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-08-16T07:04:34.271Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-08-16T07:04:34.390Z||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-16T07:04:35.665Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-08-16T07:04:36.674Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-08-16T07:04:36.704Z||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$$38ca987f.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-16T07:04:36.705Z||main|||||WARN|500||The sdc end point is not alive
2021-08-16T07:04:39.440Z||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-16T07:04:41.802Z||main|||||WARN|500||---
2021-08-16T07:04:41.803Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-08-16T07:04:41.803Z||main|||||WARN|500||---
2021-08-16T07:04:42.090Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-08-16T07:04:45.139Z||main|||||INFO|500||Started Application in 46.425 seconds (JVM running for 52.007)
2021-08-16T07:04:45.142Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-08-16T07:04:45.144Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-08-16T07:04:45.175Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-08-16T07:04:45.207Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-08-16T07:04:45.250Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 573b4aac-c916-4b9e-9bf7-740e9b69627d url= /sdc/v1/artifactTypes
2021-08-16T07:04:45.250Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-08-16T07:04:45.827Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-08-16T07:04:45.856Z||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-16T07:04:45.887Z||scheduling-1|||||DEBUG|500||create keys
2021-08-16T07:04:45.895Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-08-16T07:04:45.953Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:04:45.975Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8a73ab46-39e4-4338-b12e-54f01e160dee url= /sdc/v1/registerForDistribution
2021-08-16T07:04:46.288Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8a73ab46-39e4-4338-b12e-54f01e160dee url= /sdc/v1/registerForDistribution
2021-08-16T07:04:46.288Z||scheduling-1|||||INFO|500||start DistributionClient
2021-08-16T07:04:46.301Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:04:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:04:46.307Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-08-16T07:04:46.308Z||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-16T07:04:46.309Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:04:46.310Z||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-16T07:04:46.310Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:04:56.664Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:04:56.683Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:05:46.298Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:05:46.300Z||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-16T07:05:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:05:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:05:46.301Z||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-16T07:05:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:05:55.859Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:05:55.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:06:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:06:46.300Z||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-16T07:06:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:06:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:06:46.303Z||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-16T07:06:46.304Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:06:55.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:06:55.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:07:46.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:07:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:07:46.301Z||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-16T07:07:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:07:46.306Z||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-16T07:07:46.307Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:07:55.883Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:07:55.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:08:46.298Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:08:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:08:46.303Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T07:08:46.303Z||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-16T07:08:46.303Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T07:08:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:08:55.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:08:55.875Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:09:46.298Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:09:46.300Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T07:09:46.300Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T07:09:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:09:46.301Z||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-16T07:09:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:09:55.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:09:55.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:10:46.298Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:10:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:10:46.301Z||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-16T07:10:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:10:46.301Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T07:10:46.302Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T07:10:55.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:10:55.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:11:46.298Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:11:46.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:11:46.302Z||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-16T07:11:46.302Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-08-16T07:11:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:11:46.303Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as DddzYQv3lFYPupEf) ...
2021-08-16T07:11:55.860Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:11:55.864Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:12:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:12:46.300Z||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-16T07:12:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:12:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:12:46.303Z||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-16T07:12:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:12:55.853Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:12:55.854Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:13:46.301Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:13:46.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:13:46.303Z||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-16T07:13:46.303Z||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-16T07:13:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:13:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:13:55.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:13:55.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:13:58.411Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-08-16T07:14:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:14:46.298Z||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-16T07:14:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:14:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:14:46.301Z||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-16T07:14:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:14:55.852Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:14:55.855Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:15:46.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:15:46.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:15:46.303Z||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-16T07:15:46.303Z||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-16T07:15:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:15:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:15:55.863Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:15:55.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:16:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:16:46.300Z||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-16T07:16:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:16:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:16:46.301Z||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-16T07:16:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:16:55.852Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:16:55.852Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:17:46.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:17:46.301Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:17:46.301Z||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-16T07:17:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:17:46.302Z||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-16T07:17:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:17:55.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:17:55.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:18:46.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:18:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:18:46.303Z||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-16T07:18:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:18:46.303Z||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-16T07:18:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:18:55.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:18:55.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:19:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:19:46.299Z||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-16T07:19:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:19:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:19:46.301Z||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-16T07:19:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:19:55.856Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:19:55.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:20:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:20:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:20:46.302Z||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-16T07:20:46.302Z||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-16T07:20:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:20:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:20:55.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:20:55.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:21:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:21:46.299Z||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-16T07:21:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:21:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:21:46.301Z||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-16T07:21:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:21:55.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:21:55.868Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:22:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:22:46.301Z||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-16T07:22:46.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:22:46.302Z||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-16T07:22:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:22:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:22:55.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:22:55.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:23:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:23:46.300Z||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-16T07:23:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:23:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:23:46.301Z||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-16T07:23:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:23:55.859Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:23:55.874Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:24:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:24:46.301Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:24:46.302Z||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-16T07:24:46.302Z||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-16T07:24:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:24:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:24:55.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:24:55.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:25:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:25:46.300Z||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-16T07:25:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:25:46.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:25:46.301Z||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-16T07:25:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:25:55.863Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:25:55.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:26:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:26:46.300Z||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-16T07:26:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:26:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:26:46.301Z||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-16T07:26:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:26:55.912Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:26:55.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:27:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:27:46.300Z||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-16T07:27:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:27:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:27:46.301Z||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-16T07:27:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:27:55.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:27:55.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:28:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:28:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:28:46.302Z||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-16T07:28:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:28:46.305Z||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-16T07:28:46.305Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:28:55.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:28:55.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:29:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:29:46.300Z||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-16T07:29:46.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:29:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:29:46.302Z||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-16T07:29:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:29:55.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:29:55.882Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:30:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:30:46.300Z||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-16T07:30:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:30:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:30:46.301Z||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-16T07:30:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:30:55.850Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:30:55.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:31:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:31:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:31:46.303Z||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-16T07:31:46.304Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:31:46.304Z||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-16T07:31:46.304Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:31:55.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:31:55.898Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:32:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:32:46.299Z||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-16T07:32:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:32:46.301Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:32:46.301Z||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-16T07:32:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:32:55.846Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:32:55.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:33:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:33:46.300Z||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-16T07:33:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:33:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:33:46.301Z||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-16T07:33:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:33:55.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:33:55.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:34:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:34:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:34:46.301Z||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-16T07:34:46.301Z||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-16T07:34:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:34:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:34:55.847Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:34:55.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:35:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:35:46.299Z||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-16T07:35:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:35:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:35:46.301Z||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-16T07:35:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:35:55.854Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:35:55.854Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:36:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:36:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:36:46.301Z||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-16T07:36:46.301Z||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-16T07:36:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:36:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:36:55.846Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:36:55.849Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:37:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:37:46.298Z||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-16T07:37:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:37:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:37:46.301Z||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-16T07:37:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:37:55.855Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:37:55.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:38:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:38:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:38:46.301Z||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-16T07:38:46.301Z||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-16T07:38:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:38:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:38:55.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:38:55.863Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:39:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:39:46.300Z||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-16T07:39:46.300Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:39:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:39:46.301Z||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-16T07:39:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:39:55.861Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:39:55.869Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:40:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:40:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:40:46.301Z||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-16T07:40:46.301Z||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-16T07:40:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:40:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:40:55.856Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:40:55.856Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:41:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:41:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:41:46.302Z||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-16T07:41:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:41:46.302Z||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-16T07:41:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:41:55.862Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:41:55.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:42:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:42:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:42:46.301Z||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-16T07:42:46.301Z||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-16T07:42:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:42:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:42:55.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:42:55.861Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:43:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:43:46.300Z||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-16T07:43:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:43:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:43:46.301Z||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-16T07:43:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:43:55.869Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:43:55.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:44:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:44:46.299Z||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-16T07:44:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:44:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:44:46.301Z||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-16T07:44:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:44:55.849Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:44:55.862Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:45:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:45:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:45:46.301Z||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-16T07:45:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:45:46.301Z||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-16T07:45:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:45:55.854Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:45:55.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:46:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:46:46.299Z||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-16T07:46:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:46:46.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:46:46.301Z||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-16T07:46:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:46:55.853Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:46:55.867Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:47:46.298Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:47:46.299Z||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-16T07:47:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:47:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:47:46.301Z||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-16T07:47:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:47:55.864Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:47:55.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:48:46.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:48:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:48:46.301Z||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-16T07:48:46.301Z||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-16T07:48:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:48:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:48:55.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:48:55.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:49:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:49:46.299Z||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-16T07:49:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:49:46.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:49:46.303Z||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-16T07:49:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:49:55.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:49:55.866Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:50:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:50:46.298Z||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-16T07:50:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:50:46.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:50:46.301Z||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-16T07:50:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:50:55.857Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:50:55.860Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:51:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:51:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:51:46.301Z||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-16T07:51:46.301Z||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-16T07:51:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:51:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:51:55.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:51:55.857Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:52:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:52:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:52:46.301Z||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-16T07:52:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:52:46.301Z||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-16T07:52:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:52:55.864Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:52:55.894Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:53:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:53:46.299Z||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-16T07:53:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:53:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:53:46.301Z||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-16T07:53:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:53:55.860Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:53:55.874Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:54:46.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:54:46.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:54:46.302Z||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-16T07:54:46.302Z||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-16T07:54:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:54:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:54:55.848Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:54:55.875Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:55:46.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:55:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:55:46.301Z||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-16T07:55:46.301Z||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-16T07:55:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:55:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:55:55.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:55:55.850Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:56:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:56:46.300Z||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-16T07:56:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:56:46.300Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:56:46.301Z||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-16T07:56:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:56:55.855Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:56:55.864Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:57:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:57:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:57:46.301Z||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-16T07:57:46.301Z||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-16T07:57:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:57:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:57:55.856Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:57:55.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:58:46.301Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:58:46.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:58:46.305Z||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-16T07:58:46.305Z||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-16T07:58:46.306Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:58:46.306Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:58:55.863Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:58:55.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:59:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:59:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T07:59:46.302Z||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-16T07:59:46.302Z||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-16T07:59:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:59:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T07:59:55.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T07:59:55.862Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:00:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:00:46.300Z||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-16T08:00:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:00:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:00:46.301Z||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-16T08:00:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:00:55.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:00:55.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:01:46.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:01:46.301Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:01:46.302Z||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-16T08:01:46.302Z||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-16T08:01:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:01:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:01:55.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:01:55.853Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:02:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:02:46.300Z||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-16T08:02:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:02:46.301Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:02:46.302Z||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-16T08:02:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:02:55.864Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:02:55.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:03:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:03:46.300Z||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-16T08:03:46.301Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:03:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:03:46.301Z||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-16T08:03:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:03:55.863Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:03:55.865Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:04:46.298Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:04:46.299Z||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-16T08:04:46.300Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:04:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:04:46.301Z||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-16T08:04:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:04:55.861Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:04:55.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:05:46.298Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:05:46.300Z||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-16T08:05:46.300Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:05:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:05:46.301Z||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-16T08:05:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:05:55.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:05:55.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:46.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:06:46.300Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:06:46.303Z||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-16T08:06:46.303Z||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-16T08:06:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:06:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:06:46.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:46.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"53438fb5-79b3-4ff2-ab80-409802efc7d5","serviceName":"vFW 2021-08-16 08-02-55","serviceVersion":"1.0","serviceUUID":"79dac95d-344e-4c19-86ed-c5f67ad1d1c4","serviceDescription":"catalog service description","serviceInvariantUUID":"c37122a7-a99c-4c1b-9444-8e5f7cd30ea3","resources":[{"resourceInstanceName":"vFW d522117e-7bb5 0","resourceName":"vFW d522117e-7bb5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c1a14ad-2492-4d0e-b2b9-7c85cb494305","resourceInvariantUUID":"4f3afa5e-8fc9-47c6-9285-dc4ce1998810","resourceCustomizationUUID":"8e6c73ab-b478-4424-aa55-8e35bbb44253","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml","artifactChecksum":"ZGViM2I2OGE0NmFjMGM3ZjJjZDUxYmFjNjA3Y2RkMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"25ab401d-2a29-40d0-ae59-f2493d0ebdb3","artifactVersion":"1"},{"artifactName":"vfwd522117e7bb50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json","artifactChecksum":"Yzk3MmRhNGE5ZDZhNTlhMzUwM2ZlZGFlMmQ1ZTdlOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de76f7b8-3314-440e-81ec-3dc51d819fbe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJhN2U2YzYzOWYzYTU3OGVjNGUwNDkzODY1MDdmNWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0ed02824-4e77-4f12-8307-d191a6f0d383","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"22f9a43e-fc6d-41f8-a295-b1f40c3fb75b","artifactVersion":"2","generatedFromUUID":"08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210816080255-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml","artifactChecksum":"YmI3MDgxMTdlNDAwNjJhMDczM2NmYjhmNWMwM2EwYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0b208fd-72cc-437b-a523-a466f8fd44a2","artifactVersion":"1"},{"artifactName":"service-Vfw20210816080255-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar","artifactChecksum":"NjY3Y2YwZTgzOTY0NDYwNmRlMjNmNDU1MzBjNjRhYTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f89e6566-29ce-48e9-b213-1a19c0f095c3","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:06:46.946Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:46.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101175841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.951Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:46.958Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:46.970Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:46.971Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "aai-ml",
"timestamp": 1629101183803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.984Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101184006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101175841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:06:46.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "aai-ml",
"timestamp": 1629101183803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101184006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101175841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:06:46.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "aai-ml",
"timestamp": 1629101183803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101184006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.991Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "dcae-sch",
"timestamp": 1629101187496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101175841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "aai-ml",
"timestamp": 1629101183803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101184006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "dcae-sch",
"timestamp": 1629101187496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "policy-id",
"timestamp": 1629101188979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:46.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:46.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:46.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101175841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-16T08:06:47.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "aai-ml",
"timestamp": 1629101183803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101184006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "clamp",
"timestamp": 1629101189451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "dcae-sch",
"timestamp": 1629101187496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "policy-id",
"timestamp": 1629101188979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "cds",
"timestamp": 1629101190058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101175841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "aai-ml",
"timestamp": 1629101183803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101184006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "clamp",
"timestamp": 1629101189451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:06:47.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "dcae-sch",
"timestamp": 1629101187496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "policy-id",
"timestamp": 1629101188979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:06:47.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "cds",
"timestamp": 1629101190058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101175841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:06:47.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "aai-ml",
"timestamp": 1629101183803,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:06:47.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101184006,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:06:47.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "clamp",
"timestamp": 1629101189451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "dcae-sch",
"timestamp": 1629101187496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "policy-id",
"timestamp": 1629101188979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "cds",
"timestamp": 1629101190058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "clamp",
"timestamp": 1629101189451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.016Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "dcae-sch",
"timestamp": 1629101187496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.017Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.017Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101192736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.017Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "policy-id",
"timestamp": 1629101188979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "cds",
"timestamp": 1629101190058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.018Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101194031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.019Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.019Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "aai-ml",
"timestamp": 1629101194037,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "dcae-sch",
"timestamp": 1629101187496,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101194195,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.021Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "clamp",
"timestamp": 1629101189451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101192736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "policy-id",
"timestamp": 1629101188979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "cds",
"timestamp": 1629101190058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "clamp",
"timestamp": 1629101189451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101192736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "policy-id",
"timestamp": 1629101188979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "cds",
"timestamp": 1629101190058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101195902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "clamp",
"timestamp": 1629101189451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:06:47.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101192736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "cds",
"timestamp": 1629101190058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:06:47.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "policy-id",
"timestamp": 1629101197409,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101192736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101197510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "policy-id",
"timestamp": 1629101198419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:06:47.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101192736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "cds",
"timestamp": 1629101198523,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:06:47.030Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "policy-id",
"timestamp": 1629101199426,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-08-16T08:06:47.071Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-08-16T08:06:47.074Z||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-16T08:06:47.075Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
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-16T08:06:47.086Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:47.087Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-08-16T08:06:47.223Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:06:47.254Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-16T08:06:47.281Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101199480,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:06:47.283Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101192736,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:47.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:06:47.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "cds",
"timestamp": 1629101199551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-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-16T08:06:47.301Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:06:47.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-16T08:06:47.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101200312,
"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-16T08:06:47.320Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:06:47.320Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-16T08:06:47.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101200491,
"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-16T08:06:47.340Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:06:47.340Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-16T08:06:47.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:06:47.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101201320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T08:06:47.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:06:47.980Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:47.981Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:47.984Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:47.984Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:06:48.083Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:06:48.085Z||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-16T08:06:48.085Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:48.102Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:48.103Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:06:48.984Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:48.985Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:48.988Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:48.988Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:06:49.088Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:06:49.089Z||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-16T08:06:49.089Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:49.110Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:49.110Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:06:49.988Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:49.989Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:49.992Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:49.992Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:50.094Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-16T08:06:50.096Z||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-16T08:06:50.096Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:50.118Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:50.119Z||pool-6-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2021-08-16T08:06:50.993Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:50.994Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:50.996Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:50.997Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-16T08:06:51.097Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:06:51.098Z||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-16T08:06:51.098Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:51.128Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:51.128Z||pool-7-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:06:51.997Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:51.998Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:52.000Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:52.000Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:06:52.100Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:06:52.101Z||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-16T08:06:52.101Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:52.132Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:52.133Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:06:53.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:06:53.001Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:53.003Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:53.003Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:06:53.103Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:06:53.104Z||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-16T08:06:53.105Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:53.118Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:53.118Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:06:54.005Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"serviceName": "vFW 2021-08-16 08-02-55",
"serviceVersion": "1.0",
"serviceUUID": "79dac95d-344e-4c19-86ed-c5f67ad1d1c4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c37122a7-a99c-4c1b-9444-8e5f7cd30ea3",
"resources": [
{
"resourceInstanceName": "vFW d522117e-7bb5 0",
"resourceCustomizationUUID": "8e6c73ab-b478-4424-aa55-8e35bbb44253",
"resourceName": "vFW d522117e-7bb5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "9c1a14ad-2492-4d0e-b2b9-7c85cb494305",
"resourceInvariantUUID": "4f3afa5e-8fc9-47c6-9285-dc4ce1998810",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwd522117e7bb50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"artifactChecksum": "Yzk3MmRhNGE5ZDZhNTlhMzUwM2ZlZGFlMmQ1ZTdlOGQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "de76f7b8-3314-440e-81ec-3dc51d819fbe",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "22f9a43e-fc6d-41f8-a295-b1f40c3fb75b",
"generatedFromUUID": "08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "22f9a43e-fc6d-41f8-a295-b1f40c3fb75b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210816080255-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"artifactChecksum": "NjY3Y2YwZTgzOTY0NDYwNmRlMjNmNDU1MzBjNjRhYTY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f89e6566-29ce-48e9-b213-1a19c0f095c3"
}
],
"workloadContext": "Production"
}
2021-08-16T08:06:54.006Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:06:54.007Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 79dac95d-344e-4c19-86ed-c5f67ad1d1c4 ASDC
2021-08-16T08:06:54.335Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:53438fb5-79b3-4ff2-ab80-409802efc7d5
ServiceName:vFW 2021-08-16 08-02-55
ServiceVersion:1.0
ServiceUUID:79dac95d-344e-4c19-86ed-c5f67ad1d1c4
ServiceInvariantUUID:c37122a7-a99c-4c1b-9444-8e5f7cd30ea3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210816080255-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar
ArtifactUUID:f89e6566-29ce-48e9-b213-1a19c0f095c3
ArtifactChecksum:NjY3Y2YwZTgzOTY0NDYwNmRlMjNmNDU1MzBjNjRhYTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW d522117e-7bb5 0
ResourceCustomizationUUID:8e6c73ab-b478-4424-aa55-8e35bbb44253
ResourceInvariantUUID:4f3afa5e-8fc9-47c6-9285-dc4ce1998810
ResourceName:vFW d522117e-7bb5
ResourceType:VF
ResourceUUID:9c1a14ad-2492-4d0e-b2b9-7c85cb494305
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwd522117e7bb50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json
ArtifactUUID:de76f7b8-3314-440e-81ec-3dc51d819fbe
ArtifactChecksum:Yzk3MmRhNGE5ZDZhNTlhMzUwM2ZlZGFlMmQ1ZTdlOGQ=
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/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml
ArtifactUUID:08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c
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/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
ArtifactUUID:22f9a43e-fc6d-41f8-a295-b1f40c3fb75b
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/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
ArtifactUUID:22f9a43e-fc6d-41f8-a295-b1f40c3fb75b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-16T08:06:54.336Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79dac95d-344e-4c19-86ed-c5f67ad1d1c4 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-16T08:06:54.421Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:06:54.428Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-16T08:06:54.429Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-16T08:06:54.430Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f89e6566-29ce-48e9-b213-1a19c0f095c3 from URL: /sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:54.430Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-16T08:06:54.433Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:55.602Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-16T08:06:55.619Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar f89e6566-29ce-48e9-b213-1a19c0f095c3 98706
2021-08-16T08:06:55.621Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar ASDC sendASDCNotification
2021-08-16T08:06:55.621Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:55.626Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:06:55.627Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:06:55.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:06:55.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101215619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:06:55.729Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:06:55.730Z||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-16T08:06:55.730Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:06:55.745Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:06:55.746Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:06:56.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:06:56.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2021-08-16T08:06:56.631Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f89e6566-29ce-48e9-b213-1a19c0f095c3, URL: /sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar to file: /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:56.631Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210816080255-csar.csar
2021-08-16T08:06:56.784Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:56.784Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:06:57.421Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13710274845481401916/Definitions/service-Vfw20210816080255-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-16T08:07:00.600Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:07:00.606Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-16T08:07:00.606Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.607Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d522117e-7bb5 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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-Vfw20210816080255-csar.csar
2021-08-16T08:07:00.608Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||WARN|500||####################################################################################################
2021-08-16T08:07:00.614Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.616Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.620Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:00.620Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-16T08:07:00.622Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:07:00.623Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.624Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.628Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.628Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:00.628Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:00.628Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T08:07:00.628Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T08:07:00.629Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T08:07:00.630Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.631Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T08:07:00.631Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.631Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:07:00.632Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.632Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:00.632Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:00.633Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.633Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:00.633Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:00.633Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.633Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-16T08:07:00.634Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T08:07:00.635Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf73be73-2e25-430d-b451-bbf4b1fb0d92
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:00.636Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T08:07:00.637Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.638Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e0e46a83-71b7-4455-a441-4012d70b6c46
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.639Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.640Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T08:07:00.640Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:00.640Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T08:07:00.640Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T08:07:00.640Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=605f27dd-c03a-4108-8112-fa66084100c4
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.641Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.642Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.642Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.642Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:00.642Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:00.642Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-08-16 08-02-55
Description:catalog service description
Model UUID:79dac95d-344e-4c19-86ed-c5f67ad1d1c4
Model Version:NULL
Model InvariantUuid:c37122a7-a99c-4c1b-9444-8e5f7cd30ea3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW d522117e-7bb5
Model UUID:d94c372e-1d31-4ce0-9757-32e0e20687ac
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4f3afa5e-8fc9-47c6-9285-dc4ce1998810
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:8e6c73ab-b478-4424-aa55-8e35bbb44253
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:fd30a71f-462c-405b-aac4-40d5567fcec3
ModelName:VfwD522117e7bb5..base_vfw..module-0
ModelUuid:cf3048b4-05f5-4190-9562-4335d1fc0449
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bf73be73-2e25-430d-b451-bbf4b1fb0d92
ModelInvariantUuid:ff067085-cf7a-4cc3-ae59-d6b2bdcb434f
ModelName:vFW d522117e-7bb5-nodes.vfwCvfc
ModelUuid:f6106f4b-d655-47a3-9964-aec621f4989a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f983f387-43dd-45af-ac5f-85e5c4062831
ModelInvariantUuid:17c64b0f-287c-4563-93c9-2248da29c222
ModelName:VfwD522117e7bb5.compute.nodes.heat.vfw
ModelUuid:e3444fd4-b8d1-488a-852b-f08359d861df
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e0e46a83-71b7-4455-a441-4012d70b6c46
ModelInvariantUuid:3591fc87-0d71-4e31-8c00-4058b8ffe9b4
ModelName:vFW d522117e-7bb5-nodes.vsnCvfc
ModelUuid:fc5c1201-ae38-4346-9226-303a0a71151d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:faae3787-ae85-4880-97d3-4a28547d7da4
ModelInvariantUuid:a42c106a-d97e-48a9-ab6a-c6cea3d9bd5e
ModelName:VfwD522117e7bb5.compute.nodes.heat.vsn
ModelUuid:d899453f-2f64-4ebf-bda6-11f1ecd8b8f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:605f27dd-c03a-4108-8112-fa66084100c4
ModelInvariantUuid:ebb84a2e-42a8-441e-95c6-897e74759dd1
ModelName:vFW d522117e-7bb5-nodes.vpgCvfc
ModelUuid:757e7c92-a496-40cf-9166-52a9b98e8313
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fc570988-9818-4dc6-8c29-95280e9e0646
ModelInvariantUuid:3f99f590-3532-4df2-9326-6ed93f23a036
ModelName:VfwD522117e7bb5.compute.nodes.heat.vpg
ModelUuid:c7a357bc-4b61-48c1-8df9-081bd831255e
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-16T08:07:00.655Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c1a14ad-2492-4d0e-b2b9-7c85cb494305
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-16T08:07:00.752Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||vFW d522117e-7bb5 0
2021-08-16T08:07:00.758Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c1a14ad-2492-4d0e-b2b9-7c85cb494305
2021-08-16T08:07:00.758Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de76f7b8-3314-440e-81ec-3dc51d819fbe from URL: /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json
2021-08-16T08:07:00.758Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-16T08:07:00.759Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json
2021-08-16T08:07:02.643Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-16T08:07:02.643Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json de76f7b8-3314-440e-81ec-3dc51d819fbe 785
2021-08-16T08:07:02.644Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json ASDC sendASDCNotification
2021-08-16T08:07:02.644Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json
2021-08-16T08:07:02.644Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:07:02.644Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:02.647Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:02.647Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101222644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:07:02.747Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:07:02.748Z||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-16T08:07:02.748Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:02.761Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:07:02.761Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:07:03.648Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD522117e7bb5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fd30a71f-462c-405b-aac4-40d5567fcec3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cf3048b4-05f5-4190-9562-4335d1fc0449",
"vfModuleModelCustomizationUUID": "b92a5f06-dd73-443a-8c24-937069944e5a",
"isBase": true,
"artifacts": [
"08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c",
"22f9a43e-fc6d-41f8-a295-b1f40c3fb75b"
],
"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-16T08:07:03.668Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD522117e7bb5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf3048b4-05f5-4190-9562-4335d1fc0449
VfModuleModelInvariantUUID:fd30a71f-462c-405b-aac4-40d5567fcec3
VfModuleModelDescription:NULL
Artifacts UUID List:{
08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c
,
22f9a43e-fc6d-41f8-a295-b1f40c3fb75b
}
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-16T08:07:03.671Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwD522117e7bb5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "fd30a71f-462c-405b-aac4-40d5567fcec3",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cf3048b4-05f5-4190-9562-4335d1fc0449",
"vfModuleModelCustomizationUUID": "b92a5f06-dd73-443a-8c24-937069944e5a",
"isBase": true,
"artifacts": [
"08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c",
"22f9a43e-fc6d-41f8-a295-b1f40c3fb75b"
],
"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-16T08:07:03.671Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwD522117e7bb5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cf3048b4-05f5-4190-9562-4335d1fc0449
VfModuleModelInvariantUUID:fd30a71f-462c-405b-aac4-40d5567fcec3
VfModuleModelDescription:NULL
Artifacts UUID List:{
08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c
,
22f9a43e-fc6d-41f8-a295-b1f40c3fb75b
}
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-16T08:07:03.671Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c from URL: /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml
2021-08-16T08:07:03.671Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-16T08:07:03.671Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml
2021-08-16T08:07:05.023Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-16T08:07:05.024Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml 08a1b0a3-ce09-4b1e-a280-8b18e0f5ce9c 20368
2021-08-16T08:07:05.025Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-16T08:07:05.025Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml
2021-08-16T08:07:05.025Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:07:05.025Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:05.027Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:05.027Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101225025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:07:05.127Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:07:05.128Z||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-16T08:07:05.129Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:05.139Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:07:05.140Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:07:06.028Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 22f9a43e-fc6d-41f8-a295-b1f40c3fb75b from URL: /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
2021-08-16T08:07:06.029Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2021-08-16T08:07:06.029Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
2021-08-16T08:07:10.732Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2021-08-16T08:07:10.733Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env 22f9a43e-fc6d-41f8-a295-b1f40c3fb75b 2098
2021-08-16T08:07:10.733Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-16T08:07:10.733Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
2021-08-16T08:07:10.733Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:07:10.734Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:10.737Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:10.737Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101230733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:07:10.837Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:07:10.838Z||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-16T08:07:10.838Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:10.850Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:07:10.850Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:07:11.742Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 79dac95d-344e-4c19-86ed-c5f67ad1d1c4
2021-08-16T08:07:11.746Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d522117e-7bb5 0 9c1a14ad-2492-4d0e-b2b9-7c85cb494305 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-16T08:07:11.794Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.794Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.795Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2021-08-16T08:07:11.795Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8e6c73ab-b478-4424-aa55-8e35bbb44253
2021-08-16T08:07:11.796Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8e6c73ab-b478-4424-aa55-8e35bbb44253 matches Tosca VF Customization UUID: 8e6c73ab-b478-4424-aa55-8e35bbb44253
2021-08-16T08:07:11.796Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8e6c73ab-b478-4424-aa55-8e35bbb44253 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-16T08:07:11.804Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.804Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.806Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8e6c73ab-b478-4424-aa55-8e35bbb44253: {\"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-16T08:07:11.806Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@473d4fd1
2021-08-16T08:07:11.806Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.806Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:07:11.807Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b92a5f06-dd73-443a-8c24-937069944e5a
2021-08-16T08:07:11.808Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b92a5f06-dd73-443a-8c24-937069944e5a
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-16T08:07:11.814Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.814Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.815Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:11.816Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.816Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.816Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:11.817Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.817Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:11.817Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:11.818Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-08-16T08:07:11.818Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:11.818Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T08:07:11.818Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T08:07:11.819Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.819Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.819Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T08:07:11.819Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.820Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T08:07:11.820Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.820Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bf73be73-2e25-430d-b451-bbf4b1fb0d92
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-16T08:07:11.831Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.831Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.831Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:11.832Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.832Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:11.832Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:11.833Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T08:07:11.833Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.833Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.833Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.834Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T08:07:11.834Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:11.834Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-08-16T08:07:11.835Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-08-16T08:07:11.835Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.835Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2021-08-16T08:07:11.835Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.836Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e0e46a83-71b7-4455-a441-4012d70b6c46
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-16T08:07:11.838Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.838Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.838Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:11.841Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.841Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is not matching search criteria
2021-08-16T08:07:11.841Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-08-16T08:07:11.842Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-08-16T08:07:11.842Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.842Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.843Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.843Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2021-08-16T08:07:11.843Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-08-16T08:07:11.844Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-08-16T08:07:11.844Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2021-08-16T08:07:11.844Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-08-16T08:07:11.845Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-08-16T08:07:11.845Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-08-16T08:07:11.845Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=605f27dd-c03a-4108-8112-fa66084100c4
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-16T08:07:11.847Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.848Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.848Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:07:11.848Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.849Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Node template vFW d522117e-7bb5 0 is matching search criteria
2021-08-16T08:07:11.849Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW d522117e-7bb5 0] matching following query criteria: sdcType=VF, customizationUUID=8e6c73ab-b478-4424-aa55-8e35bbb44253
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-16T08:07:11.851Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.851Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.852Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 79dac95d-344e-4c19-86ed-c5f67ad1d1c4: vFW d522117e-7bb5
2021-08-16T08:07:11.852Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.852Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.852Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.853Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.853Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.853Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.854Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.854Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.854Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:07:11.855Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Service vFW 2021-08-16 08-02-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:07:11.855Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2021-08-16 08-02-55
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-16T08:07:12.175Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d522117e-7bb5 9c1a14ad-2492-4d0e-b2b9-7c85cb494305 1 ASDC deployResourceStructure
2021-08-16T08:07:12.176Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json ASDC sendASDCNotification
2021-08-16T08:07:12.176Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json
2021-08-16T08:07:12.176Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:07:12.176Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:12.178Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:12.178Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101232176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T08:07:12.278Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:07:12.280Z||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-16T08:07:12.280Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:12.296Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:07:12.297Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:07:13.179Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-08-16T08:07:13.180Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml
2021-08-16T08:07:13.180Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:07:13.180Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:13.182Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:13.182Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101233179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-16T08:07:13.282Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:07:13.283Z||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-16T08:07:13.284Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:13.297Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:07:13.297Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:07:14.184Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env ASDC sendASDCNotification
2021-08-16T08:07:14.184Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env
2021-08-16T08:07:14.184Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:07:14.185Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:14.187Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:14.188Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101234184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-16T08:07:14.287Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:07:14.288Z||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-16T08:07:14.288Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:14.300Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:07:14.300Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:07:15.191Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar ASDC sendASDCNotification
2021-08-16T08:07:15.191Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar
2021-08-16T08:07:15.191Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:07:15.191Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:07:15.193Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:07:15.193Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101235190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:07:15.293Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:07:15.294Z||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-16T08:07:15.294Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:07:15.306Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:07:15.307Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:07:16.194Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
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-16T08:07:16.213Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
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-16T08:07:16.218Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:07:16.219Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:07:16.219Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:07:46.220Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
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-16T08:07:46.244Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
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-16T08:07:46.248Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:07:46.248Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:07:46.248Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:07:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:07:46.302Z||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-16T08:07:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:07:46.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:07:46.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:07:46.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:07:46.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:08:16.249Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
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-16T08:08:16.265Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
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-16T08:08:16.273Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:08:16.273Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:08:16.274Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:08:46.274Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
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-16T08:08:46.285Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
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-16T08:08:46.290Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:08:46.290Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-08-16T08:08:46.290Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-08-16T08:08:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:08:46.302Z||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-16T08:08:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:08:46.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:08:46.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:08:46.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:08:46.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:08:46.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:08:46.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "clamp",
"timestamp": 1629101209876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "clamp",
"timestamp": 1629101211056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:08:46.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:08:46.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "clamp",
"timestamp": 1629101212062,
"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-16T08:08:46.851Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:08:46.851Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-16T08:08:46.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101206298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101215619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "aai-ml",
"timestamp": 1629101216621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:08:46.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "aai-ml",
"timestamp": 1629101217628,
"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-16T08:08:46.866Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53438fb5-79b3-4ff2-ab80-409802efc7d5
2021-08-16T08:08:46.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-16T08:08:46.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101222644,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101225025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101230733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101232176,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/vfwd522117e7bb50_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101233179,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101234184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/resourceInstances/vfwd522117e7bb50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:08:46.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101235190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210816080255/1.0/artifacts/service-Vfw20210816080255-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:08:46.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:09:16.291Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
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-16T08:09:16.317Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5
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-16T08:09:16.322Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:09:16.322Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T08:09:16.322Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T08:09:16.322Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:09:16.323Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:09:16.324Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-16T08:09:16.329Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T08:09:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:09:46.303Z||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-16T08:09:46.304Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:09:46.329Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5 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-16T08:09:46.360Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53438fb5-79b3-4ff2-ab80-409802efc7d5 and serviceModelVersionId: 79dac95d-344e-4c19-86ed-c5f67ad1d1c4
2021-08-16T08:09:46.360Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c37122a7-a99c-4c1b-9444-8e5f7cd30ea3
2021-08-16T08:09:55.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:10:02.120Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0
2021-08-16T08:10:02.238Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T08:10:02.724Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-16T08:10:02.728Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0|INFO|500||Invoke
2021-08-16T08:10:02.858Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-16T08:10:03.336Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0|INFO|500||InvokeReturn
2021-08-16T08:10:03.337Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/c37122a7-a99c-4c1b-9444-8e5f7cd30ea3/model-vers/model-ver/79dac95d-344e-4c19-86ed-c5f67ad1d1c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-08:10:02:875-87729], vertex-id=[368856], Content-Length=[0], Date=[Mon, 16 Aug 2021 08:10:02 GMT], Content-Type=[application/json]}
2021-08-16T08:10:03.338Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2021-08-16T08:10:03.342Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-16T08:10:03.342Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-16T08:10:03.349Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-16T08:10:03.352Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53438fb5-79b3-4ff2-ab80-409802efc7d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-16T08:10:03.353Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-16T08:10:03.354Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:10:03.364Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:10:03.364Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101403352,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:10:03.470Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-08-16T08:10:03.471Z||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-16T08:10:03.471Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:10:03.493Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:10:03.494Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-16T08:10:04.380Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:10:04.380Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-16T08:10:04.380Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:10:14.654Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:10:14.656Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:10:14.657Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-16T08:10:14.657Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:10:24.213Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:10:24.216Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:10:24.217Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-16T08:10:24.217Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:10:33.763Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:10:46.298Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:10:46.299Z||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-16T08:10:46.299Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:10:46.301Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:10:46.301Z||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-16T08:10:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:10:46.927Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:10:46.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-08-16T08:10:46.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53438fb5-79b3-4ff2-ab80-409802efc7d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101403352,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:10:46.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:10:55.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:11:46.299Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:11:46.301Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:11:46.302Z||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-16T08:11:46.302Z||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-16T08:11:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:11:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:11:55.855Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:11:55.856Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:46.299Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:12:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:12:46.303Z||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-16T08:12:46.303Z||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-16T08:12:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:12:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:12:46.941Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:46.941Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:46.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc25246c-f1d0-4fa7-b87f-e71a5164b912","serviceName":"basic_onboard_mlHkwZ","serviceVersion":"1.0","serviceUUID":"ed54df13-55d4-4886-a15c-1b3608938e22","serviceDescription":"service","serviceInvariantUUID":"dd138ad2-6912-4e07-9603-d78123100f0d","resources":[{"resourceInstanceName":"basic_onboard_mlHkwZ 0","resourceName":"basic_onboard_mlHkwZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b9f34c39-8faf-4876-b9a8-a1b33eaa6011","resourceInvariantUUID":"9b35884a-30a9-422c-a77e-f340c5d75a90","resourceCustomizationUUID":"c239e114-3276-4b2d-9a97-45f9cc2ed8ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml","artifactChecksum":"ZmEyMTM4YTFhZmRiMjJjZmU1OTcyMDEzZjMzYWU3NmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"110296a5-f61d-4dd3-9fb1-986c7352ef1f","artifactVersion":"1"},{"artifactName":"basic_onboard_mlhkwz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json","artifactChecksum":"YTdkOTgxOTg1NjIwODgyMmRlMjM4NDFmYzAwYmJkNWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"485ccced-129c-41df-abf5-e2ff1c4ed947","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5e031bc0-b650-4e33-9cfe-0e193c144ba0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f88cb0c-d857-4445-be28-48cfa0625ad7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4","artifactVersion":"2","generatedFromUUID":"5e031bc0-b650-4e33-9cfe-0e193c144ba0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMlhkwz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml","artifactChecksum":"MDE3YjE2MWM3NGRkZjRiMmRiMDQyNjViY2E1ZWExOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6df60916-f7e4-4649-8882-bc2eef7c1cbb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMlhkwz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar","artifactChecksum":"ZjUxNjVhNzBkYTY3NTgxNzI4N2U4NjQ3NzViODI0Yjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ecceb98-082c-4762-ad4d-f55899a1435f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:12:46.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "aai-ml",
"timestamp": 1629101513803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.946Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "dcae-sch",
"timestamp": 1629101507497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101512736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "policy-id",
"timestamp": 1629101508979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.947Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101514006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.948Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101515841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "aai-ml",
"timestamp": 1629101513803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "dcae-sch",
"timestamp": 1629101507497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101512736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "policy-id",
"timestamp": 1629101508979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101514006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101515841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "aai-ml",
"timestamp": 1629101513803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "dcae-sch",
"timestamp": 1629101507497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101512736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.954Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.954Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "policy-id",
"timestamp": 1629101508979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101514006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101515841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "aai-ml",
"timestamp": 1629101513803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "dcae-sch",
"timestamp": 1629101507497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101512736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "policy-id",
"timestamp": 1629101508979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "clamp",
"timestamp": 1629101519454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101514006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101515841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "cds",
"timestamp": 1629101520058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "aai-ml",
"timestamp": 1629101513803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "dcae-sch",
"timestamp": 1629101507497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101512736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "policy-id",
"timestamp": 1629101508979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101514006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101515841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "clamp",
"timestamp": 1629101519454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "cds",
"timestamp": 1629101520058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "aai-ml",
"timestamp": 1629101513803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "dcae-sch",
"timestamp": 1629101507497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "policy-id",
"timestamp": 1629101508979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101512736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "clamp",
"timestamp": 1629101519454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101515841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101514006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "cds",
"timestamp": 1629101520058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "aai-ml",
"timestamp": 1629101513803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "dcae-sch",
"timestamp": 1629101507497,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "ves-openapi-manager",
"timestamp": 1629101512736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "policy-id",
"timestamp": 1629101508979,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "clamp",
"timestamp": 1629101519454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101515841,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101514006,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "cds",
"timestamp": 1629101520058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "clamp",
"timestamp": 1629101519454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "cds",
"timestamp": 1629101520058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "clamp",
"timestamp": 1629101519454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "aai-ml",
"timestamp": 1629101525146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:46.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101525334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "policy-id",
"timestamp": 1629101525328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:46.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101525691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "cds",
"timestamp": 1629101520058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "clamp",
"timestamp": 1629101519454,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "policy-id",
"timestamp": 1629101526334,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:46.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "cds",
"timestamp": 1629101520058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:12:46.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:12:46.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:46.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "policy-id",
"timestamp": 1629101527337,
"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-16T08:12:47.002Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.003Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-16T08:12:47.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101528185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:12:47.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629101529191,
"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-16T08:12:47.020Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.020Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-16T08:12:47.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101531796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:47.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "cds",
"timestamp": 1629101532108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:47.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "cds",
"timestamp": 1629101533144,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-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-16T08:12:47.037Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.037Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-16T08:12:47.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101533788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:47.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "aai-ml",
"timestamp": 1629101534498,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:12:47.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101534822,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-08-16T08:12:47.053Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:12:47.054Z||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-16T08:12:47.054Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
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-16T08:12:47.059Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.060Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-16T08:12:47.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "aai-ml",
"timestamp": 1629101535503,
"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-16T08:12:47.068Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:47.068Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:12:47.071Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.071Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-16T08:12:47.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629101535832,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T08:12:47.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "clamp",
"timestamp": 1629101537374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:47.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "clamp",
"timestamp": 1629101538398,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:12:47.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:12:47.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:12:47.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "clamp",
"timestamp": 1629101539402,
"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-16T08:12:47.087Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc25246c-f1d0-4fa7-b87f-e71a5164b912
2021-08-16T08:12:47.088Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-16T08:12:47.955Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:47.956Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:47.958Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:47.958Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:12:48.058Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:48.059Z||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-16T08:12:48.060Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:48.072Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:48.072Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:12:48.958Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:48.959Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:48.961Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:48.961Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:12:49.061Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:49.062Z||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-16T08:12:49.062Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:49.074Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:49.074Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:12:49.961Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:49.962Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:49.964Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:49.964Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:50.067Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-08-16T08:12:50.068Z||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-16T08:12:50.068Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:50.080Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:50.080Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:12:50.965Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:50.966Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:50.967Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:50.968Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-16T08:12:51.068Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:51.069Z||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-16T08:12:51.070Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:51.084Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:51.085Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:12:51.969Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:51.970Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:51.973Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:51.973Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:12:52.073Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:52.074Z||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-16T08:12:52.074Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:52.092Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:52.092Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:12:52.974Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:12:52.975Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:52.978Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:52.979Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:12:53.079Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:53.080Z||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-16T08:12:53.080Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:53.090Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:53.091Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:12:53.980Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"serviceName": "basic_onboard_mlHkwZ",
"serviceVersion": "1.0",
"serviceUUID": "ed54df13-55d4-4886-a15c-1b3608938e22",
"serviceDescription": "service",
"serviceInvariantUUID": "dd138ad2-6912-4e07-9603-d78123100f0d",
"resources": [
{
"resourceInstanceName": "basic_onboard_mlHkwZ 0",
"resourceCustomizationUUID": "c239e114-3276-4b2d-9a97-45f9cc2ed8ff",
"resourceName": "basic_onboard_mlHkwZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b9f34c39-8faf-4876-b9a8-a1b33eaa6011",
"resourceInvariantUUID": "9b35884a-30a9-422c-a77e-f340c5d75a90",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_mlhkwz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"artifactChecksum": "YTdkOTgxOTg1NjIwODgyMmRlMjM4NDFmYzAwYmJkNWQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "485ccced-129c-41df-abf5-e2ff1c4ed947",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5e031bc0-b650-4e33-9cfe-0e193c144ba0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4",
"generatedFromUUID": "5e031bc0-b650-4e33-9cfe-0e193c144ba0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardMlhkwz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"artifactChecksum": "ZjUxNjVhNzBkYTY3NTgxNzI4N2U4NjQ3NzViODI0Yjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0ecceb98-082c-4762-ad4d-f55899a1435f"
}
],
"workloadContext": "Production"
}
2021-08-16T08:12:53.981Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:12:53.981Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed54df13-55d4-4886-a15c-1b3608938e22 ASDC
2021-08-16T08:12:53.982Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:dc25246c-f1d0-4fa7-b87f-e71a5164b912
ServiceName:basic_onboard_mlHkwZ
ServiceVersion:1.0
ServiceUUID:ed54df13-55d4-4886-a15c-1b3608938e22
ServiceInvariantUUID:dd138ad2-6912-4e07-9603-d78123100f0d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMlhkwz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar
ArtifactUUID:0ecceb98-082c-4762-ad4d-f55899a1435f
ArtifactChecksum:ZjUxNjVhNzBkYTY3NTgxNzI4N2U4NjQ3NzViODI0Yjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_mlHkwZ 0
ResourceCustomizationUUID:c239e114-3276-4b2d-9a97-45f9cc2ed8ff
ResourceInvariantUUID:9b35884a-30a9-422c-a77e-f340c5d75a90
ResourceName:basic_onboard_mlHkwZ
ResourceType:VF
ResourceUUID:b9f34c39-8faf-4876-b9a8-a1b33eaa6011
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_mlhkwz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json
ArtifactUUID:485ccced-129c-41df-abf5-e2ff1c4ed947
ArtifactChecksum:YTdkOTgxOTg1NjIwODgyMmRlMjM4NDFmYzAwYmJkNWQ=
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/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5e031bc0-b650-4e33-9cfe-0e193c144ba0
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/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
ArtifactUUID:6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4
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/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
ArtifactUUID:6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-16T08:12:53.982Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed54df13-55d4-4886-a15c-1b3608938e22 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-16T08:12:54.023Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:12:54.025Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:12:54.025Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:12:54.026Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0ecceb98-082c-4762-ad4d-f55899a1435f from URL: /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:54.026Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:12:54.026Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:54.802Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:12:54.806Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar 0ecceb98-082c-4762-ad4d-f55899a1435f 71375
2021-08-16T08:12:54.807Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar ASDC sendASDCNotification
2021-08-16T08:12:54.807Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:54.807Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:12:54.808Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:54.810Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:54.810Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101574807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:54.911Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-08-16T08:12:54.912Z||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-16T08:12:54.912Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:54.938Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:54.938Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:12:55.811Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:12:55.812Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:12:55.812Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0ecceb98-082c-4762-ad4d-f55899a1435f, URL: /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar to file: /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:55.813Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:55.813Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:55.813Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:56.134Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8138767296411942624/Definitions/service-BasicOnboardMlhkwz-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-16T08:12:57.380Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:12:57.381Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:12:57.381Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.381Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-16T08:12:57.381Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||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-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.382Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.383Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.383Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_mlHkwZ 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-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:12:57.383Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:12:57.384Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.384Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.384Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:12:57.384Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:12:57.385Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:12:57.385Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.385Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.385Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:12:57.386Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:12:57.386Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:12:57.386Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.386Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.386Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.387Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is not matching search criteria
2021-08-16T08:12:57.387Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-08-16T08:12:57.387Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-08-16T08:12:57.387Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-08-16T08:12:57.387Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T08:12:57.388Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T08:12:57.388Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.388Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:12:57.388Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.388Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:12:57.389Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:12:57.389Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.389Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:12:57.389Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:12:57.390Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.390Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:12:57.390Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:12:57.390Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.391Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is not matching search criteria
2021-08-16T08:12:57.391Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-16T08:12:57.391Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T08:12:57.391Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9805dbf1-3d3e-408d-acb0-6d9266aa27ae
2021-08-16T08:12:57.391Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.392Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.392Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.392Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.392Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.392Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.393Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:12:57.393Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:12:57.393Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_mlHkwZ
Description:service
Model UUID:ed54df13-55d4-4886-a15c-1b3608938e22
Model Version:NULL
Model InvariantUuid:dd138ad2-6912-4e07-9603-d78123100f0d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_mlHkwZ
Model UUID:5fc0cbb4-a437-4958-92d5-1dc55816c982
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9b35884a-30a9-422c-a77e-f340c5d75a90
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c239e114-3276-4b2d-9a97-45f9cc2ed8ff
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b0e0661a-cf6c-41be-9a2c-544490979acd
ModelName:BasicOnboardMlhkwz..base_ubuntu18..module-0
ModelUuid:8ca7ff19-53cd-4a2c-854b-4fdf57accb56
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:9805dbf1-3d3e-408d-acb0-6d9266aa27ae
ModelInvariantUuid:66c0fa09-9f1b-418e-a971-5aefa6506c15
ModelName:basic_onboard_mlHkwZ-nodes.ubuntu18Cvfc
ModelUuid:0e451338-d482-428e-bea0-5f77ac8594cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e5574f7d-90a7-44c3-a4c7-09288c06e46e
ModelInvariantUuid:44adbc08-9799-4f85-b445-f1f65495d647
ModelName:BasicOnboardMlhkwz.compute.nodes.heat.ubuntu18
ModelUuid:7746cce2-b4ac-48bd-b685-72f6408678ca
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-16T08:12:57.399Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b9f34c39-8faf-4876-b9a8-a1b33eaa6011
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-16T08:12:57.403Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||basic_onboard_mlHkwZ 0
2021-08-16T08:12:57.403Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b9f34c39-8faf-4876-b9a8-a1b33eaa6011
2021-08-16T08:12:57.403Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 485ccced-129c-41df-abf5-e2ff1c4ed947 from URL: /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json
2021-08-16T08:12:57.404Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:12:57.404Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json
2021-08-16T08:12:57.876Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:12:57.877Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json 485ccced-129c-41df-abf5-e2ff1c4ed947 798
2021-08-16T08:12:57.877Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json ASDC sendASDCNotification
2021-08-16T08:12:57.877Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json
2021-08-16T08:12:57.878Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:12:57.878Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:57.880Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:57.880Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101577877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:57.980Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:57.981Z||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-16T08:12:57.981Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:57.993Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:57.993Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:12:58.881Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMlhkwz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b0e0661a-cf6c-41be-9a2c-544490979acd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8ca7ff19-53cd-4a2c-854b-4fdf57accb56",
"vfModuleModelCustomizationUUID": "191322ab-78c5-4c92-9042-f641bff19dc0",
"isBase": true,
"artifacts": [
"5e031bc0-b650-4e33-9cfe-0e193c144ba0",
"6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4"
],
"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-16T08:12:58.886Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMlhkwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ca7ff19-53cd-4a2c-854b-4fdf57accb56
VfModuleModelInvariantUUID:b0e0661a-cf6c-41be-9a2c-544490979acd
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e031bc0-b650-4e33-9cfe-0e193c144ba0
,
6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4
}
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-16T08:12:58.888Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardMlhkwz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b0e0661a-cf6c-41be-9a2c-544490979acd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8ca7ff19-53cd-4a2c-854b-4fdf57accb56",
"vfModuleModelCustomizationUUID": "191322ab-78c5-4c92-9042-f641bff19dc0",
"isBase": true,
"artifacts": [
"5e031bc0-b650-4e33-9cfe-0e193c144ba0",
"6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4"
],
"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-16T08:12:58.889Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardMlhkwz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ca7ff19-53cd-4a2c-854b-4fdf57accb56
VfModuleModelInvariantUUID:b0e0661a-cf6c-41be-9a2c-544490979acd
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e031bc0-b650-4e33-9cfe-0e193c144ba0
,
6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4
}
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-16T08:12:58.889Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5e031bc0-b650-4e33-9cfe-0e193c144ba0 from URL: /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml
2021-08-16T08:12:58.889Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:12:58.890Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml
2021-08-16T08:12:59.555Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:12:59.556Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml 5e031bc0-b650-4e33-9cfe-0e193c144ba0 5033
2021-08-16T08:12:59.557Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-16T08:12:59.558Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml
2021-08-16T08:12:59.558Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:12:59.558Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:12:59.562Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:12:59.562Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101579557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:12:59.662Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:12:59.664Z||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-16T08:12:59.664Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:12:59.677Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:12:59.677Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:13:00.565Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4 from URL: /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
2021-08-16T08:13:00.565Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:13:00.566Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
2021-08-16T08:13:01.947Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:13:01.948Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env 6af1d0bc-6dc3-498f-bd8e-9e764f7e94c4 909
2021-08-16T08:13:01.948Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-16T08:13:01.948Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
2021-08-16T08:13:01.949Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:13:01.949Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:01.951Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:01.951Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101581948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:13:02.051Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:13:02.052Z||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-16T08:13:02.052Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:02.064Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:13:02.064Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:13:02.952Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ed54df13-55d4-4886-a15c-1b3608938e22
2021-08-16T08:13:02.952Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_mlHkwZ 0 b9f34c39-8faf-4876-b9a8-a1b33eaa6011 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-16T08:13:02.979Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.979Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.979Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2021-08-16T08:13:02.980Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c239e114-3276-4b2d-9a97-45f9cc2ed8ff
2021-08-16T08:13:02.980Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c239e114-3276-4b2d-9a97-45f9cc2ed8ff matches Tosca VF Customization UUID: c239e114-3276-4b2d-9a97-45f9cc2ed8ff
2021-08-16T08:13:02.980Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c239e114-3276-4b2d-9a97-45f9cc2ed8ff 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-16T08:13:02.982Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.983Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.983Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c239e114-3276-4b2d-9a97-45f9cc2ed8ff: {\"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-16T08:13:02.984Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@767dc791
2021-08-16T08:13:02.984Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.984Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:13:02.984Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 191322ab-78c5-4c92-9042-f641bff19dc0
2021-08-16T08:13:02.985Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 191322ab-78c5-4c92-9042-f641bff19dc0
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-16T08:13:02.988Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.988Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:13:02.988Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:13:02.988Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.989Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:13:02.989Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:13:02.990Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.990Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is not matching search criteria
2021-08-16T08:13:02.990Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-08-16T08:13:02.990Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-08-16T08:13:02.991Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9805dbf1-3d3e-408d-acb0-6d9266aa27ae
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-16T08:13:02.993Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.993Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:13:02.994Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:13:02.994Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.994Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_mlHkwZ 0 is matching search criteria
2021-08-16T08:13:02.995Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_mlHkwZ 0] matching following query criteria: sdcType=VF, customizationUUID=c239e114-3276-4b2d-9a97-45f9cc2ed8ff
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-16T08:13:02.996Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.997Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.997Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ed54df13-55d4-4886-a15c-1b3608938e22: basic_onboard_mlHkwZ
2021-08-16T08:13:02.997Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.998Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.998Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.998Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.998Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.999Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.999Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:02.999Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:02.999Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:13:03.000Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_mlHkwZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:13:03.000Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_mlHkwZ
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-16T08:13:03.089Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_mlHkwZ b9f34c39-8faf-4876-b9a8-a1b33eaa6011 1 ASDC deployResourceStructure
2021-08-16T08:13:03.090Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json ASDC sendASDCNotification
2021-08-16T08:13:03.090Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json
2021-08-16T08:13:03.090Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:13:03.090Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:03.092Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:03.092Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101583090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T08:13:03.192Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:13:03.194Z||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-16T08:13:03.195Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:03.207Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:13:03.208Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:13:04.094Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-08-16T08:13:04.095Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml
2021-08-16T08:13:04.095Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:13:04.095Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:04.098Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:04.098Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101584093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-16T08:13:04.198Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:13:04.199Z||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-16T08:13:04.199Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:04.209Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:13:04.210Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:13:05.099Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-08-16T08:13:05.100Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env
2021-08-16T08:13:05.100Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:13:05.101Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:05.105Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:05.105Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101585099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-16T08:13:05.204Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:13:05.205Z||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-16T08:13:05.205Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:05.217Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:13:05.217Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:13:06.106Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar ASDC sendASDCNotification
2021-08-16T08:13:06.106Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar
2021-08-16T08:13:06.106Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:13:06.106Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:06.108Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:06.109Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101586106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:13:06.209Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:13:06.209Z||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-16T08:13:06.209Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:06.220Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:13:06.220Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:13:07.110Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc25246c-f1d0-4fa7-b87f-e71a5164b912
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-16T08:13:07.123Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc25246c-f1d0-4fa7-b87f-e71a5164b912
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-16T08:13:07.127Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:13:07.127Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T08:13:07.127Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T08:13:07.127Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T08:13:07.128Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:13:07.128Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:13:07.128Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:13:07.128Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:13:07.128Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:13:07.129Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:13:07.129Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T08:13:07.133Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T08:13:37.138Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc25246c-f1d0-4fa7-b87f-e71a5164b912 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-16T08:13:37.144Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc25246c-f1d0-4fa7-b87f-e71a5164b912 and serviceModelVersionId: ed54df13-55d4-4886-a15c-1b3608938e22
2021-08-16T08:13:37.145Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd138ad2-6912-4e07-9603-d78123100f0d
2021-08-16T08:13:37.146Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0
2021-08-16T08:13:37.152Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T08:13:37.210Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-16T08:13:37.212Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0|INFO|500||Invoke
2021-08-16T08:13:37.252Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-16T08:13:37.576Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0|INFO|500||InvokeReturn
2021-08-16T08:13:37.577Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/dd138ad2-6912-4e07-9603-d78123100f0d/model-vers/model-ver/ed54df13-55d4-4886-a15c-1b3608938e22?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-210816-08:13:37:266-2169], vertex-id=[176304], Content-Length=[0], Date=[Mon, 16 Aug 2021 08:13:37 GMT], Content-Type=[application/json]}
2021-08-16T08:13:37.578Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-08-16T08:13:37.578Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-16T08:13:37.579Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T08:13:37.583Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-16T08:13:37.584Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc25246c-f1d0-4fa7-b87f-e71a5164b912 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-16T08:13:37.584Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-16T08:13:37.584Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:13:37.586Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:13:37.586Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101617584,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:13:37.686Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:13:37.687Z||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-16T08:13:37.687Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:13:37.713Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:13:37.713Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-08-16T08:13:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:13:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:13:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:13:46.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:13:46.301Z||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-16T08:13:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:13:46.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:13:46.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:13:46.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:13:46.441Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-16T08:13:55.861Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:14:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:14:46.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:14:46.301Z||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-16T08:14:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:14:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:14:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:14:46.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:14:46.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101566299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101574807,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101577877,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101579557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:14:46.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101581948,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:14:46.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101583090,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/basic_onboard_mlhkwz0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101584093,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101585099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/resourceInstances/basic_onboard_mlhkwz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-08-16T08:14:46.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101586106,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardMlhkwz/1.0/artifacts/service-BasicOnboardMlhkwz-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dc25246c-f1d0-4fa7-b87f-e71a5164b912",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629101617584,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:14:46.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:14:55.884Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:15:46.301Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:15:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:15:46.304Z||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-16T08:15:46.304Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:15:46.305Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:15:46.305Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:15:55.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:15:55.878Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:16:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:16:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:16:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:16:46.301Z||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-16T08:16:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:16:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:16:55.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:16:55.870Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:17:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:17:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:17:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:17:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:17:46.301Z||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-16T08:17:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:17:55.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:17:55.871Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:18:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:18:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:18:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:18:46.302Z||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-16T08:18:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:18:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:18:55.862Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:18:55.883Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:19:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:19:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:19:46.301Z||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-16T08:19:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:19:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:19:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:19:55.859Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:19:55.879Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:20:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:20:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:20:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:20:46.300Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:20:46.301Z||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-16T08:20:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:20:55.862Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:20:55.864Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:21:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:21:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:21:46.302Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-16T08:21:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:21:46.303Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:21:46.303Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:21:55.858Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:21:55.883Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:22:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:22:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:22:46.301Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:22:46.301Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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-16T08:22:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:22:46.302Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:22:55.856Z|53438fb5-79b3-4ff2-ab80-409802efc7d5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:22:55.880Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:23:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:23:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:23:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:23:46.300Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:23:46.301Z||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-16T08:23:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:23:55.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:23:55.890Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:24:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:24:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:24:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:24:46.302Z||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-16T08:24:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:24:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:24:55.867Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:24:55.868Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:25:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:25:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:25:46.303Z||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-16T08:25:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:25:46.303Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:25:46.303Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:25:55.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:25:55.869Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:26:46.299Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:26:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:26:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:26:46.302Z||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-16T08:26:46.302Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:26:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:26:55.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:26:55.863Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:27:46.298Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:27:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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-16T08:27:46.300Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:27:46.300Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:27:46.301Z||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-16T08:27:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:27:46.934Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:27:46.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:27:46.935Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.935Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b4af283-82c4-4dce-9f1a-c8aba9c54ebf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"50725d82-1337-40d6-bddd-45a02e1e5245","serviceDescription":"service","serviceInvariantUUID":"56049d23-0167-4e59-bb16-8a56c55e7240","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"853c0f2f-34b0-47eb-9b85-613900deaa1b","resourceInvariantUUID":"0f64f7f3-c129-4a37-b427-360a5669cddb","resourceCustomizationUUID":"8fd1c26c-6e2b-42b7-9770-e5dba517ed7c","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":"YmIyZjczYjc0MzM5YWQ4NzAwZmJhYmE5MWM4OGRjNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aebe2588-58a4-4eb2-a620-7dcbf6e9fd26","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzMwYjJlODAzZGMxYjZjMjJiOTM5NDFmYjY4MGFmNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47ad797a-62a5-46f6-9a54-28e7d661f625","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:27:46.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "cds",
"timestamp": 1629102435057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102435841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "aai-ml",
"timestamp": 1629102443803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102444005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "cds",
"timestamp": 1629102435057,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102435841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "aai-ml",
"timestamp": 1629102443803,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102444005,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "dcae-sch",
"timestamp": 1629102447496,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "dcae-sch",
"timestamp": 1629102447496,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "policy-id",
"timestamp": 1629102448978,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "clamp",
"timestamp": 1629102449452,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "policy-id",
"timestamp": 1629102448978,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "cds",
"timestamp": 1629102450830,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "clamp",
"timestamp": 1629102449452,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102451701,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:27:46.942Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "aai-ml",
"timestamp": 1629102451698,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:27:46.943Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:27:46.943Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "cds",
"timestamp": 1629102451838,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-08-16T08:27:46.947Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:27:46.947Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102466298,
"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: 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-16T08:27:46.964Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
2021-08-16T08:27:46.965Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-16T08:27:46.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "ves-openapi-manager",
"timestamp": 1629102452736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "policy-id",
"timestamp": 1629102453343,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102453407,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "ves-openapi-manager",
"timestamp": 1629102452736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "policy-id",
"timestamp": 1629102454352,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:27:46.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:46.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102454412,
"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-16T08:27:46.981Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
2021-08-16T08:27:46.981Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-16T08:27:46.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:46.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "policy-id",
"timestamp": 1629102455355,
"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-16T08:27:46.995Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
2021-08-16T08:27:46.995Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-16T08:27:47.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:47.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "aai-ml",
"timestamp": 1629102456392,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:27:47.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:47.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:47.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "aai-ml",
"timestamp": 1629102457396,
"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-16T08:27:47.009Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
2021-08-16T08:27:47.010Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-16T08:27:47.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-08-16T08:27:47.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "clamp",
"timestamp": 1629102464113,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:27:47.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:27:47.047Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:27:47.048Z||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-16T08:27:47.049Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:27:47.063Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:27:47.063Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:27:47.948Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:27:47.950Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:27:47.952Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:27:47.952Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102466298,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:27:48.052Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:27:48.054Z||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-16T08:27:48.054Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:27:48.068Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:27:48.068Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:27:48.953Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "50725d82-1337-40d6-bddd-45a02e1e5245",
"serviceDescription": "service",
"serviceInvariantUUID": "56049d23-0167-4e59-bb16-8a56c55e7240",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "8fd1c26c-6e2b-42b7-9770-e5dba517ed7c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "853c0f2f-34b0-47eb-9b85-613900deaa1b",
"resourceInvariantUUID": "0f64f7f3-c129-4a37-b427-360a5669cddb",
"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": "YzMwYjJlODAzZGMxYjZjMjJiOTM5NDFmYjY4MGFmNDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "47ad797a-62a5-46f6-9a54-28e7d661f625"
}
],
"workloadContext": "Production"
}
2021-08-16T08:27:48.955Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:27:48.955Z|dc25246c-f1d0-4fa7-b87f-e71a5164b912|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50725d82-1337-40d6-bddd-45a02e1e5245 ASDC
2021-08-16T08:27:48.956Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:50725d82-1337-40d6-bddd-45a02e1e5245
ServiceInvariantUUID:56049d23-0167-4e59-bb16-8a56c55e7240
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:47ad797a-62a5-46f6-9a54-28e7d661f625
ArtifactChecksum:YzMwYjJlODAzZGMxYjZjMjJiOTM5NDFmYjY4MGFmNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8fd1c26c-6e2b-42b7-9770-e5dba517ed7c
ResourceInvariantUUID:0f64f7f3-c129-4a37-b427-360a5669cddb
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:853c0f2f-34b0-47eb-9b85-613900deaa1b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-08-16T08:27:48.956Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50725d82-1337-40d6-bddd-45a02e1e5245 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-16T08:27:48.983Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:27:48.984Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:27:48.984Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:27:48.985Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 47ad797a-62a5-46f6-9a54-28e7d661f625 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-16T08:27:48.985Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:27:48.985Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-08-16T08:27:51.699Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:27:51.702Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 47ad797a-62a5-46f6-9a54-28e7d661f625 52175
2021-08-16T08:27:51.702Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:51.702Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:51.702Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:27:51.703Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:27:51.704Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:27:51.704Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102471702,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:27:51.805Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:27:51.805Z||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-16T08:27:51.805Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:27:51.820Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:27:51.820Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:27:52.705Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:27:52.706Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:27:52.706Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 47ad797a-62a5-46f6-9a54-28e7d661f625, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:52.707Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-08-16T08:27:52.707Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:52.707Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:52.838Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4640111520646831107/Definitions/service-BasicNetwork-template.yml
2021-08-16T08:27:53.378Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:27:53.379Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:27:53.379Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.380Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-08-16T08:27:53.380Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.380Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.381Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.381Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.381Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-08-16T08:27:53.381Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.382Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.382Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.382Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:27:53.383Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.384Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.385Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-16T08:27:53.385Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:27:53.385Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:27:53.386Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.386Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.387Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-08-16T08:27:53.387Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:27:53.387Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:27:53.388Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.388Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.388Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.389Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.389Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.390Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.390Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.390Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.391Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.391Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.391Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:50725d82-1337-40d6-bddd-45a02e1e5245
Model Version:NULL
Model InvariantUuid:56049d23-0167-4e59-bb16-8a56c55e7240
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:0f64f7f3-c129-4a37-b427-360a5669cddb
Model UUID:03a78629-b8be-4339-82a4-13f2e34a38de
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:8fd1c26c-6e2b-42b7-9770-e5dba517ed7c
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-16T08:27:53.415Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 853c0f2f-34b0-47eb-9b85-613900deaa1b
2021-08-16T08:27:53.415Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||No resources found for Service: 50725d82-1337-40d6-bddd-45a02e1e5245
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-16T08:27:53.420Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||
2021-08-16T08:27:53.420Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-08-16T08:27:53.421Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 50725d82-1337-40d6-bddd-45a02e1e5245
2021-08-16T08:27:53.421Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 50725d82-1337-40d6-bddd-45a02e1e5245
2021-08-16T08:27:53.421Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-08-16T08:27:53.421Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.427Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.428Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.428Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.428Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.429Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 50725d82-1337-40d6-bddd-45a02e1e5245: Generic NeutronNet
2021-08-16T08:27:53.429Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.429Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.429Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.429Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.468Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.469Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.469Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.469Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.469Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:27:53.469Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:27:53.470Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.540Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-08-16T08:27:53.540Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.540Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||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-16T08:27:53.541Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-08-16T08:27:53.541Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:27:53.543Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:27:53.543Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102473540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:27:53.643Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:27:53.644Z||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-16T08:27:53.644Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:27:53.654Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:27:53.654Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2021-08-16T08:27:54.544Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
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-16T08:27:54.561Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
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-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:27:54.565Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-08-16T08:27:54.566Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-08-16T08:27:54.570Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-08-16T08:28:24.570Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-16T08:28:24.581Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf and serviceModelVersionId: 50725d82-1337-40d6-bddd-45a02e1e5245
2021-08-16T08:28:24.581Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56049d23-0167-4e59-bb16-8a56c55e7240
2021-08-16T08:28:24.583Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0
2021-08-16T08:28:24.593Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-08-16T08:28:24.673Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-08-16T08:28:24.676Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0|INFO|500||Invoke
2021-08-16T08:28:24.718Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-08-16T08:28:25.070Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0|INFO|500||InvokeReturn
2021-08-16T08:28:25.071Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/56049d23-0167-4e59-bb16-8a56c55e7240/model-vers/model-ver/50725d82-1337-40d6-bddd-45a02e1e5245?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-210816-08:28:24:734-18746], vertex-id=[397528], Content-Length=[0], Date=[Mon, 16 Aug 2021 08:28:24 GMT], Content-Type=[application/json]}
2021-08-16T08:28:25.071Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2021-08-16T08:28:25.072Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-08-16T08:28:25.072Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-08-16T08:28:25.076Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-08-16T08:28:25.077Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-08-16T08:28:25.077Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-08-16T08:28:25.077Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:28:25.080Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:28:25.080Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102505077,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:28:25.184Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2021-08-16T08:28:25.185Z||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-16T08:28:25.185Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:28:25.202Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:28:25.202Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 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-16T08:28:46.298Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:28:46.299Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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-16T08:28:46.299Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:28:46.300Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:28:46.301Z||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-16T08:28:46.301Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:28:46.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:28:46.421Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:28:46.421Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102466298,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:28:46.422Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-16T08:28:55.849Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:29:46.298Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:29:46.301Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:29:46.302Z||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-16T08:29:46.302Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:29:46.302Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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-16T08:29:46.302Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:29:46.826Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:29:46.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "clamp",
"timestamp": 1629102467112,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102466298,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.829Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "clamp",
"timestamp": 1629102468118,
"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-16T08:29:46.841Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf
2021-08-16T08:29:46.842Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b4af283-82c4-4dce-9f1a-c8aba9c54ebf 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-16T08:29:46.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102471702,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:29:46.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:29:46.853Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.853Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102473540,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:29:46.853Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:29:46.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-08-16T08:29:46.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3b4af283-82c4-4dce-9f1a-c8aba9c54ebf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102505077,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-08-16T08:29:46.854Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:29:55.878Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:46.299Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:30:46.300Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-08-16T08:30:46.302Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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-16T08:30:46.302Z||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-16T08:30:46.303Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|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 DddzYQv3lFYPupEf) ...
2021-08-16T08:30:46.303Z||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 DddzYQv3lFYPupEf) ...
2021-08-16T08:30:46.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:46.939Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:46.940Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.940Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b0f90a98-f91f-40e3-bb40-511e6caec44a","serviceDescription":"service","serviceInvariantUUID":"a6a7c618-6f82-4f25-b654-9f6857b52c6c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"258cb417-bcd3-40a0-98cd-af5a9058c636","resourceInvariantUUID":"d5bb487a-34ac-4575-bf40-fb9a9b79bc00","resourceCustomizationUUID":"6b9e2314-9357-45ab-a88b-a78288a692db","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":"ZmM4YzM4ODY2YmJkNjI1OWI4ZGJkNTQ2MWE5MDk0M2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd0796a7-6405-4902-b7e5-25a6431d1dbe","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":"YmRhNTY4NDY4ZWE1NWViNGU1MjA1MmE1YjNhOTU3ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c7258e27-27c6-41eb-98fe-28f9738abb19","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":"1d873b07-b60b-40ca-a214-76b62e4d58e4","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":"7b931310-8789-4751-bd48-e3e95bb4a379","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":"NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da880d1e-9cfa-45ac-9bb1-628500f07770","artifactVersion":"2","generatedFromUUID":"1d873b07-b60b-40ca-a214-76b62e4d58e4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTNhNzgzMTZhMDNmZDFmZjk4ODYyZTdiM2FlY2IxZDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0157074-3a7a-4f63-9fcc-713889b0dab1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGE3MDY1YjVlYjMyYzU1ZDljZjZiNzExMjNiNmQ0NTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"745212a7-e71f-4d57-915c-26c303446b5d","artifactVersion":"1"}],"workloadContext":"Production"}
2021-08-16T08:30:46.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "dcae-sch",
"timestamp": 1629102607496,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "policy-id",
"timestamp": 1629102608978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "dcae-sch",
"timestamp": 1629102607496,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "policy-id",
"timestamp": 1629102608978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629102612741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "policy-id",
"timestamp": 1629102608978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "dcae-sch",
"timestamp": 1629102607496,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629102612741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "policy-id",
"timestamp": 1629102608978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "dcae-sch",
"timestamp": 1629102607496,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629102612741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "cds",
"timestamp": 1629102615057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "policy-id",
"timestamp": 1629102608978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629102612741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "dcae-sch",
"timestamp": 1629102607496,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102615841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "cds",
"timestamp": 1629102615057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "dcae-sch",
"timestamp": 1629102607496,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "policy-id",
"timestamp": 1629102608978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629102612741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.950Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:46.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102615841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "cds",
"timestamp": 1629102615057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.951Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:46.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "policy-id",
"timestamp": 1629102608978,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629102612741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "dcae-sch",
"timestamp": 1629102607496,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102615841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "cds",
"timestamp": 1629102615057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "ves-openapi-manager",
"timestamp": 1629102612741,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102615841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "cds",
"timestamp": 1629102615057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102615841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "policy-id",
"timestamp": 1629102620662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "cds",
"timestamp": 1629102615057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102615841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "policy-id",
"timestamp": 1629102621667,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "cds",
"timestamp": 1629102615057,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102615841,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "policy-id",
"timestamp": 1629102622670,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2021-08-16T08:30:46.960Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:46.960Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102646298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"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: 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-16T08:30:46.976Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:30:46.976Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-16T08:30:46.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.986Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "cds",
"timestamp": 1629102624036,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:30:46.986Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:46.986Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "aai-ml",
"timestamp": 1629102623803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102624007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102624756,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.987Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "cds",
"timestamp": 1629102625052,
"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-16T08:30:46.992Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:30:46.992Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-16T08:30:46.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "aai-ml",
"timestamp": 1629102623803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:46.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:46.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:46.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102624007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "aai-ml",
"timestamp": 1629102623803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102624007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "aai-ml",
"timestamp": 1629102623803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102624007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "aai-ml",
"timestamp": 1629102623803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102624007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "aai-ml",
"timestamp": 1629102623803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102624007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.002Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "clamp",
"timestamp": 1629102629451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "aai-ml",
"timestamp": 1629102623803,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102624007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102631092,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "clamp",
"timestamp": 1629102629451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "clamp",
"timestamp": 1629102629451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "aai-ml",
"timestamp": 1629102633104,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:30:47.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "clamp",
"timestamp": 1629102629451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102633321,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102633604,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:30:47.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "clamp",
"timestamp": 1629102629451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.006Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.006Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.006Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102634641,
"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-16T08:30:47.011Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:30:47.011Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-16T08:30:47.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "clamp",
"timestamp": 1629102629451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "multicloud-k8s-id",
"timestamp": 1629102635648,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "clamp",
"timestamp": 1629102629451,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102636379,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:30:47.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1629102637385,
"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-16T08:30:47.023Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:30:47.023Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-16T08:30:47.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "aai-ml",
"timestamp": 1629102642527,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2021-08-16T08:30:47.031Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "aai-ml",
"timestamp": 1629102643531,
"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-16T08:30:47.035Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
2021-08-16T08:30:47.035Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7 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-16T08:30:47.042Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-08-16T08:30:47.042Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "clamp",
"timestamp": 1629102644159,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:30:47.042Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-08-16T08:30:47.065Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2021-08-16T08:30:47.066Z||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-16T08:30:47.067Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:47.077Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:47.077Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:47.961Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:47.962Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:47.965Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:47.965Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102646298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2021-08-16T08:30:48.065Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:30:48.066Z||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-16T08:30:48.066Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:48.081Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:48.081Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:48.966Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:48.967Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:48.969Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:48.969Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102646298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2021-08-16T08:30:49.069Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:30:49.070Z||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-16T08:30:49.070Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:49.096Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:49.097Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:49.970Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:49.971Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:49.973Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:49.973Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102646298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:50.073Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:30:50.074Z||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-16T08:30:50.074Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:50.084Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:50.085Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:50.974Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:50.975Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:50.977Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:50.978Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102646298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2021-08-16T08:30:51.078Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:30:51.078Z||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-16T08:30:51.079Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:51.098Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:51.099Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:51.978Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:51.980Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:51.982Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:51.982Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102646298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2021-08-16T08:30:52.082Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-08-16T08:30:52.083Z||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-16T08:30:52.083Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:52.094Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:52.095Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:52.983Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-08-16T08:30:52.983Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:52.985Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:52.985Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102646298,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2021-08-16T08:30:53.085Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:30:53.086Z||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-16T08:30:53.086Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:53.097Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:53.098Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:53.987Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "b0f90a98-f91f-40e3-bb40-511e6caec44a",
"serviceDescription": "service",
"serviceInvariantUUID": "a6a7c618-6f82-4f25-b654-9f6857b52c6c",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "6b9e2314-9357-45ab-a88b-a78288a692db",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "258cb417-bcd3-40a0-98cd-af5a9058c636",
"resourceInvariantUUID": "d5bb487a-34ac-4575-bf40-fb9a9b79bc00",
"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": "YmRhNTY4NDY4ZWE1NWViNGU1MjA1MmE1YjNhOTU3ZTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c7258e27-27c6-41eb-98fe-28f9738abb19",
"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": "1d873b07-b60b-40ca-a214-76b62e4d58e4",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da880d1e-9cfa-45ac-9bb1-628500f07770",
"generatedFromUUID": "1d873b07-b60b-40ca-a214-76b62e4d58e4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da880d1e-9cfa-45ac-9bb1-628500f07770",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "ZGE3MDY1YjVlYjMyYzU1ZDljZjZiNzExMjNiNmQ0NTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "745212a7-e71f-4d57-915c-26c303446b5d"
}
],
"workloadContext": "Production"
}
2021-08-16T08:30:53.987Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-08-16T08:30:53.988Z|3b4af283-82c4-4dce-9f1a-c8aba9c54ebf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b0f90a98-f91f-40e3-bb40-511e6caec44a ASDC
2021-08-16T08:30:53.989Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b0f90a98-f91f-40e3-bb40-511e6caec44a
ServiceInvariantUUID:a6a7c618-6f82-4f25-b654-9f6857b52c6c
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:745212a7-e71f-4d57-915c-26c303446b5d
ArtifactChecksum:ZGE3MDY1YjVlYjMyYzU1ZDljZjZiNzExMjNiNmQ0NTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:6b9e2314-9357-45ab-a88b-a78288a692db
ResourceInvariantUUID:d5bb487a-34ac-4575-bf40-fb9a9b79bc00
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:258cb417-bcd3-40a0-98cd-af5a9058c636
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:c7258e27-27c6-41eb-98fe-28f9738abb19
ArtifactChecksum:YmRhNTY4NDY4ZWE1NWViNGU1MjA1MmE1YjNhOTU3ZTA=
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:1d873b07-b60b-40ca-a214-76b62e4d58e4
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:da880d1e-9cfa-45ac-9bb1-628500f07770
ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE=
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:da880d1e-9cfa-45ac-9bb1-628500f07770
ArtifactChecksum:NzE5NmQwNTcwNjNlMzY2ZjZkZjQ4MDQ4MDZlYTU3NDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-08-16T08:30:53.989Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0f90a98-f91f-40e3-bb40-511e6caec44a 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-16T08:30:54.030Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:30:54.032Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:30:54.032Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:30:54.033Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 745212a7-e71f-4d57-915c-26c303446b5d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-16T08:30:54.033Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-08-16T08:30:54.033Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-08-16T08:30:54.910Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-08-16T08:30:54.914Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 745212a7-e71f-4d57-915c-26c303446b5d 70822
2021-08-16T08:30:54.914Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||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-16T08:30:54.914Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||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-16T08:30:54.914Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-08-16T08:30:54.915Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-08-16T08:30:54.916Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-08-16T08:30:54.916Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1629102654914,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-08-16T08:30:55.017Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-08-16T08:30:55.017Z||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-16T08:30:55.017Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as DddzYQv3lFYPupEf) ...
2021-08-16T08:30:55.033Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-08-16T08:30:55.034Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-08-16T08:30:55.917Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-08-16T08:30:55.918Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-08-16T08:30:55.918Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 745212a7-e71f-4d57-915c-26c303446b5d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:55.919Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-08-16T08:30:55.920Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:55.920Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:56.118Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13154109405198424069/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-16T08:30:57.286Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-08-16T08:30:57.287Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:30:57.287Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.287Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-08-16T08:30:57.287Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||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-16T08:30:57.287Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||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-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||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-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||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-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-08-16T08:30:57.288Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-08-16T08:30:57.289Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:30:57.289Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:30:57.290Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:30:57.290Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:30:57.290Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:30:57.290Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:30:57.291Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:30:57.291Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:30:57.291Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-08-16T08:30:57.291Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_Ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-08-16T08:30:57.291Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:30:57.292Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-08-16T08:30:57.292Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:30:57.292Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-08-16T08:30:57.292Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_admin_security_group is not matching search criteria
2021-08-16T08:30:57.292Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template abstract_Ubuntu20 is not matching search criteria
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20 is not matching search criteria
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template Ubuntu20_Ubuntu20_admin_plane_port_0 is not matching search criteria
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:30:57.293Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-08-16T08:30:57.294Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-08-16T08:30:57.295Z|d3ee44e7-a074-4aaf-8ad2-a8aafd32ccb7|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery