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-07-05T23:35:47.521Z||main|||||INFO|500||Starting Application on onap-so-sdc-controller-5767fc9865-vvwfk with PID 14 (/app/app.jar started by so in /app)
2021-07-05T23:35:47.527Z||main|||||DEBUG|500||Running with Spring Boot v2.3.7.RELEASE, Spring v5.2.12.RELEASE
2021-07-05T23:35:47.527Z||main|||||INFO|500||The following profiles are active: basic
2021-07-05T23:35:54.442Z||main|||||INFO|500||Starting service [Tomcat]
2021-07-05T23:35:54.443Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-07-05T23:35:54.524Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-07-05T23:35:55.989Z||main|||||INFO|500||catdb-pool - Starting...
2021-07-05T23:35:56.183Z||main|||||INFO|500||catdb-pool - Start completed.
2021-07-05T23:35:56.487Z||main|||||INFO|500||reqdb-pool - Starting...
2021-07-05T23:35:56.494Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-07-05T23:35:56.594Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-07-05T23:35:56.718Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-07-05T23:35:57.134Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-07-05T23:35:58.083Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-05T23:36:00.031Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-05T23:36:00.072Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-07-05T23:36:00.574Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-07-05T23:36:00.685Z||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-07-05T23:36:01.804Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-07-05T23:36:02.682Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2021-07-05T23:36:02.698Z||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$$eba79929.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-07-05T23:36:02.699Z||main|||||WARN|500||The sdc end point is not alive
2021-07-05T23:36:04.750Z||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-07-05T23:36:06.844Z||main|||||WARN|500||---
2021-07-05T23:36:06.844Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-07-05T23:36:06.845Z||main|||||WARN|500||---
2021-07-05T23:36:07.099Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-07-05T23:36:09.917Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-07-05T23:36:09.918Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-07-05T23:36:09.919Z||main|||||INFO|500||Started Application in 24.249 seconds (JVM running for 25.33)
2021-07-05T23:36:09.928Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-07-05T23:36:09.954Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-07-05T23:36:10.029Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 288609a0-dfb5-43c6-acc6-4d9d29ff6d06 url= /sdc/v1/artifactTypes
2021-07-05T23:36:10.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-07-05T23:36:10.273Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-07-05T23:36:10.288Z||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-07-05T23:36:10.307Z||scheduling-1|||||DEBUG|500||create keys
2021-07-05T23:36:10.318Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-07-05T23:36:10.344Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:36:10.362Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1463bb7a-49a2-42c5-b482-b452c09f29c3 url= /sdc/v1/registerForDistribution
2021-07-05T23:36:10.553Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1463bb7a-49a2-42c5-b482-b452c09f29c3 url= /sdc/v1/registerForDistribution
2021-07-05T23:36:10.554Z||scheduling-1|||||INFO|500||start DistributionClient
2021-07-05T23:36:10.562Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:36:10.562Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:36:10.566Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-07-05T23:36:10.567Z||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-07-05T23:36:10.567Z||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-07-05T23:36:10.567Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:36:10.567Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:36:20.807Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:36:20.809Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:37:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:37:10.561Z||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-07-05T23:37:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:37:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:37:10.562Z||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-07-05T23:37:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:37:20.120Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:37:20.126Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:38:10.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:38:10.561Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-05T23:38:10.561Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:38:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:38:10.562Z||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-07-05T23:38:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:38:20.121Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:38:20.123Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:39:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:39:10.561Z||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-07-05T23:39:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:39:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:39:10.562Z||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-07-05T23:39:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:39:20.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:39:20.112Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:40:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:40:10.561Z||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-07-05T23:40:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:40:10.562Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:40:10.563Z||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-07-05T23:40:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:40:20.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:40:20.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:41:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:41:10.561Z||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-07-05T23:41:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:41:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:41:10.562Z||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-07-05T23:41:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:41:20.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:41:20.116Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:42:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:42:10.561Z||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-07-05T23:42:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:42:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:42:10.562Z||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-07-05T23:42:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:42:20.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:42:20.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:43:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:43:10.561Z||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-07-05T23:43:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:43:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:43:10.562Z||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-07-05T23:43:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:43:20.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:43:20.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:44:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:44:10.561Z||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-07-05T23:44:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:44:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:44:10.562Z||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-07-05T23:44:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:44:20.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:44:20.114Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:45:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:45:10.561Z||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-07-05T23:45:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:45:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:45:10.562Z||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-07-05T23:45:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:45:20.135Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:45:20.135Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:46:00.559Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-07-05T23:46:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:46:10.561Z||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-07-05T23:46:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:46:10.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:46:10.562Z||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-07-05T23:46:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:46:20.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:46:20.114Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:47:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:47:10.561Z||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-07-05T23:47:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:47:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:47:10.562Z||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-07-05T23:47:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:47:20.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:47:20.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:48:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:48:10.561Z||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-07-05T23:48:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:48:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:48:10.562Z||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-07-05T23:48:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:48:20.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:48:20.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:49:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:49:10.561Z||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-07-05T23:49:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:49:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:49:10.562Z||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-07-05T23:49:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:49:20.115Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:49:20.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:50:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:50:10.561Z||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-07-05T23:50:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:50:10.562Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:50:10.562Z||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-07-05T23:50:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:50:20.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:50:20.113Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:51:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:51:10.561Z||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-07-05T23:51:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:51:10.561Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:51:10.562Z||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-07-05T23:51:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:51:20.114Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:51:20.119Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:52:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:52:10.561Z||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-07-05T23:52:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:52:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:52:10.562Z||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-07-05T23:52:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:52:20.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:52:20.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:53:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:53:10.561Z||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-07-05T23:53:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:53:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:53:10.562Z||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-07-05T23:53:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:53:20.107Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:53:20.110Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:54:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:54:10.561Z||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-07-05T23:54:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:54:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:54:10.562Z||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-07-05T23:54:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:54:20.115Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:54:20.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:55:10.563Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:55:10.562Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:55:10.566Z||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-07-05T23:55:10.566Z||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-07-05T23:55:10.566Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:55:10.566Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:55:20.121Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:55:20.123Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:56:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:56:10.561Z||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-07-05T23:56:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:56:10.561Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:56:10.562Z||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-07-05T23:56:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:56:20.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:56:20.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:57:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:57:10.561Z||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-07-05T23:57:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:57:10.562Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:57:10.562Z||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-07-05T23:57:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:57:20.130Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:57:20.136Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:58:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:58:10.561Z||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-07-05T23:58:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:58:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:58:10.562Z||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-07-05T23:58:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:58:20.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:58:20.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:59:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:59:10.561Z||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-07-05T23:59:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:59:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-05T23:59:10.562Z||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-07-05T23:59:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-05T23:59:20.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-05T23:59:20.117Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:00:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:00:10.561Z||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-07-06T00:00:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:00:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:00:10.562Z||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-07-06T00:00:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:00:20.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:00:20.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:01:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:01:10.561Z||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-07-06T00:01:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:01:10.562Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:01:10.562Z||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-07-06T00:01:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:01:20.109Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:01:20.113Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:02:10.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:02:10.561Z||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-07-06T00:02:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:02:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:02:10.562Z||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-07-06T00:02:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:02:20.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:02:20.111Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:03:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:03:10.561Z||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-07-06T00:03:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:03:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:03:10.562Z||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-07-06T00:03:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:03:20.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:03:20.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:04:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:04:10.561Z||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-07-06T00:04:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:04:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:04:10.562Z||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-07-06T00:04:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:04:20.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:04:20.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:05:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:05:10.561Z||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-07-06T00:05:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:05:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:05:10.562Z||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-07-06T00:05:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:05:20.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:05:20.114Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:06:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:06:10.561Z||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-07-06T00:06:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:06:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:06:10.562Z||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-07-06T00:06:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:06:20.111Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:06:20.113Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:07:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:07:10.561Z||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-07-06T00:07:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:07:10.562Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:07:10.562Z||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-07-06T00:07:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:07:20.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:07:20.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:08:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:08:10.561Z||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-07-06T00:08:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:08:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:08:10.562Z||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-07-06T00:08:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:08:20.108Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:08:20.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:09:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:09:10.561Z||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-07-06T00:09:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:09:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:09:10.562Z||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-07-06T00:09:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:09:20.110Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:09:20.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:10:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:10:10.561Z||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-07-06T00:10:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:10:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:10:10.562Z||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-07-06T00:10:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:10:20.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:10:20.113Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:11:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:11:10.561Z||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-07-06T00:11:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:11:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:11:10.562Z||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-07-06T00:11:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:11:20.114Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:11:20.115Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:12:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:12:10.561Z||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-07-06T00:12:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:12:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:12:10.562Z||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-07-06T00:12:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:12:20.107Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:12:20.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:13:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:13:10.561Z||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-07-06T00:13:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:13:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:13:10.562Z||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-07-06T00:13:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:13:20.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:13:20.112Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:14:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:14:10.561Z||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-07-06T00:14:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:14:10.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:14:10.562Z||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-07-06T00:14:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:14:20.112Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:14:20.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:15:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:15:10.561Z||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-07-06T00:15:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:15:10.562Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:15:10.562Z||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-07-06T00:15:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:15:20.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:15:20.116Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:16:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:16:10.561Z||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-07-06T00:16:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:16:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:16:10.562Z||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-07-06T00:16:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:16:20.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:16:20.115Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:17:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:17:10.561Z||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-07-06T00:17:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:17:10.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:17:10.562Z||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-07-06T00:17:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:17:20.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:17:20.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:18:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:18:10.560Z||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-07-06T00:18:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:18:10.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:18:10.562Z||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-07-06T00:18:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:18:20.111Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:18:20.112Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:19:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:19:10.561Z||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-07-06T00:19:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:19:10.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:19:10.562Z||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-07-06T00:19:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:19:20.111Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:19:20.116Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:20:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:20:10.561Z||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-07-06T00:20:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:20:10.561Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:20:10.562Z||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-07-06T00:20:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:20:20.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:20:20.111Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:21:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:21:10.561Z||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-07-06T00:21:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:21:10.561Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:21:10.562Z||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-07-06T00:21:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:21:20.106Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:21:20.114Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:22:10.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:22:10.561Z||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-07-06T00:22:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:22:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:22:10.562Z||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-07-06T00:22:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:22:20.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:22:20.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:23:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:23:10.561Z||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-07-06T00:23:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:23:10.562Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:23:10.562Z||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-07-06T00:23:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:23:20.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:23:20.119Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:24:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:24:10.561Z||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-07-06T00:24:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:24:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:24:10.562Z||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-07-06T00:24:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:24:20.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:24:20.120Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:25:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:25:10.561Z||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-07-06T00:25:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:25:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:25:10.562Z||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-07-06T00:25:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:25:20.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:25:20.118Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:26:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:26:10.561Z||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-07-06T00:26:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:26:10.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:26:10.562Z||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-07-06T00:26:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:26:20.108Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:26:20.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:27:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:27:10.561Z||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-07-06T00:27:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:27:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:27:10.562Z||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-07-06T00:27:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:27:20.106Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:27:20.107Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:28:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:28:10.561Z||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-07-06T00:28:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:28:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:28:10.562Z||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-07-06T00:28:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:28:20.106Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:28:20.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:29:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:29:10.561Z||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-07-06T00:29:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:29:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:29:10.562Z||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-07-06T00:29:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:29:20.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:29:20.112Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:30:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:30:10.561Z||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-07-06T00:30:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:30:10.561Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:30:10.562Z||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-07-06T00:30:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:30:20.138Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:30:20.139Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:31:10.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:31:10.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:31:10.562Z||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-07-06T00:31:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:31:10.562Z||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-07-06T00:31:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:31:20.107Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:31:20.113Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:32:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:32:10.561Z||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-07-06T00:32:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:32:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:32:10.562Z||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-07-06T00:32:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:32:20.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:32:20.118Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:33:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:33:10.561Z||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-07-06T00:33:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:33:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:33:10.562Z||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-07-06T00:33:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:33:20.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:33:20.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:34:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:34:10.561Z||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-07-06T00:34:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:34:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:34:10.562Z||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-07-06T00:34:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:34:20.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:34:20.124Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:35:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:35:10.560Z||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-07-06T00:35:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:35:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:35:10.562Z||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-07-06T00:35:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:35:20.114Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:35:20.123Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:36:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:36:10.561Z||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-07-06T00:36:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:36:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:36:10.562Z||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-07-06T00:36:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:36:20.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:36:20.115Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:37:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:37:10.561Z||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-07-06T00:37:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:37:10.562Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:37:10.562Z||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-07-06T00:37:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:37:20.108Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:37:20.110Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:38:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:38:10.561Z||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-07-06T00:38:10.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:38:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:38:10.562Z||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-07-06T00:38:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:38:20.110Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:38:20.115Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:39:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:39:10.561Z||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-07-06T00:39:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:39:10.562Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:39:10.562Z||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-07-06T00:39:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:39:20.112Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:39:20.118Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:40:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:40:10.561Z||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-07-06T00:40:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:40:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:40:10.562Z||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-07-06T00:40:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:40:20.132Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:40:20.132Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:41:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:41:10.561Z||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-07-06T00:41:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:41:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:41:10.562Z||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-07-06T00:41:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:41:20.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:41:20.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:42:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:42:10.561Z||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-07-06T00:42:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:42:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:42:10.562Z||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-07-06T00:42:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:42:20.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:42:20.120Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:43:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:43:10.561Z||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-07-06T00:43:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:43:10.561Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:43:10.562Z||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-07-06T00:43:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:43:20.109Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:43:20.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:44:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:44:10.561Z||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-07-06T00:44:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:44:10.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:44:10.562Z||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-07-06T00:44:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:44:20.105Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:44:20.116Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:10.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:45:10.561Z||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-07-06T00:45:10.561Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:45:10.562Z||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-07-06T00:45:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:11.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:11.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"88382b11-915d-443e-84f5-830afa4ab94d","serviceName":"vFW 2021-07-06 00-41-34","serviceVersion":"1.0","serviceUUID":"7671666d-2792-4791-a39d-2c5b4973de92","serviceDescription":"catalog service description","serviceInvariantUUID":"65622b75-c47d-47df-b5df-a0f6c54cddb6","resources":[{"resourceInstanceName":"vFW 8b49947a-97fd 0","resourceName":"vFW 8b49947a-97fd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4414878c-525f-4795-bd64-98d660582ec1","resourceInvariantUUID":"792cf463-304c-4671-bd1a-46c837f72a2d","resourceCustomizationUUID":"4e8d2797-89d0-4b4a-a79c-c9eff8a941c4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml","artifactChecksum":"MDFiZjAwZDliZWFhOTkxOWExODMxMTE3OGYxYzE1Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c16111e-ac8c-4923-bc78-8e382318e16d","artifactVersion":"1"},{"artifactName":"vfw8b49947a97fd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json","artifactChecksum":"NjljOTA2ZTAxZTg2MjVjMTdkNGNlYzZhYzk0NmE1NDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b7ad4ab-5fc9-4b46-ab73-e18693866859","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a0f4b939-abb9-48ec-879b-63fa0ae44670","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml","artifactChecksum":"YzMzODRkZGUxOTNmNWFmZjAyMWFhNzU5M2JlNTQ3YjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3378d589-bf0b-4366-8c88-22dc283ae487","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee41c6ad-d096-415b-9e8c-cdda844a0891","artifactVersion":"2","generatedFromUUID":"a0f4b939-abb9-48ec-879b-63fa0ae44670"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20210706004134-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml","artifactChecksum":"Y2NlMmNlYTNlODJiMDdjZDg5ZjdlZWU1Y2NiMmI3NGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a319564b-bfb0-43bb-8674-f4cc296d7f64","artifactVersion":"1"},{"artifactName":"service-Vfw20210706004134-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar","artifactChecksum":"ZGY1YWMwMzE1MDQ0MmNjNzcxYTY4N2RmM2YyNzdiMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8cca8b8c-4ce8-4aee-9f86-19228cb4587f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T00:45:11.196Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:11.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "dcae-sch",
"timestamp": 1625532283611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.201Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:11.206Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:11.214Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:11.214Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532281743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "clamp",
"timestamp": 1625532277022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532284437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532281646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "dcae-sch",
"timestamp": 1625532283611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532281743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "clamp",
"timestamp": 1625532277022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532284437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532281646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "dcae-sch",
"timestamp": 1625532283611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532281743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "clamp",
"timestamp": 1625532277022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532284437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532281646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.223Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.224Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.224Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532288328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "cds",
"timestamp": 1625532288598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "dcae-sch",
"timestamp": 1625532283611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532281743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "clamp",
"timestamp": 1625532277022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532284437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532281646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532288328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "cds",
"timestamp": 1625532288598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "dcae-sch",
"timestamp": 1625532283611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532281743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "clamp",
"timestamp": 1625532277022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532284437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532281646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532288328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "cds",
"timestamp": 1625532288598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "dcae-sch",
"timestamp": 1625532283611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532281743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "clamp",
"timestamp": 1625532277022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532284437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532281646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532288328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "cds",
"timestamp": 1625532288598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "dcae-sch",
"timestamp": 1625532283611,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532281743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "clamp",
"timestamp": 1625532277022,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532284437,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532281646,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532288328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "cds",
"timestamp": 1625532288598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532288328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "cds",
"timestamp": 1625532288598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532294638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532294714,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532294713,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532288328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "cds",
"timestamp": 1625532288598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532295627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532296431,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532296551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532296541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "cds",
"timestamp": 1625532297059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532295627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532297716,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532297835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532297821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "cds",
"timestamp": 1625532298073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2021-07-06T00:45:11.314Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-07-06T00:45:11.319Z||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-07-06T00:45:11.319Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:11.329Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:11.330Z||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: 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-07-06T00:45:11.456Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:45:11.472Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:45:11.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532295627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532298840,
"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-07-06T00:45:11.521Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:45:11.521Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:45:11.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532298830,
"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-07-06T00:45:11.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:45:11.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:45:11.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532295627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532299844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532299836,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532299884,
"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-07-06T00:45:11.546Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:45:11.546Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:45:11.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.551Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532295627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532300888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532295627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532295627,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "clamp",
"timestamp": 1625532304419,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "aai-ml",
"timestamp": 1625532304635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "clamp",
"timestamp": 1625532305996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "aai-ml",
"timestamp": 1625532304635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.553Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "clamp",
"timestamp": 1625532307002,
"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-07-06T00:45:11.558Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:45:11.558Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:45:11.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "aai-ml",
"timestamp": 1625532304635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532307336,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "aai-ml",
"timestamp": 1625532304635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "aai-ml",
"timestamp": 1625532304635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:11.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:45:11.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "aai-ml",
"timestamp": 1625532304635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:11.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:45:12.218Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:12.219Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:12.220Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:12.220Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:45:12.320Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:12.321Z||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-07-06T00:45:12.321Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:12.333Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:12.333Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:13.221Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:13.222Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:13.223Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:13.223Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:45:13.323Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-07-06T00:45:13.324Z||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-07-06T00:45:13.324Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:13.334Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:13.334Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:14.224Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:14.225Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:14.226Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:14.226Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:14.327Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:14.327Z||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-07-06T00:45:14.327Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:14.338Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:14.339Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:15.227Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:15.228Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:15.229Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:15.229Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-06T00:45:15.330Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:15.330Z||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-07-06T00:45:15.330Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:15.340Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:15.340Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:16.230Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:16.230Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:16.232Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:16.232Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:45:16.332Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:16.333Z||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-07-06T00:45:16.333Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:16.345Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:16.345Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:17.233Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:45:17.233Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:17.235Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:17.235Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:45:17.335Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:17.336Z||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-07-06T00:45:17.336Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:17.347Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:17.347Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:18.238Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"serviceName": "vFW 2021-07-06 00-41-34",
"serviceVersion": "1.0",
"serviceUUID": "7671666d-2792-4791-a39d-2c5b4973de92",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "65622b75-c47d-47df-b5df-a0f6c54cddb6",
"resources": [
{
"resourceInstanceName": "vFW 8b49947a-97fd 0",
"resourceCustomizationUUID": "4e8d2797-89d0-4b4a-a79c-c9eff8a941c4",
"resourceName": "vFW 8b49947a-97fd",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4414878c-525f-4795-bd64-98d660582ec1",
"resourceInvariantUUID": "792cf463-304c-4671-bd1a-46c837f72a2d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8b49947a97fd0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"artifactChecksum": "NjljOTA2ZTAxZTg2MjVjMTdkNGNlYzZhYzk0NmE1NDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6b7ad4ab-5fc9-4b46-ab73-e18693866859",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a0f4b939-abb9-48ec-879b-63fa0ae44670",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee41c6ad-d096-415b-9e8c-cdda844a0891",
"generatedFromUUID": "a0f4b939-abb9-48ec-879b-63fa0ae44670"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ee41c6ad-d096-415b-9e8c-cdda844a0891",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20210706004134-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"artifactChecksum": "ZGY1YWMwMzE1MDQ0MmNjNzcxYTY4N2RmM2YyNzdiMDU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8cca8b8c-4ce8-4aee-9f86-19228cb4587f"
}
],
"workloadContext": "Production"
}
2021-07-06T00:45:18.239Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T00:45:18.239Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7671666d-2792-4791-a39d-2c5b4973de92 ASDC
2021-07-06T00:45:18.340Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:88382b11-915d-443e-84f5-830afa4ab94d
ServiceName:vFW 2021-07-06 00-41-34
ServiceVersion:1.0
ServiceUUID:7671666d-2792-4791-a39d-2c5b4973de92
ServiceInvariantUUID:65622b75-c47d-47df-b5df-a0f6c54cddb6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20210706004134-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar
ArtifactUUID:8cca8b8c-4ce8-4aee-9f86-19228cb4587f
ArtifactChecksum:ZGY1YWMwMzE1MDQ0MmNjNzcxYTY4N2RmM2YyNzdiMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8b49947a-97fd 0
ResourceCustomizationUUID:4e8d2797-89d0-4b4a-a79c-c9eff8a941c4
ResourceInvariantUUID:792cf463-304c-4671-bd1a-46c837f72a2d
ResourceName:vFW 8b49947a-97fd
ResourceType:VF
ResourceUUID:4414878c-525f-4795-bd64-98d660582ec1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8b49947a97fd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json
ArtifactUUID:6b7ad4ab-5fc9-4b46-ab73-e18693866859
ArtifactChecksum:NjljOTA2ZTAxZTg2MjVjMTdkNGNlYzZhYzk0NmE1NDM=
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/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml
ArtifactUUID:a0f4b939-abb9-48ec-879b-63fa0ae44670
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/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
ArtifactUUID:ee41c6ad-d096-415b-9e8c-cdda844a0891
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/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
ArtifactUUID:ee41c6ad-d096-415b-9e8c-cdda844a0891
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-06T00:45:18.340Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7671666d-2792-4791-a39d-2c5b4973de92 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-07-06T00:45:18.390Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:45:18.391Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:45:18.392Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:45:18.392Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8cca8b8c-4ce8-4aee-9f86-19228cb4587f from URL: /sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:18.392Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:45:18.394Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:18.755Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:45:18.770Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar 8cca8b8c-4ce8-4aee-9f86-19228cb4587f 110200
2021-07-06T00:45:18.771Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar ASDC sendASDCNotification
2021-07-06T00:45:18.771Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:18.772Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:45:18.773Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:18.774Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:18.774Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532318770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:18.874Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:18.875Z||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-07-06T00:45:18.875Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:18.885Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:18.886Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:19.775Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:45:19.776Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:45:19.776Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8cca8b8c-4ce8-4aee-9f86-19228cb4587f, URL: /sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar to file: /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:19.777Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20210706004134-csar.csar
2021-07-06T00:45:19.887Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:19.887Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:20.303Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6214923351688408389/Definitions/service-Vfw20210706004134-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-07-06T00:45:22.871Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 14 Parsing Warnings occurred...
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.875Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8b49947a-97fd 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-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8b49947a-97fd 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:22.876Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-07-06T00:45:22.882Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.883Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.886Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:22.886Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-07-06T00:45:22.888Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:45:22.889Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.889Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.889Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:22.889Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-07-06T00:45:22.890Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:45:22.890Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.890Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.893Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.893Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:22.893Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:22.893Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-06T00:45:22.893Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-06T00:45:22.894Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.895Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-06T00:45:22.895Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.895Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-06T00:45:22.895Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.895Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T00:45:22.896Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.896Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:22.896Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:22.896Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:22.897Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.898Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2fbfcc0f-ecf1-4bd1-a6c4-4994c641815d
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-06T00:45:22.899Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.900Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e405a5bb-3c9f-4c07-8f5b-80bbd15f4761
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.901Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=15dc047b-71d8-462a-b9cf-354843576ad7
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.902Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:22.903Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2021-07-06 00-41-34
Description:catalog service description
Model UUID:7671666d-2792-4791-a39d-2c5b4973de92
Model Version:NULL
Model InvariantUuid:65622b75-c47d-47df-b5df-a0f6c54cddb6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8b49947a-97fd
Model UUID:83126977-d39b-4c4e-8793-3881475b37be
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:792cf463-304c-4671-bd1a-46c837f72a2d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4e8d2797-89d0-4b4a-a79c-c9eff8a941c4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4a96b7ee-dfa6-4d61-8083-4ef5207aaafb
ModelName:Vfw8b49947a97fd..base_vfw..module-0
ModelUuid:72192b99-c699-452b-b667-219615102aac
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2fbfcc0f-ecf1-4bd1-a6c4-4994c641815d
ModelInvariantUuid:c55b9075-5c5b-46a1-a8f4-d5e554b847ed
ModelName:vFW 8b49947a-97fd-nodes.vfwCvfc
ModelUuid:c26ab857-56d4-4d48-adca-b5534a56d9ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6f4f83f6-b044-4ba4-8e3e-813d0b201f61
ModelInvariantUuid:70e706f5-a684-412f-8af7-a8d5fa7b2038
ModelName:Vfw8b49947a97fd.compute.nodes.heat.vfw
ModelUuid:df2a9d88-a4e3-424e-ab99-e535846d41bf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e405a5bb-3c9f-4c07-8f5b-80bbd15f4761
ModelInvariantUuid:228e73aa-3e44-43e0-b927-242219eb3388
ModelName:vFW 8b49947a-97fd-nodes.vsnCvfc
ModelUuid:d8033864-d5ac-43b6-8383-58e4b9ea90c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9f218e92-1174-4abd-9ff5-47146eb7e600
ModelInvariantUuid:116c6982-08c5-49d0-8e06-f80edcb1c0fc
ModelName:Vfw8b49947a97fd.compute.nodes.heat.vsn
ModelUuid:17799dd1-6751-4671-bf30-961d7cc7e79d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:15dc047b-71d8-462a-b9cf-354843576ad7
ModelInvariantUuid:cdf86cfc-69b0-4a1f-98cc-2b31c859c59f
ModelName:vFW 8b49947a-97fd-nodes.vpgCvfc
ModelUuid:5774956b-a3be-4c93-9f21-08dec10ddf8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6858762f-e7ad-4fa5-888c-07ef75070b27
ModelInvariantUuid:ff0a7bfe-84e4-44e5-8f8f-33375e8ca567
ModelName:Vfw8b49947a97fd.compute.nodes.heat.vpg
ModelUuid:b0853487-b7fa-4659-b8c7-286808d5647f
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-07-06T00:45:22.922Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4414878c-525f-4795-bd64-98d660582ec1
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-07-06T00:45:23.023Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||vFW 8b49947a-97fd 0
2021-07-06T00:45:23.030Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4414878c-525f-4795-bd64-98d660582ec1
2021-07-06T00:45:23.030Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6b7ad4ab-5fc9-4b46-ab73-e18693866859 from URL: /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json
2021-07-06T00:45:23.030Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:45:23.030Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json
2021-07-06T00:45:25.754Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:45:25.754Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json 6b7ad4ab-5fc9-4b46-ab73-e18693866859 785
2021-07-06T00:45:25.755Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json ASDC sendASDCNotification
2021-07-06T00:45:25.755Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json
2021-07-06T00:45:25.755Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:45:25.755Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:25.758Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:25.758Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532325755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:25.858Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:25.859Z||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-07-06T00:45:25.859Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:25.870Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:25.871Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:26.759Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8b49947a97fd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4a96b7ee-dfa6-4d61-8083-4ef5207aaafb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "72192b99-c699-452b-b667-219615102aac",
"vfModuleModelCustomizationUUID": "a64636c9-df84-47e7-8eca-8131651da600",
"isBase": true,
"artifacts": [
"a0f4b939-abb9-48ec-879b-63fa0ae44670",
"ee41c6ad-d096-415b-9e8c-cdda844a0891"
],
"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-07-06T00:45:26.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b49947a97fd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72192b99-c699-452b-b667-219615102aac
VfModuleModelInvariantUUID:4a96b7ee-dfa6-4d61-8083-4ef5207aaafb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0f4b939-abb9-48ec-879b-63fa0ae44670
,
ee41c6ad-d096-415b-9e8c-cdda844a0891
}
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-07-06T00:45:26.782Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8b49947a97fd..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4a96b7ee-dfa6-4d61-8083-4ef5207aaafb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "72192b99-c699-452b-b667-219615102aac",
"vfModuleModelCustomizationUUID": "a64636c9-df84-47e7-8eca-8131651da600",
"isBase": true,
"artifacts": [
"a0f4b939-abb9-48ec-879b-63fa0ae44670",
"ee41c6ad-d096-415b-9e8c-cdda844a0891"
],
"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-07-06T00:45:26.782Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8b49947a97fd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:72192b99-c699-452b-b667-219615102aac
VfModuleModelInvariantUUID:4a96b7ee-dfa6-4d61-8083-4ef5207aaafb
VfModuleModelDescription:NULL
Artifacts UUID List:{
a0f4b939-abb9-48ec-879b-63fa0ae44670
,
ee41c6ad-d096-415b-9e8c-cdda844a0891
}
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-07-06T00:45:26.782Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0f4b939-abb9-48ec-879b-63fa0ae44670 from URL: /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml
2021-07-06T00:45:26.782Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:45:26.783Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml
2021-07-06T00:45:29.078Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:45:29.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml a0f4b939-abb9-48ec-879b-63fa0ae44670 20368
2021-07-06T00:45:29.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-06T00:45:29.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml
2021-07-06T00:45:29.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:45:29.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:29.081Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:29.081Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532329079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:29.181Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:29.182Z||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-07-06T00:45:29.182Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:29.194Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:29.195Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:30.082Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee41c6ad-d096-415b-9e8c-cdda844a0891 from URL: /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
2021-07-06T00:45:30.083Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:45:30.083Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
2021-07-06T00:45:31.719Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:45:31.720Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env ee41c6ad-d096-415b-9e8c-cdda844a0891 2098
2021-07-06T00:45:31.720Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-06T00:45:31.720Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
2021-07-06T00:45:31.720Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:45:31.720Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:31.722Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:31.723Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532331720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:45:31.823Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:31.823Z||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-07-06T00:45:31.824Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:31.834Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:31.835Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:32.723Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7671666d-2792-4791-a39d-2c5b4973de92
2021-07-06T00:45:32.724Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8b49947a-97fd 0 4414878c-525f-4795-bd64-98d660582ec1 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-06T00:45:32.761Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.761Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.761Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-07-06T00:45:32.761Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4e8d2797-89d0-4b4a-a79c-c9eff8a941c4
2021-07-06T00:45:32.761Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4e8d2797-89d0-4b4a-a79c-c9eff8a941c4 matches Tosca VF Customization UUID: 4e8d2797-89d0-4b4a-a79c-c9eff8a941c4
2021-07-06T00:45:32.762Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4e8d2797-89d0-4b4a-a79c-c9eff8a941c4 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-07-06T00:45:32.768Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.768Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.769Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4e8d2797-89d0-4b4a-a79c-c9eff8a941c4: {\"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-07-06T00:45:32.769Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76879605
2021-07-06T00:45:32.770Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.770Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T00:45:32.770Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a64636c9-df84-47e7-8eca-8131651da600
2021-07-06T00:45:32.771Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a64636c9-df84-47e7-8eca-8131651da600
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-07-06T00:45:32.777Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.777Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.777Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:32.778Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-06T00:45:32.779Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.780Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-06T00:45:32.780Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.780Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2fbfcc0f-ecf1-4bd1-a6c4-4994c641815d
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-07-06T00:45:32.790Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:32.791Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-07-06T00:45:32.792Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.793Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2021-07-06T00:45:32.793Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.793Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e405a5bb-3c9f-4c07-8f5b-80bbd15f4761
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-07-06T00:45:32.795Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.795Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.795Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is not matching search criteria
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.798Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-07-06T00:45:32.799Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=15dc047b-71d8-462a-b9cf-354843576ad7
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-07-06T00:45:32.801Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.801Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.802Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:45:32.802Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.802Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Node template vFW 8b49947a-97fd 0 is matching search criteria
2021-07-06T00:45:32.802Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 8b49947a-97fd 0] matching following query criteria: sdcType=VF, customizationUUID=4e8d2797-89d0-4b4a-a79c-c9eff8a941c4
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-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7671666d-2792-4791-a39d-2c5b4973de92: vFW 8b49947a-97fd
2021-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.804Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:45:32.805Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Service vFW 2021-07-06 00-41-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:45:32.806Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2021-07-06 00-41-34
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-07-06T00:45:33.075Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8b49947a-97fd 4414878c-525f-4795-bd64-98d660582ec1 1 ASDC deployResourceStructure
2021-07-06T00:45:33.076Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json ASDC sendASDCNotification
2021-07-06T00:45:33.076Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json
2021-07-06T00:45:33.076Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:45:33.076Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:33.078Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:33.078Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532333076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-06T00:45:33.178Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:33.179Z||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-07-06T00:45:33.179Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:33.190Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:33.190Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:34.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-07-06T00:45:34.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml
2021-07-06T00:45:34.079Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:45:34.080Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:34.081Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:34.081Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532334079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-06T00:45:34.182Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:34.182Z||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-07-06T00:45:34.182Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:34.193Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:34.193Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:35.082Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env ASDC sendASDCNotification
2021-07-06T00:45:35.083Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env
2021-07-06T00:45:35.083Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:45:35.083Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:35.085Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:35.085Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532335082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-06T00:45:35.185Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:35.186Z||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-07-06T00:45:35.186Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:35.199Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:35.199Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:36.086Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar ASDC sendASDCNotification
2021-07-06T00:45:36.086Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar
2021-07-06T00:45:36.087Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:45:36.087Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:45:36.088Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:45:36.089Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532336086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:45:36.189Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:45:36.190Z||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-07-06T00:45:36.190Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:45:36.201Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:45:36.201Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:45:37.090Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
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-07-06T00:45:37.103Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
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-07-06T00:45:37.105Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:45:37.106Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:45:37.106Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:46:07.106Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
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-07-06T00:46:07.119Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
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-07-06T00:46:07.121Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:46:07.121Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:46:07.121Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:46:10.562Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:46:10.562Z||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-07-06T00:46:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:46:10.688Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:46:10.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:46:10.688Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:46:10.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:46:37.122Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
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-07-06T00:46:37.132Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
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-07-06T00:46:37.134Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:46:37.134Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:46:37.134Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:47:07.134Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
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-07-06T00:47:07.146Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
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-07-06T00:47:07.149Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:47:07.149Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:47:07.149Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:47:10.562Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:47:10.562Z||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-07-06T00:47:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:47:10.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:47:10.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "aai-ml",
"timestamp": 1625532304635,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532312166,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:47:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532313170,
"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-07-06T00:47:10.599Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:47:10.599Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:47:10.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "aai-ml",
"timestamp": 1625532314253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:47:10.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532310560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:47:10.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532318770,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532325755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532329079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "aai-ml",
"timestamp": 1625532329455,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:47:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "aai-ml",
"timestamp": 1625532330460,
"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-07-06T00:47:10.617Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88382b11-915d-443e-84f5-830afa4ab94d
2021-07-06T00:47:10.617Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:47:10.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532331720,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:47:10.625Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532333076,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/vfw8b49947a97fd0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532334079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532335082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/resourceInstances/vfw8b49947a97fd0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532336086,
"artifactURL": "/sdc/v1/catalog/services/Vfw20210706004134/1.0/artifacts/service-Vfw20210706004134-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532368328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "dcae-sch",
"timestamp": 1625532363611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "cds",
"timestamp": 1625532363598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532361743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532364437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "clamp",
"timestamp": 1625532367022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "aai-ml",
"timestamp": 1625532364635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532361646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532368328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "dcae-sch",
"timestamp": 1625532363611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "cds",
"timestamp": 1625532363598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532364437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:47:10.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532361743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:47:10.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:47:37.149Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
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-07-06T00:47:37.158Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d
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-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:47:37.161Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-06T00:47:37.165Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T00:48:07.166Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88382b11-915d-443e-84f5-830afa4ab94d 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-07-06T00:48:07.173Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88382b11-915d-443e-84f5-830afa4ab94d and serviceModelVersionId: 7671666d-2792-4791-a39d-2c5b4973de92
2021-07-06T00:48:07.173Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65622b75-c47d-47df-b5df-a0f6c54cddb6
2021-07-06T00:48:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:48:10.562Z||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-07-06T00:48:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:10.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:10.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:48:10.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "clamp",
"timestamp": 1625532367022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:48:10.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "aai-ml",
"timestamp": 1625532364635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532361646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:48:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:48:17.910Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?depth=0
2021-07-06T00:48:18.007Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T00:48:18.692Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?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-07-06T00:48:18.696Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?depth=0|INFO|500||Invoke
2021-07-06T00:48:18.835Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-06T00:48:18.985Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?depth=0|INFO|500||InvokeReturn
2021-07-06T00:48:18.986Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/65622b75-c47d-47df-b5df-a0f6c54cddb6/model-vers/model-ver/7671666d-2792-4791-a39d-2c5b4973de92?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210706-00:48:18:841-61858], vertex-id=[229568], Content-Length=[0], Date=[Tue, 06 Jul 2021 00:48:18 GMT], Content-Type=[application/json]}
2021-07-06T00:48:18.986Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-07-06T00:48:18.992Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T00:48:18.992Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-06T00:48:18.997Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-06T00:48:18.999Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88382b11-915d-443e-84f5-830afa4ab94d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T00:48:19.000Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T00:48:19.000Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:19.002Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:19.002Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532498999,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:48:19.102Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:19.103Z||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-07-06T00:48:19.104Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:19.115Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:19.116Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-07-06T00:48:20.014Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:48:20.015Z|88382b11-915d-443e-84f5-830afa4ab94d|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-07-06T00:48:20.015Z|88382b11-915d-443e-84f5-830afa4ab94d|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:24.346Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:24.347Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||received message from topic
2021-07-06T00:48:24.347Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"49356e39-de07-4167-b4dd-e292fb72ae64","serviceName":"basic_onboard_TMJfjq","serviceVersion":"1.0","serviceUUID":"b2693820-b292-4ce0-9c22-01cbd8b45cde","serviceDescription":"service","serviceInvariantUUID":"1354a7c6-3bd3-4c13-a80c-afdc6a3281d5","resources":[{"resourceInstanceName":"basic_onboard_TMJfjq 0","resourceName":"basic_onboard_TMJfjq","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0df9db1-dfb3-48ef-85e6-61e517275c5f","resourceInvariantUUID":"a45e3dac-61b5-491f-9d44-5d73a5154c26","resourceCustomizationUUID":"0fd8baa9-d336-4866-a2be-2d585754737c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml","artifactChecksum":"NzMzNTliMjM3NGE0YmU0Y2JmNjZlMzYwYWRlY2Q3MTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60d3ba7c-5467-4e42-835c-29e3b19797dd","artifactVersion":"1"},{"artifactName":"basic_onboard_tmjfjq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json","artifactChecksum":"Y2I4YTFjM2QzOTc0YmQyNTU2OGE2MjI0YzYzYTQ1NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"40b2c6a7-ab26-482f-987a-a28c6f43dbf1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c678cd84-49ca-4761-bb5e-935c5bcb72d9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"821a32f5-4684-43b0-81ad-eece08428c2b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0e6a026f-3db5-4032-9f08-1eb4d084932a","artifactVersion":"2","generatedFromUUID":"c678cd84-49ca-4761-bb5e-935c5bcb72d9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTmjfjq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml","artifactChecksum":"Zjk1ZmY0ZTBhYWFmMjk0ZDQxODYwZTI5NjBmODQ1OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"626ab5db-a1ef-4c86-87fc-97db3fce4852","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTmjfjq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar","artifactChecksum":"YWI4Y2IwODJkOGEzZWY2MmZlMTFiNWRkZGQ3YzRmYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8440850f-dcf9-4f51-bd50-3c5670fa6985","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T00:48:24.349Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:24.349Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:24.351Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:24.351Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:48:24.451Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:24.452Z||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-07-06T00:48:24.452Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:24.461Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:24.461Z||pool-19-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:25.352Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:25.352Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:25.354Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:25.354Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:48:25.454Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:25.455Z||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-07-06T00:48:25.455Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:25.465Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:25.465Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:26.355Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:26.355Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:26.357Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:26.357Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:48:26.457Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:26.458Z||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-07-06T00:48:26.458Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:26.469Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:26.470Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:27.358Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:27.359Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:27.361Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:27.361Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:48:27.462Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:48:27.463Z||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-07-06T00:48:27.463Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:27.472Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:27.472Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:28.363Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:28.363Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:28.366Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:28.367Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-06T00:48:28.467Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:28.467Z||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-07-06T00:48:28.467Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:28.479Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:28.479Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:29.367Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:29.368Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:29.370Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:29.370Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:48:29.470Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:29.471Z||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-07-06T00:48:29.471Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:29.481Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:29.481Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:30.371Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:48:30.371Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:30.373Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:30.373Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:48:30.473Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:30.474Z||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-07-06T00:48:30.474Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:30.484Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:30.484Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:31.374Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"serviceName": "basic_onboard_TMJfjq",
"serviceVersion": "1.0",
"serviceUUID": "b2693820-b292-4ce0-9c22-01cbd8b45cde",
"serviceDescription": "service",
"serviceInvariantUUID": "1354a7c6-3bd3-4c13-a80c-afdc6a3281d5",
"resources": [
{
"resourceInstanceName": "basic_onboard_TMJfjq 0",
"resourceCustomizationUUID": "0fd8baa9-d336-4866-a2be-2d585754737c",
"resourceName": "basic_onboard_TMJfjq",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "d0df9db1-dfb3-48ef-85e6-61e517275c5f",
"resourceInvariantUUID": "a45e3dac-61b5-491f-9d44-5d73a5154c26",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_tmjfjq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"artifactChecksum": "Y2I4YTFjM2QzOTc0YmQyNTU2OGE2MjI0YzYzYTQ1NWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "40b2c6a7-ab26-482f-987a-a28c6f43dbf1",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c678cd84-49ca-4761-bb5e-935c5bcb72d9",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0e6a026f-3db5-4032-9f08-1eb4d084932a",
"generatedFromUUID": "c678cd84-49ca-4761-bb5e-935c5bcb72d9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0e6a026f-3db5-4032-9f08-1eb4d084932a",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTmjfjq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"artifactChecksum": "YWI4Y2IwODJkOGEzZWY2MmZlMTFiNWRkZGQ3YzRmYWM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8440850f-dcf9-4f51-bd50-3c5670fa6985"
}
],
"workloadContext": "Production"
}
2021-07-06T00:48:31.375Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T00:48:31.375Z|88382b11-915d-443e-84f5-830afa4ab94d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2693820-b292-4ce0-9c22-01cbd8b45cde ASDC
2021-07-06T00:48:31.375Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:49356e39-de07-4167-b4dd-e292fb72ae64
ServiceName:basic_onboard_TMJfjq
ServiceVersion:1.0
ServiceUUID:b2693820-b292-4ce0-9c22-01cbd8b45cde
ServiceInvariantUUID:1354a7c6-3bd3-4c13-a80c-afdc6a3281d5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTmjfjq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar
ArtifactUUID:8440850f-dcf9-4f51-bd50-3c5670fa6985
ArtifactChecksum:YWI4Y2IwODJkOGEzZWY2MmZlMTFiNWRkZGQ3YzRmYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_TMJfjq 0
ResourceCustomizationUUID:0fd8baa9-d336-4866-a2be-2d585754737c
ResourceInvariantUUID:a45e3dac-61b5-491f-9d44-5d73a5154c26
ResourceName:basic_onboard_TMJfjq
ResourceType:VF
ResourceUUID:d0df9db1-dfb3-48ef-85e6-61e517275c5f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tmjfjq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json
ArtifactUUID:40b2c6a7-ab26-482f-987a-a28c6f43dbf1
ArtifactChecksum:Y2I4YTFjM2QzOTc0YmQyNTU2OGE2MjI0YzYzYTQ1NWI=
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/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c678cd84-49ca-4761-bb5e-935c5bcb72d9
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/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
ArtifactUUID:0e6a026f-3db5-4032-9f08-1eb4d084932a
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/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
ArtifactUUID:0e6a026f-3db5-4032-9f08-1eb4d084932a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2021-07-06T00:48:31.375Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2693820-b292-4ce0-9c22-01cbd8b45cde ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-06T00:48:31.399Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:48:31.399Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:48:31.399Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:48:31.399Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8440850f-dcf9-4f51-bd50-3c5670fa6985 from URL: /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:31.400Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:48:31.400Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:32.047Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:48:32.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar 8440850f-dcf9-4f51-bd50-3c5670fa6985 74848
2021-07-06T00:48:32.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar ASDC sendASDCNotification
2021-07-06T00:48:32.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:32.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:48:32.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:32.053Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:32.053Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532512051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:48:32.153Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:32.154Z||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-07-06T00:48:32.154Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:32.165Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:32.165Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:33.053Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:48:33.054Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-07-06T00:48:33.054Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8440850f-dcf9-4f51-bd50-3c5670fa6985, URL: /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar to file: /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:33.055Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:33.055Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:33.055Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:33.431Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6679747440106226129/Definitions/service-BasicOnboardTmjfjq-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-07-06T00:48:34.673Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 10 Parsing Warnings occurred...
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TMJfjq 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-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_TMJfjq 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||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-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:34.674Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.675Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.676Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is not matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:34.677Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:34.678Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is not matching search criteria
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e3d1b628-6999-45b7-8f93-d46b46fe0bfc
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.679Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.680Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.680Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:34.680Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:34.680Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_TMJfjq
Description:service
Model UUID:b2693820-b292-4ce0-9c22-01cbd8b45cde
Model Version:NULL
Model InvariantUuid:1354a7c6-3bd3-4c13-a80c-afdc6a3281d5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_TMJfjq
Model UUID:e58ffb1a-364d-4c06-a922-2232d62eb5ef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a45e3dac-61b5-491f-9d44-5d73a5154c26
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0fd8baa9-d336-4866-a2be-2d585754737c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:60d94fd7-ff9d-4887-a3b5-8e055eab877e
ModelName:BasicOnboardTmjfjq..base_ubuntu18..module-0
ModelUuid:d8987e49-3c82-4241-aad7-f510e0038649
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e3d1b628-6999-45b7-8f93-d46b46fe0bfc
ModelInvariantUuid:d0f1db2c-2023-483b-879b-c85e1aa85a88
ModelName:basic_onboard_TMJfjq-nodes.ubuntu18Cvfc
ModelUuid:5e3ecad2-cf24-4f3b-924a-093318efcfbc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d2259b8f-093c-400c-a80f-4851f0658062
ModelInvariantUuid:ea8f287b-e0b8-42f9-b61b-cd693beb076c
ModelName:BasicOnboardTmjfjq.compute.nodes.heat.ubuntu18
ModelUuid:2743e55a-800c-4c3d-a29b-525b47fa1fa4
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-07-06T00:48:34.687Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d0df9db1-dfb3-48ef-85e6-61e517275c5f
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-07-06T00:48:34.690Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||basic_onboard_TMJfjq 0
2021-07-06T00:48:34.690Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0df9db1-dfb3-48ef-85e6-61e517275c5f
2021-07-06T00:48:34.690Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 40b2c6a7-ab26-482f-987a-a28c6f43dbf1 from URL: /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json
2021-07-06T00:48:34.690Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:48:34.690Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json
2021-07-06T00:48:35.425Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:48:35.426Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json 40b2c6a7-ab26-482f-987a-a28c6f43dbf1 798
2021-07-06T00:48:35.426Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json ASDC sendASDCNotification
2021-07-06T00:48:35.426Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json
2021-07-06T00:48:35.426Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:48:35.426Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:35.428Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:35.428Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532515426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:48:35.528Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:35.529Z||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-07-06T00:48:35.529Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:35.539Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:35.539Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:36.429Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTmjfjq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "60d94fd7-ff9d-4887-a3b5-8e055eab877e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d8987e49-3c82-4241-aad7-f510e0038649",
"vfModuleModelCustomizationUUID": "76c828ac-93e4-42af-bfac-bfb2af9b0ec4",
"isBase": true,
"artifacts": [
"c678cd84-49ca-4761-bb5e-935c5bcb72d9",
"0e6a026f-3db5-4032-9f08-1eb4d084932a"
],
"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-07-06T00:48:36.432Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTmjfjq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8987e49-3c82-4241-aad7-f510e0038649
VfModuleModelInvariantUUID:60d94fd7-ff9d-4887-a3b5-8e055eab877e
VfModuleModelDescription:NULL
Artifacts UUID List:{
c678cd84-49ca-4761-bb5e-935c5bcb72d9
,
0e6a026f-3db5-4032-9f08-1eb4d084932a
}
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-07-06T00:48:36.434Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTmjfjq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "60d94fd7-ff9d-4887-a3b5-8e055eab877e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d8987e49-3c82-4241-aad7-f510e0038649",
"vfModuleModelCustomizationUUID": "76c828ac-93e4-42af-bfac-bfb2af9b0ec4",
"isBase": true,
"artifacts": [
"c678cd84-49ca-4761-bb5e-935c5bcb72d9",
"0e6a026f-3db5-4032-9f08-1eb4d084932a"
],
"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-07-06T00:48:36.434Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTmjfjq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d8987e49-3c82-4241-aad7-f510e0038649
VfModuleModelInvariantUUID:60d94fd7-ff9d-4887-a3b5-8e055eab877e
VfModuleModelDescription:NULL
Artifacts UUID List:{
c678cd84-49ca-4761-bb5e-935c5bcb72d9
,
0e6a026f-3db5-4032-9f08-1eb4d084932a
}
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-07-06T00:48:36.435Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c678cd84-49ca-4761-bb5e-935c5bcb72d9 from URL: /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml
2021-07-06T00:48:36.435Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:48:36.435Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml
2021-07-06T00:48:36.873Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:48:36.873Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml c678cd84-49ca-4761-bb5e-935c5bcb72d9 5033
2021-07-06T00:48:36.873Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-06T00:48:36.874Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml
2021-07-06T00:48:36.874Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:48:36.874Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:36.875Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:36.876Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532516873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:48:36.976Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:36.977Z||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-07-06T00:48:36.977Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:36.988Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:36.988Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:37.876Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0e6a026f-3db5-4032-9f08-1eb4d084932a from URL: /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
2021-07-06T00:48:37.877Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-07-06T00:48:37.877Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
2021-07-06T00:48:38.077Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-07-06T00:48:38.077Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env 0e6a026f-3db5-4032-9f08-1eb4d084932a 909
2021-07-06T00:48:38.078Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-06T00:48:38.078Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
2021-07-06T00:48:38.078Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:48:38.078Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:38.080Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:38.080Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532518077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:48:38.180Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:38.181Z||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-07-06T00:48:38.181Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:38.191Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:38.191Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:39.080Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b2693820-b292-4ce0-9c22-01cbd8b45cde
2021-07-06T00:48:39.081Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_TMJfjq 0 d0df9db1-dfb3-48ef-85e6-61e517275c5f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_28_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_28_, heattempla0_.CREATION_TIMESTAMP as creation3_28_, heattempla0_.DESCRIPTION as descript4_28_, heattempla0_.BODY as body5_28_, heattempla0_.NAME as name6_28_, heattempla0_.TIMEOUT_MINUTES as timeout_7_28_, heattempla0_.VERSION as version8_28_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_25_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_25_, heatenviro0_.CREATION_TIMESTAMP as creation3_25_, heatenviro0_.DESCRIPTION as descript4_25_, heatenviro0_.BODY as body5_25_, heatenviro0_.NAME as name6_25_, heatenviro0_.VERSION as version7_25_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-06T00:48:39.095Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.095Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.095Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2021-07-06T00:48:39.096Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0fd8baa9-d336-4866-a2be-2d585754737c
2021-07-06T00:48:39.096Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fd8baa9-d336-4866-a2be-2d585754737c matches Tosca VF Customization UUID: 0fd8baa9-d336-4866-a2be-2d585754737c
2021-07-06T00:48:39.096Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0fd8baa9-d336-4866-a2be-2d585754737c 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-07-06T00:48:39.098Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.098Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.098Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0fd8baa9-d336-4866-a2be-2d585754737c: {\"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-07-06T00:48:39.099Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@42882f0
2021-07-06T00:48:39.099Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.099Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-07-06T00:48:39.099Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76c828ac-93e4-42af-bfac-bfb2af9b0ec4
2021-07-06T00:48:39.099Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76c828ac-93e4-42af-bfac-bfb2af9b0ec4
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-07-06T00:48:39.101Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.102Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:39.102Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:39.102Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.102Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:39.102Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:39.103Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.103Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is not matching search criteria
2021-07-06T00:48:39.103Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-07-06T00:48:39.103Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-07-06T00:48:39.103Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e3d1b628-6999-45b7-8f93-d46b46fe0bfc
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-07-06T00:48:39.106Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.106Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:39.106Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-07-06T00:48:39.106Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.106Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_TMJfjq 0 is matching search criteria
2021-07-06T00:48:39.107Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_TMJfjq 0] matching following query criteria: sdcType=VF, customizationUUID=0fd8baa9-d336-4866-a2be-2d585754737c
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-07-06T00:48:39.109Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b2693820-b292-4ce0-9c22-01cbd8b45cde: basic_onboard_TMJfjq
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.110Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_TMJfjq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:48:39.111Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_TMJfjq
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-07-06T00:48:39.178Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_TMJfjq d0df9db1-dfb3-48ef-85e6-61e517275c5f 1 ASDC deployResourceStructure
2021-07-06T00:48:39.179Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json ASDC sendASDCNotification
2021-07-06T00:48:39.179Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json
2021-07-06T00:48:39.179Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:48:39.179Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:39.181Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:39.181Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532519179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-06T00:48:39.281Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:39.282Z||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-07-06T00:48:39.282Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:39.292Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:39.293Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:40.182Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-07-06T00:48:40.182Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml
2021-07-06T00:48:40.182Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:48:40.182Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:40.184Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:40.184Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532520182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-06T00:48:40.284Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:40.285Z||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-07-06T00:48:40.285Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:40.296Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:40.297Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:41.185Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-07-06T00:48:41.185Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env
2021-07-06T00:48:41.185Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:48:41.185Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:41.187Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:41.187Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532521185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-06T00:48:41.287Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:41.288Z||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-07-06T00:48:41.288Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:41.304Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:41.305Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:48:42.188Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar ASDC sendASDCNotification
2021-07-06T00:48:42.188Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar
2021-07-06T00:48:42.188Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:48:42.188Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:48:42.190Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:48:42.190Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532522188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:48:42.290Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:48:42.291Z||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-07-06T00:48:42.291Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:48:42.304Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:48:42.305Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-07-06T00:48:43.191Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49356e39-de07-4167-b4dd-e292fb72ae64
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-07-06T00:48:43.202Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49356e39-de07-4167-b4dd-e292fb72ae64
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-07-06T00:48:43.204Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:48:43.205Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:48:43.205Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:49:10.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:49:10.562Z||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-07-06T00:49:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:49:10.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:49:10.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532368328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "cds",
"timestamp": 1625532363598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "dcae-sch",
"timestamp": 1625532363611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532361743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "clamp",
"timestamp": 1625532367022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532364437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "aai-ml",
"timestamp": 1625532364635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532361646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532368328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "dcae-sch",
"timestamp": 1625532363611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "cds",
"timestamp": 1625532363598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532364437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532361743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "clamp",
"timestamp": 1625532367022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "aai-ml",
"timestamp": 1625532364635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532361646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532368328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "cds",
"timestamp": 1625532363598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "dcae-sch",
"timestamp": 1625532363611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532364437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532361743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "clamp",
"timestamp": 1625532367022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "aai-ml",
"timestamp": 1625532364635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532361646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532368328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "cds",
"timestamp": 1625532363598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532364437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "dcae-sch",
"timestamp": 1625532363611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532361743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "clamp",
"timestamp": 1625532367022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "aai-ml",
"timestamp": 1625532364635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532361646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532368328,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532361743,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "dcae-sch",
"timestamp": 1625532363611,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532364437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "clamp",
"timestamp": 1625532367022,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "aai-ml",
"timestamp": 1625532364635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "cds",
"timestamp": 1625532363598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532361646,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "cds",
"timestamp": 1625532377061,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "aai-ml",
"timestamp": 1625532377156,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532377233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.598Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532377243,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532377226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "cds",
"timestamp": 1625532378066,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-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-07-06T00:49:10.604Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.604Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532378447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532378449,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532378467,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532379862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532379956,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532379977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532380879,
"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-07-06T00:49:10.617Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.617Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532380980,
"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-07-06T00:49:10.630Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.630Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532380962,
"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-07-06T00:49:10.640Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.640Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532381883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532381967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532381984,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "clamp",
"timestamp": 1625532385986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "aai-ml",
"timestamp": 1625532386054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532385627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "aai-ml",
"timestamp": 1625532387059,
"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-07-06T00:49:10.651Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.651Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532385627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "clamp",
"timestamp": 1625532387998,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532385627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "clamp",
"timestamp": 1625532389000,
"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-07-06T00:49:10.661Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.661Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:10.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532385627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532385627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532385627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532385627,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532393958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532396151,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:49:10.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:49:10.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:49:10.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532397154,
"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-07-06T00:49:10.672Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 49356e39-de07-4167-b4dd-e292fb72ae64
2021-07-06T00:49:10.672Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:13.205Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 49356e39-de07-4167-b4dd-e292fb72ae64
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-07-06T00:49:13.214Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 49356e39-de07-4167-b4dd-e292fb72ae64
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-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:49:13.217Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-06T00:49:13.222Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T00:49:43.222Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 49356e39-de07-4167-b4dd-e292fb72ae64 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-07-06T00:49:43.229Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 49356e39-de07-4167-b4dd-e292fb72ae64 and serviceModelVersionId: b2693820-b292-4ce0-9c22-01cbd8b45cde
2021-07-06T00:49:43.229Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1354a7c6-3bd3-4c13-a80c-afdc6a3281d5
2021-07-06T00:49:43.230Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?depth=0
2021-07-06T00:49:43.234Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T00:49:43.268Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?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-07-06T00:49:43.269Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?depth=0|INFO|500||Invoke
2021-07-06T00:49:43.291Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-06T00:49:44.049Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?depth=0|INFO|500||InvokeReturn
2021-07-06T00:49:44.050Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/1354a7c6-3bd3-4c13-a80c-afdc6a3281d5/model-vers/model-ver/b2693820-b292-4ce0-9c22-01cbd8b45cde?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210706-00:49:43:296-8308], vertex-id=[204960], Content-Length=[0], Date=[Tue, 06 Jul 2021 00:49:43 GMT], Content-Type=[application/json]}
2021-07-06T00:49:44.050Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-07-06T00:49:44.050Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T00:49:44.051Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-06T00:49:44.056Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2021-07-06T00:49:44.057Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 49356e39-de07-4167-b4dd-e292fb72ae64 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T00:49:44.057Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T00:49:44.057Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:49:44.059Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:49:44.059Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532584057,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:49:44.159Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:49:44.160Z||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-07-06T00:49:44.160Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:49:44.174Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:49:44.175Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-07-06T00:49:45.070Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:49:45.071Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T00:49:45.071Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:49:54.612Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:49:54.613Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:49:54.613Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T00:49:54.613Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:50:04.156Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:50:04.156Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:50:04.157Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T00:50:04.157Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:50:10.562Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:50:10.562Z||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-07-06T00:50:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:50:10.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:50:10.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88382b11-915d-443e-84f5-830afa4ab94d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532498999,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "NOTIFIED"
}
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:50:10.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532500014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532512051,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532515426,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532516873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532518077,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532519179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/basic_onboard_tmjfjq0_modules.json",
"status": "DEPLOY_OK"
}
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532520182,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532521185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/resourceInstances/basic_onboard_tmjfjq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532522188,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTmjfjq/1.0/artifacts/service-BasicOnboardTmjfjq-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:50:10.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:50:13.701Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:50:13.701Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:50:13.702Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T00:50:13.702Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:50:23.243Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:51:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:51:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T00:51:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:51:10.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:51:10.562Z||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-07-06T00:51:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:51:11.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:51:11.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-07-06T00:51:11.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "49356e39-de07-4167-b4dd-e292fb72ae64",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532584057,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:51:11.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:51:20.109Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:52:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:52:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T00:52:10.561Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:52:10.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:52:10.562Z||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-07-06T00:52:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:52:20.113Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:52:20.116Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:53:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:53:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|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-07-06T00:53:10.560Z|49356e39-de07-4167-b4dd-e292fb72ae64|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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:53:10.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:53:10.562Z||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-07-06T00:53:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:53:20.109Z|49356e39-de07-4167-b4dd-e292fb72ae64|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:53:20.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:54:10.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:54:10.560Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:54:10.561Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:54:10.562Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:54:10.563Z||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-07-06T00:54:10.563Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:54:20.119Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:54:20.121Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:55:10.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:55:10.560Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:55:10.561Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:55:10.562Z||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-07-06T00:55:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:11.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:55:11.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"af10f391-1891-4e9e-b1f2-93785d606e3c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"120e9326-de02-4109-bf5f-a1b463b3a2d1","serviceDescription":"service","serviceInvariantUUID":"7e6b57f3-da64-4e91-a9c7-b0ee76c0496a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e939884d-ac1f-4e5b-aee6-177e72bb8612","resourceInvariantUUID":"1742556a-506e-4cdd-8289-248d878bcb89","resourceCustomizationUUID":"05e768db-7751-43d0-8072-8ac31567dbf3","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":"M2EwZDVjMDg3Y2MxM2VhOWFkNzk3NjRmYzIzNTJkMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab521348-3e14-4626-96aa-d310ad9308f7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjM1YzliMmJmMDFhZTBiYTdjMGFjMDdiNjQ1ZTBkYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c920e0e1-b298-4f5e-9042-574e3b69bb4c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T00:55:11.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:55:11.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532881646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "dcae-sch",
"timestamp": 1625532883611,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532881743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "clamp",
"timestamp": 1625532877022,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532884437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532881743,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.192Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "dcae-sch",
"timestamp": 1625532883611,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.192Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532881646,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "clamp",
"timestamp": 1625532877022,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532884437,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532888328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "cds",
"timestamp": 1625532888598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532888328,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "clamp",
"timestamp": 1625532890068,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "cds",
"timestamp": 1625532888598,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:55:11.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.194Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:55:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "clamp",
"timestamp": 1625532891085,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:55:11.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.195Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532910560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "clamp",
"timestamp": 1625532892087,
"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=?
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-07-06T00:55:11.207Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of af10f391-1891-4e9e-b1f2-93785d606e3c
2021-07-06T00:55:11.208Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId af10f391-1891-4e9e-b1f2-93785d606e3c 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-07-06T00:55:11.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "cds",
"timestamp": 1625532892350,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:55:11.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "cds",
"timestamp": 1625532893354,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-06T00:55:11.220Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of af10f391-1891-4e9e-b1f2-93785d606e3c
2021-07-06T00:55:11.220Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId af10f391-1891-4e9e-b1f2-93785d606e3c 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-07-06T00:55:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532895627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532895627,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532898489,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532899985,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532900989,
"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-07-06T00:55:11.234Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of af10f391-1891-4e9e-b1f2-93785d606e3c
2021-07-06T00:55:11.234Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId af10f391-1891-4e9e-b1f2-93785d606e3c 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-07-06T00:55:11.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "aai-ml",
"timestamp": 1625532904635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "aai-ml",
"timestamp": 1625532904635,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "aai-ml",
"timestamp": 1625532909236,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:55:11.246Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:55:11.295Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:55:11.295Z||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-07-06T00:55:11.295Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:11.306Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:55:11.306Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:55:12.195Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:55:12.196Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:55:12.197Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:55:12.197Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532910560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:55:12.298Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:55:12.298Z||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-07-06T00:55:12.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:12.310Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:55:12.310Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:55:13.198Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "120e9326-de02-4109-bf5f-a1b463b3a2d1",
"serviceDescription": "service",
"serviceInvariantUUID": "7e6b57f3-da64-4e91-a9c7-b0ee76c0496a",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "05e768db-7751-43d0-8072-8ac31567dbf3",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e939884d-ac1f-4e5b-aee6-177e72bb8612",
"resourceInvariantUUID": "1742556a-506e-4cdd-8289-248d878bcb89",
"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": "NjM1YzliMmJmMDFhZTBiYTdjMGFjMDdiNjQ1ZTBkYmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c920e0e1-b298-4f5e-9042-574e3b69bb4c"
}
],
"workloadContext": "Production"
}
2021-07-06T00:55:13.199Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T00:55:13.199Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 120e9326-de02-4109-bf5f-a1b463b3a2d1 ASDC
2021-07-06T00:55:13.199Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:af10f391-1891-4e9e-b1f2-93785d606e3c
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:120e9326-de02-4109-bf5f-a1b463b3a2d1
ServiceInvariantUUID:7e6b57f3-da64-4e91-a9c7-b0ee76c0496a
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:c920e0e1-b298-4f5e-9042-574e3b69bb4c
ArtifactChecksum:NjM1YzliMmJmMDFhZTBiYTdjMGFjMDdiNjQ1ZTBkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:05e768db-7751-43d0-8072-8ac31567dbf3
ResourceInvariantUUID:1742556a-506e-4cdd-8289-248d878bcb89
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e939884d-ac1f-4e5b-aee6-177e72bb8612
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2021-07-06T00:55:13.199Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 120e9326-de02-4109-bf5f-a1b463b3a2d1 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-07-06T00:55:13.220Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:55:13.220Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:55:13.220Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:55:13.220Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c920e0e1-b298-4f5e-9042-574e3b69bb4c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-06T00:55:13.220Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T00:55:13.221Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-06T00:55:14.027Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T00:55:14.029Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c920e0e1-b298-4f5e-9042-574e3b69bb4c 52223
2021-07-06T00:55:14.029Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-06T00:55:14.029Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-06T00:55:14.029Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:55:14.029Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:55:14.031Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:55:14.031Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532914029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:55:14.131Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:55:14.132Z||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-07-06T00:55:14.132Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:14.143Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:55:14.144Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:55:15.031Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:55:15.032Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:55:15.033Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c920e0e1-b298-4f5e-9042-574e3b69bb4c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.033Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-07-06T00:55:15.033Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.033Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.104Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9670712672991484004/Definitions/service-BasicNetwork-template.yml
2021-07-06T00:55:15.399Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T00:55:15.399Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T00:55:15.399Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-06T00:55:15.400Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.401Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.402Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:120e9326-de02-4109-bf5f-a1b463b3a2d1
Model Version:NULL
Model InvariantUuid:7e6b57f3-da64-4e91-a9c7-b0ee76c0496a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1742556a-506e-4cdd-8289-248d878bcb89
Model UUID:1132c74a-d095-4a6e-862a-f9d30e225c35
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:05e768db-7751-43d0-8072-8ac31567dbf3
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-07-06T00:55:15.409Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: e939884d-ac1f-4e5b-aee6-177e72bb8612
2021-07-06T00:55:15.409Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||No resources found for Service: 120e9326-de02-4109-bf5f-a1b463b3a2d1
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-07-06T00:55:15.413Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||
2021-07-06T00:55:15.413Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2021-07-06T00:55:15.414Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 120e9326-de02-4109-bf5f-a1b463b3a2d1
2021-07-06T00:55:15.414Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 120e9326-de02-4109-bf5f-a1b463b3a2d1
2021-07-06T00:55:15.414Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2021-07-06T00:55:15.414Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.420Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.420Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 120e9326-de02-4109-bf5f-a1b463b3a2d1: Generic NeutronNet
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.421Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.449Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.449Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.449Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.449Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.450Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:55:15.450Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:55:15.450Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:55:15.501Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2021-07-06T00:55:15.502Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-07-06T00:55:15.502Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-07-06T00:55:15.502Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-07-06T00:55:15.502Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:55:15.503Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:55:15.503Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532915502,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:55:15.604Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:55:15.604Z||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-07-06T00:55:15.604Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:55:15.615Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:55:15.616Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:55:16.504Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
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-07-06T00:55:16.515Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
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-07-06T00:55:16.517Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:55:16.518Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:55:16.518Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:55:46.518Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
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-07-06T00:55:46.544Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
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-07-06T00:55:46.546Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:55:46.547Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:55:46.547Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:56:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:56:10.562Z||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-07-06T00:56:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:56:10.687Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:56:10.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:56:10.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532910560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:56:10.688Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:56:16.547Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
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-07-06T00:56:16.555Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
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-07-06T00:56:16.557Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:56:16.557Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:56:16.557Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:56:46.558Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
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-07-06T00:56:46.569Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
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-07-06T00:56:46.573Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:56:46.573Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-07-06T00:56:46.573Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-07-06T00:57:10.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:57:10.562Z||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-07-06T00:57:10.562Z||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 VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:11.094Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:11.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532910560,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "aai-ml",
"timestamp": 1625532912620,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "aai-ml",
"timestamp": 1625532913625,
"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-07-06T00:57:11.104Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of af10f391-1891-4e9e-b1f2-93785d606e3c
2021-07-06T00:57:11.105Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId af10f391-1891-4e9e-b1f2-93785d606e3c 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-07-06T00:57:11.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532914029,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625532915502,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532937022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "cds",
"timestamp": 1625532933598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532934635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532937022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "cds",
"timestamp": 1625532933598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.113Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532934635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532937022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "cds",
"timestamp": 1625532933598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532934635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532941646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532941743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532937022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "cds",
"timestamp": 1625532933598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532934635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532941646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532941743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532937022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "cds",
"timestamp": 1625532933598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532934635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "dcae-sch",
"timestamp": 1625532943611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532941646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532941743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532937022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "cds",
"timestamp": 1625532933598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532934635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532944437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "dcae-sch",
"timestamp": 1625532943611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532941646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532941743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.117Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532937022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "cds",
"timestamp": 1625532933598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532934635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532944437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "dcae-sch",
"timestamp": 1625532943611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532941646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.118Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532941743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532937022,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "cds",
"timestamp": 1625532933598,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532934635,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532944437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "dcae-sch",
"timestamp": 1625532943611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532941646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532941743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.119Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532944437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "dcae-sch",
"timestamp": 1625532943611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532941646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532941743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532948328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532944437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532949160,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.120Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "dcae-sch",
"timestamp": 1625532943611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-windriver-id",
"timestamp": 1625532941646,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-k8s-id",
"timestamp": 1625532941743,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "cds",
"timestamp": 1625532949538,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532948328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532944437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "dcae-sch",
"timestamp": 1625532943611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.121Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "cds",
"timestamp": 1625532950543,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-06T00:57:11.133Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1159ea61-b97f-4ed8-a11f-15b707d01769
2021-07-06T00:57:11.133Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1159ea61-b97f-4ed8-a11f-15b707d01769 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-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532948328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532944437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "dcae-sch",
"timestamp": 1625532943611,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532948328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "multicloud-starlingx-id",
"timestamp": 1625532944437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532948328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532953126,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532948328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "aai-ml",
"timestamp": 1625532954130,
"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-07-06T00:57:11.148Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1159ea61-b97f-4ed8-a11f-15b707d01769
2021-07-06T00:57:11.148Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1159ea61-b97f-4ed8-a11f-15b707d01769 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-07-06T00:57:11.155Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.155Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532948328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532948328,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532955627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.156Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532955627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532957733,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532958079,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532955627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532958934,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532955627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.158Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "ves-openapi-manager",
"timestamp": 1625532959938,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-07-06T00:57:11.162Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1159ea61-b97f-4ed8-a11f-15b707d01769
2021-07-06T00:57:11.162Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1159ea61-b97f-4ed8-a11f-15b707d01769 and ComponentName
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-07-06T00:57:11.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532960088,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:57:11.168Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532955627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "clamp",
"timestamp": 1625532961092,
"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-07-06T00:57:11.173Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1159ea61-b97f-4ed8-a11f-15b707d01769
2021-07-06T00:57:11.173Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1159ea61-b97f-4ed8-a11f-15b707d01769 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-07-06T00:57:11.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.179Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532955627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532955627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532955627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532967132,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532968944,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "DEPLOY_OK"
}
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2021-07-06T00:57:11.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1625532969950,
"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-07-06T00:57:11.184Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1159ea61-b97f-4ed8-a11f-15b707d01769
2021-07-06T00:57:11.184Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1159ea61-b97f-4ed8-a11f-15b707d01769 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-07-06T00:57:16.573Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
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-07-06T00:57:16.583Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c
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-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2021-07-06T00:57:16.585Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:57:16.589Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-07-06T00:57:46.589Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: af10f391-1891-4e9e-b1f2-93785d606e3c 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-07-06T00:57:46.594Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: af10f391-1891-4e9e-b1f2-93785d606e3c and serviceModelVersionId: 120e9326-de02-4109-bf5f-a1b463b3a2d1
2021-07-06T00:57:46.594Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e6b57f3-da64-4e91-a9c7-b0ee76c0496a
2021-07-06T00:57:46.595Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0
2021-07-06T00:57:46.598Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2021-07-06T00:57:46.631Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|INFO|500||Invoke
2021-07-06T00:57:46.631Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[af10f391-1891-4e9e-b1f2-93785d606e3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[83cacfd5-c973-456d-a65a-2931049dba2a], X-ECOMP-RequestID=[af10f391-1891-4e9e-b1f2-93785d606e3c], X-TransactionId=[], X-ONAP-RequestID=[af10f391-1891-4e9e-b1f2-93785d606e3c], Content-Type=[application/merge-patch+json]}
2021-07-06T00:57:46.649Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2021-07-06T00:57:47.046Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-210706-00:57:46:654-59507], vertex-id=[245944], Content-Length=[0], Date=[Tue, 06 Jul 2021 00:57:46 GMT], Content-Type=[application/json]}
2021-07-06T00:57:47.046Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-07-06T00:57:47.046Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v23/service-design-and-creation/models/model/7e6b57f3-da64-4e91-a9c7-b0ee76c0496a/model-vers/model-ver/120e9326-de02-4109-bf5f-a1b463b3a2d1?depth=0|INFO|500||InvokeReturn
2021-07-06T00:57:47.047Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-07-06T00:57:47.047Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:57:47.050Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||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-07-06T00:57:47.051Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID af10f391-1891-4e9e-b1f2-93785d606e3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-07-06T00:57:47.051Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-07-06T00:57:47.051Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:47.052Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:47.052Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "af10f391-1891-4e9e-b1f2-93785d606e3c",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625533067051,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2021-07-06T00:57:47.153Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:47.153Z||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-07-06T00:57:47.153Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:47.167Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:47.167Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 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-07-06T00:57:48.062Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-07-06T00:57:48.063Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-07-06T00:57:48.063Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:52.369Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:52.370Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||received message from topic
2021-07-06T00:57:52.370Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1159ea61-b97f-4ed8-a11f-15b707d01769","serviceName":"Demo_pNF_ATm6lDlMEyjetSqPGOXP","serviceVersion":"1.0","serviceUUID":"31d2a020-5dd3-4030-99a0-a3cddf0dc9fe","serviceDescription":"catalog service description","serviceInvariantUUID":"7350cf05-79d7-40de-a13e-036ec0875700","resources":[{"resourceInstanceName":"pNF d9e15cc4-8885 0","resourceName":"pNF d9e15cc4-8885","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dff092fd-5085-41a8-91c9-4aa4cb5f17ef","resourceInvariantUUID":"77074570-3727-46be-9658-1a556555d052","resourceCustomizationUUID":"5d6246d0-96f2-4c09-9161-91909e48ae77","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml","artifactChecksum":"M2VmMmNlNThiNWQwYTMwMjI3ZDJlYmQ5ZGI1YjYwMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5a4c0d0-122c-45ea-b46a-19eb176b4f0a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar","artifactChecksum":"NzQ1MjUyNGU4N2FmZTY4NTdhZTlhNmQ4ZGI4NDdmYTQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59014d77-d714-4045-a795-0bd090278f7b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc4124fc-90f4-4233-9855-8392794ae7a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml","artifactChecksum":"MTc2MTFmNmU0NTY0NGFlNWNkNGI1MTg2OTdmZDM4OGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"993c338c-52b8-4bab-aaef-20ba39e3d852","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63d58fe5-146d-46d4-a7ca-138e08e882c6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"45f27432-15a1-47c7-83cb-781f75502eac","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml","artifactChecksum":"MTBiYzcwNWNiYTQ5YTRkZWFiN2ZhNWU5YTBiYWU1MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b0959e4-d7d3-4639-b575-1480160f83f1","artifactVersion":"1"},{"artifactName":"service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar","artifactChecksum":"ZDEzZGIwNGU5ZWZmMDEyNGJkZDNhODBmNDc3ZWE5MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b03c344f-7660-4bd7-9882-643729a3064c","artifactVersion":"1"}],"workloadContext":"Production"}
2021-07-06T00:57:52.371Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:52.372Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:52.373Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:52.373Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625533068062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:52.474Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:52.474Z||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-07-06T00:57:52.474Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:52.483Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:52.484Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:53.374Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:53.375Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:53.377Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:53.377Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625533068062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:53.478Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:57:53.479Z||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-07-06T00:57:53.479Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:53.489Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:53.490Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-07-06T00:57:54.378Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:54.379Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:54.381Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:54.381Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625533068062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:54.481Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:54.482Z||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-07-06T00:57:54.482Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:54.491Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:54.492Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:55.381Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:55.382Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:55.384Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:55.384Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625533068062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:55.485Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:57:55.485Z||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-07-06T00:57:55.485Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:55.494Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:55.494Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:56.385Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:56.386Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:56.387Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:56.388Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625533068062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:56.488Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:56.489Z||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-07-06T00:57:56.489Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:56.500Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:56.501Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:57.388Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:57.389Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:57.390Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:57.390Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625533068062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/resourceInstances/pnfd9e15cc488850/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:57.491Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-07-06T00:57:57.491Z||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-07-06T00:57:57.491Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:57.502Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:57.502Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:58.391Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:58.392Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:58.393Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:58.393Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625533068062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml",
"status": "NOT_NOTIFIED"
}
2021-07-06T00:57:58.494Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:58.494Z||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-07-06T00:57:58.494Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:58.506Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:58.506Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:57:59.394Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2021-07-06T00:57:59.395Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:57:59.396Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:57:59.396Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625533068062,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "NOTIFIED"
}
2021-07-06T00:57:59.497Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:57:59.497Z||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-07-06T00:57:59.497Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:57:59.508Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:57:59.508Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:58:00.397Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"serviceName": "Demo_pNF_ATm6lDlMEyjetSqPGOXP",
"serviceVersion": "1.0",
"serviceUUID": "31d2a020-5dd3-4030-99a0-a3cddf0dc9fe",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7350cf05-79d7-40de-a13e-036ec0875700",
"resources": [
{
"resourceInstanceName": "pNF d9e15cc4-8885 0",
"resourceCustomizationUUID": "5d6246d0-96f2-4c09-9161-91909e48ae77",
"resourceName": "pNF d9e15cc4-8885",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "dff092fd-5085-41a8-91c9-4aa4cb5f17ef",
"resourceInvariantUUID": "77074570-3727-46be-9658-1a556555d052",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"artifactChecksum": "ZDEzZGIwNGU5ZWZmMDEyNGJkZDNhODBmNDc3ZWE5MTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b03c344f-7660-4bd7-9882-643729a3064c"
}
],
"workloadContext": "Production"
}
2021-07-06T00:58:00.398Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-07-06T00:58:00.398Z|af10f391-1891-4e9e-b1f2-93785d606e3c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe ASDC
2021-07-06T00:58:00.398Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1159ea61-b97f-4ed8-a11f-15b707d01769
ServiceName:Demo_pNF_ATm6lDlMEyjetSqPGOXP
ServiceVersion:1.0
ServiceUUID:31d2a020-5dd3-4030-99a0-a3cddf0dc9fe
ServiceInvariantUUID:7350cf05-79d7-40de-a13e-036ec0875700
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
ArtifactUUID:b03c344f-7660-4bd7-9882-643729a3064c
ArtifactChecksum:ZDEzZGIwNGU5ZWZmMDEyNGJkZDNhODBmNDc3ZWE5MTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d9e15cc4-8885 0
ResourceCustomizationUUID:5d6246d0-96f2-4c09-9161-91909e48ae77
ResourceInvariantUUID:77074570-3727-46be-9658-1a556555d052
ResourceName:pNF d9e15cc4-8885
ResourceType:PNF
ResourceUUID:dff092fd-5085-41a8-91c9-4aa4cb5f17ef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2021-07-06T00:58:00.398Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe 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-07-06T00:58:00.421Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:58:00.422Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:58:00.422Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:58:00.422Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b03c344f-7660-4bd7-9882-643729a3064c from URL: /sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:00.422Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - download
2021-07-06T00:58:00.422Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:01.358Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2021-07-06T00:58:01.363Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar b03c344f-7660-4bd7-9882-643729a3064c 83337
2021-07-06T00:58:01.363Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar ASDC sendASDCNotification
2021-07-06T00:58:01.363Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:01.363Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2021-07-06T00:58:01.364Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2021-07-06T00:58:01.366Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-07-06T00:58:01.366Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1159ea61-b97f-4ed8-a11f-15b707d01769",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1625533081363,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar",
"status": "DOWNLOAD_OK"
}
2021-07-06T00:58:01.466Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-07-06T00:58:01.467Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-07-06T00:58:01.467Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as VAccrJt3Qe8Q5dxj) ...
2021-07-06T00:58:01.476Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2021-07-06T00:58:01.476Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-07-06T00:58:02.366Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-07-06T00:58:02.367Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2021-07-06T00:58:02.368Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b03c344f-7660-4bd7-9882-643729a3064c, URL: /sdc/v1/catalog/services/DemoPnfAtm6ldlmeyjetsqpgoxp/1.0/artifacts/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar to file: /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:02.368Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:02.368Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:02.368Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:02.557Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15491270346727069179/Definitions/service-DemoPnfAtm6ldlmeyjetsqpgoxp-template.yml
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.105Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d9e15cc4-8885 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||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-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||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-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||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-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d9e15cc4-8885 0" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAtm6ldlmeyjetsqpgoxp-csar.csar
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||WARN|500||####################################################################################################
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Node template pNF d9e15cc4-8885 0 is matching search criteria
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF d9e15cc4-8885 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:58:03.106Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Node template pNF d9e15cc4-8885 0 is matching search criteria
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF d9e15cc4-8885 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.107Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.108Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ATm6lDlMEyjetSqPGOXP
Description:catalog service description
Model UUID:31d2a020-5dd3-4030-99a0-a3cddf0dc9fe
Model Version:NULL
Model InvariantUuid:7350cf05-79d7-40de-a13e-036ec0875700
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-07-06T00:58:03.114Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: dff092fd-5085-41a8-91c9-4aa4cb5f17ef
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-07-06T00:58:03.117Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||pNF d9e15cc4-8885 0
2021-07-06T00:58:03.117Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dff092fd-5085-41a8-91c9-4aa4cb5f17ef
2021-07-06T00:58:03.118Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe
2021-07-06T00:58:03.118Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe
2021-07-06T00:58:03.118Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d9e15cc4-8885 0 dff092fd-5085-41a8-91c9-4aa4cb5f17ef ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_56_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_56_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_56_0_, toscacsar0_.DESCRIPTION as descript4_56_0_, toscacsar0_.NAME as name5_56_0_, toscacsar0_.URL as url6_56_0_, toscacsar0_.Version as version7_56_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_49_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_49_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_49_, service0_.SERVICE_CATEGORY as service_4_49_, service0_.CONTROLLER_ACTOR as controll5_49_, service0_.CREATION_TIMESTAMP as creation6_49_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_49_, service0_.DESCRIPTION as descript7_49_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_49_, service0_.ENVIRONMENT_CONTEXT as environm9_49_, service0_.MODEL_INVARIANT_UUID as model_i10_49_, service0_.MODEL_NAME as model_n11_49_, service0_.MODEL_VERSION as model_v12_49_, service0_.NAMING_POLICY as naming_13_49_, service0_.ONAP_GENERATED_NAMING as onap_ge14_49_, service0_.RESOURCE_ORDER as resourc15_49_, service0_.SERVICE_FUNCTION as service16_49_, service0_.SERVICE_ROLE as service17_49_, service0_.SERVICE_TYPE as service18_49_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_49_, service0_.WORKLOAD_CONTEXT as workloa20_49_ from service service0_ where service0_.MODEL_UUID=?
2021-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2021-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ATm6lDlMEyjetSqPGOXP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 31d2a020-5dd3-4030-99a0-a3cddf0dc9fe: pNF d9e15cc4-8885
2021-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||INFO|500||Processing PNF resource: dff092fd-5085-41a8-91c9-4aa4cb5f17ef
2021-07-06T00:58:03.122Z|1159ea61-b97f-4ed8-a11f-15b707d01769|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery