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)
2022-07-21T05:37:15.052Z||main|||||INFO|500||The following profiles are active: basic
2022-07-21T05:37:28.964Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-21T05:37:28.965Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-21T05:37:29.113Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-21T05:37:36.443Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-21T05:37:37.080Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-21T05:37:37.998Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-21T05:37:38.018Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-21T05:37:38.280Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-21T05:37:38.619Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-21T05:37:39.584Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-21T05:37:42.083Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-21T05:37:45.176Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-21T05:37:45.254Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-21T05:37:46.113Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-21T05:37:46.508Z||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.
2022-07-21T05:37:48.052Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-21T05:37:49.670Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-07-21T05:37:49.717Z||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$$12b57ff2.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)
2022-07-21T05:37:49.718Z||main|||||WARN|500||The sdc end point is not alive
2022-07-21T05:37:54.261Z||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
2022-07-21T05:37:57.618Z||main|||||WARN|500||---
2022-07-21T05:37:57.618Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-21T05:37:57.619Z||main|||||WARN|500||---
2022-07-21T05:37:58.150Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-21T05:38:03.480Z||main|||||INFO|500||Started Application in 52.14 seconds (JVM running for 54.323)
2022-07-21T05:38:03.494Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-21T05:38:03.496Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-21T05:38:03.509Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-21T05:38:03.558Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-21T05:38:03.625Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b32df2bc-1c9e-4e4e-b863-ae9082a1d331 url= /sdc/v1/artifactTypes
2022-07-21T05:38:03.626Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-21T05:38:04.084Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-21T05:38:04.112Z||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
2022-07-21T05:38:04.140Z||scheduling-1|||||DEBUG|500||create keys
2022-07-21T05:38:04.186Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-21T05:38:05.323Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:38:05.349Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6c173d58-9371-4ad7-8346-cb1a5fefe487 url= /sdc/v1/registerForDistribution
2022-07-21T05:38:09.018Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6c173d58-9371-4ad7-8346-cb1a5fefe487 url= /sdc/v1/registerForDistribution
2022-07-21T05:38:09.018Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-21T05:38:09.033Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:38:09.038Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:38:09.044Z||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.
2022-07-21T05:38:09.044Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:38:09.044Z||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.
2022-07-21T05:38:09.048Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:38:09.052Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-21T05:38:20.855Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:38:21.306Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:39:09.031Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:39:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:39:09.034Z||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.
2022-07-21T05:39:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:39:09.034Z||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.
2022-07-21T05:39:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:39:18.661Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:39:18.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:40:09.031Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:40:09.033Z||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.
2022-07-21T05:40:09.033Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:40:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:40:09.035Z||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.
2022-07-21T05:40:09.036Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:40:18.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:40:18.656Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:41:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:41:09.032Z||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.
2022-07-21T05:41:09.032Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:41:09.034Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:41:09.035Z||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.
2022-07-21T05:41:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:41:18.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:41:18.655Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:42:09.031Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:42:09.033Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:42:09.033Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:42:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:42:09.036Z||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.
2022-07-21T05:42:09.036Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:42:18.642Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:42:18.643Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:43:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:43:09.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:43:09.033Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:43:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:43:09.035Z||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.
2022-07-21T05:43:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:43:18.680Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:43:18.713Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:44:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:44:09.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:44:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:44:09.034Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:44:09.035Z||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.
2022-07-21T05:44:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:44:18.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:44:18.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:45:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:45:09.034Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:45:09.034Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:45:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:45:09.039Z||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.
2022-07-21T05:45:09.039Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:45:18.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:45:18.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:46:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:46:09.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:46:09.033Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:46:09.033Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:46:09.034Z||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.
2022-07-21T05:46:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:46:18.611Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:46:18.624Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:47:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:47:09.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:47:09.033Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:47:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:47:09.034Z||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.
2022-07-21T05:47:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:47:18.644Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:47:18.688Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:47:52.940Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-21T05:48:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:48:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:48:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:48:09.036Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:48:09.037Z||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.
2022-07-21T05:48:09.038Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:48:18.639Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:48:18.658Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:49:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:49:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:49:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:49:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:49:09.034Z||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.
2022-07-21T05:49:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:49:18.604Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:49:18.609Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:50:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:50:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:50:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:50:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:50:09.035Z||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.
2022-07-21T05:50:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:50:18.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:50:18.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:51:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:51:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:51:09.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:51:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:51:09.034Z||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.
2022-07-21T05:51:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:51:18.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:51:18.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:52:09.032Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:52:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:52:09.034Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:52:09.035Z||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.
2022-07-21T05:52:09.035Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:52:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:52:18.595Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:52:18.612Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:53:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:53:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:53:09.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:53:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:53:09.035Z||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.
2022-07-21T05:53:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:53:18.618Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:53:18.624Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:54:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:54:09.033Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:54:09.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:54:09.034Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:54:09.034Z||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.
2022-07-21T05:54:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:54:18.606Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:54:18.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:55:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:55:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:55:09.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:55:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:55:09.035Z||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.
2022-07-21T05:55:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:55:18.603Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:55:18.615Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:56:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:56:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:56:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:56:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:56:09.035Z||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.
2022-07-21T05:56:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:56:18.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:56:18.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:57:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:57:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:57:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:57:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:57:09.034Z||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.
2022-07-21T05:57:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:57:18.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:57:18.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:58:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:58:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:58:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:58:09.034Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:58:09.035Z||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.
2022-07-21T05:58:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:58:18.598Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:58:18.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:59:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:59:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T05:59:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T05:59:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T05:59:09.034Z||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.
2022-07-21T05:59:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T05:59:18.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T05:59:18.617Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:00:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:00:09.033Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:00:09.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:00:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:00:09.034Z||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.
2022-07-21T06:00:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:00:18.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:00:18.638Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:01:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:01:09.033Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:01:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:01:09.034Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:01:09.034Z||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.
2022-07-21T06:01:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:01:18.654Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:01:18.654Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:02:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:02:09.033Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:02:09.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:02:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:02:09.034Z||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.
2022-07-21T06:02:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:02:18.627Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:02:18.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:03:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:03:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:03:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:03:09.037Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:03:09.037Z||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.
2022-07-21T06:03:09.038Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:03:18.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:03:18.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:04:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:04:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:04:09.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:04:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:04:09.034Z||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.
2022-07-21T06:04:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:04:18.615Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:04:18.616Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:05:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:05:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:05:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:05:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:05:09.035Z||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.
2022-07-21T06:05:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:05:18.635Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:05:18.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:06:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:06:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:06:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:06:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:06:09.034Z||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.
2022-07-21T06:06:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:06:18.605Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:06:18.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:07:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:07:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:07:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:07:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:07:09.034Z||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.
2022-07-21T06:07:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:07:18.604Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:07:18.608Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:08:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:08:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:08:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:08:09.034Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:08:09.034Z||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.
2022-07-21T06:08:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:08:18.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:08:18.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:09:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:09:09.033Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:09:09.033Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:09:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:09:09.034Z||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.
2022-07-21T06:09:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:09:18.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:09:18.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:10:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:10:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:10:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:10:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:10:09.035Z||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.
2022-07-21T06:10:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:10:18.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:10:18.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:11:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:11:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:11:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:11:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:11:09.034Z||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.
2022-07-21T06:11:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:11:18.596Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:11:18.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:12:09.031Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:12:09.032Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:12:09.032Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:12:09.034Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:12:09.034Z||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.
2022-07-21T06:12:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:12:18.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:12:18.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:13:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:13:09.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:13:09.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:13:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:13:09.036Z||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.
2022-07-21T06:13:09.036Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:13:18.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:13:18.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:14:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:14:09.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:14:09.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:14:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:14:09.035Z||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.
2022-07-21T06:14:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:14:18.605Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:14:18.608Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:15:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:15:09.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:15:09.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:15:09.034Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:15:09.034Z||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.
2022-07-21T06:15:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:15:18.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:15:18.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:16:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:16:09.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:16:09.033Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:16:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:16:09.034Z||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.
2022-07-21T06:16:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:16:18.596Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:16:18.609Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:17:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:17:09.034Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:17:09.034Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:17:09.034Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:17:09.035Z||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.
2022-07-21T06:17:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:17:18.605Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:17:18.609Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:18:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:18:09.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:18:09.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:18:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:18:09.034Z||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.
2022-07-21T06:18:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:18:18.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:18:18.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:19:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:19:09.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:19:09.033Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:19:09.036Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:19:09.036Z||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.
2022-07-21T06:19:09.037Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:19:18.649Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:19:18.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:20:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:20:09.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:20:09.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:20:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:20:09.034Z||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.
2022-07-21T06:20:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:20:18.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:20:18.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:21:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:21:09.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:21:09.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:21:09.034Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:21:09.034Z||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.
2022-07-21T06:21:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:21:18.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:21:18.590Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:22:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:22:09.032Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:22:09.032Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:22:09.034Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:22:09.034Z||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.
2022-07-21T06:22:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:22:18.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:22:18.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:23:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:23:09.034Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:23:09.034Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:23:09.034Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:23:09.034Z||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.
2022-07-21T06:23:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:23:18.647Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:23:18.664Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:09.031Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:24:09.033Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:24:09.033Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:24:09.035Z||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.
2022-07-21T06:24:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:24:09.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:09.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-21T06:24:09.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1dad4a62-1c88-4379-9bcb-27098f5308de","serviceName":"vFW 2022-07-21 06-22-56","serviceVersion":"1.0","serviceUUID":"f9cc8f58-9e02-4170-9783-8e9a1b981704","serviceDescription":"catalog service description","serviceInvariantUUID":"7c3e8564-e35e-473f-ad56-4e6e4685a708","resources":[{"resourceInstanceName":"vFW b8b0d473-a6e9 0","resourceName":"vFW b8b0d473-a6e9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d","resourceInvariantUUID":"6b3d0a7b-0efb-4038-9321-5cb5a6105936","resourceCustomizationUUID":"1f615c89-6431-4c7f-a582-1cc13cdbaf3c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml","artifactChecksum":"MzMxNTQ3MDRjMWZmYTc1NWI4MzJhMmVmNDBhNjY4MDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ae8b002-ec0a-4690-bb60-338150b7b60c","artifactVersion":"1"},{"artifactName":"vfwb8b0d473a6e90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json","artifactChecksum":"MTZmYmQ5YjViNTQwMGJlNzZmNzc3NjVkOWNkMDgxYjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"571de0ca-27e3-43b4-9fcb-8892912a386b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ff586540-f5b1-4cdb-baa7-a8ed769f5fda","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml","artifactChecksum":"MmJmNmU4Yzc5YTdkNGU5YmMxMjAwYjYwYjgwZGE3NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e4523b9c-4b0f-43a1-89d7-33b416395710","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0","artifactVersion":"2","generatedFromUUID":"ff586540-f5b1-4cdb-baa7-a8ed769f5fda"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220721062256-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml","artifactChecksum":"OGNjZjI1NTQzMjQwYzAwNjM4YjA0ODhhODc5YzlkNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0aae07e5-0634-4f8a-adae-5e884af1e4c9","artifactVersion":"1"},{"artifactName":"service-Vfw20220721062256-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar","artifactChecksum":"M2M5OTc5YTRiYTc1NWVlOTFiZTUwMzBkNDQ1NjZkOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e4bd277-febf-47c4-83a9-cc0f5da941ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-21T06:24:09.999Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:24:10.010Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:10.030Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:10.031Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:24:10.131Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-07-21T06:24:10.137Z||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.
2022-07-21T06:24:10.137Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:10.160Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:10.162Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:10.245Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:10.247Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:24:10.247Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384645525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:24:10.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:24:11.041Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:24:11.042Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:11.048Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:11.048Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:24:11.148Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:24:11.149Z||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.
2022-07-21T06:24:11.149Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:11.183Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:11.184Z||pool-4-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-07-21T06:24:12.049Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:24:12.050Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:12.052Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:12.052Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:24:12.152Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:24:12.154Z||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.
2022-07-21T06:24:12.154Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:12.184Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:12.185Z||pool-5-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:13.053Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:24:13.054Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:13.056Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:13.056Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:24:13.156Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:24:13.158Z||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.
2022-07-21T06:24:13.158Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:13.240Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:13.241Z||pool-6-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:14.057Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:24:14.058Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:14.060Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:14.060Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-21T06:24:14.160Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-21T06:24:14.162Z||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.
2022-07-21T06:24:14.162Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:14.192Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:14.192Z||pool-7-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:15.061Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:24:15.063Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:15.065Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:15.066Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:24:15.169Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-21T06:24:15.171Z||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.
2022-07-21T06:24:15.171Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:15.201Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:15.202Z||pool-8-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:16.066Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:24:16.067Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:16.070Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:16.070Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:24:16.170Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:24:16.171Z||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.
2022-07-21T06:24:16.171Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:16.278Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:16.280Z||pool-9-thread-1|||||INFO|500||cambria reply ok (108 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:17.073Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"serviceName": "vFW 2022-07-21 06-22-56",
"serviceVersion": "1.0",
"serviceUUID": "f9cc8f58-9e02-4170-9783-8e9a1b981704",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7c3e8564-e35e-473f-ad56-4e6e4685a708",
"resources": [
{
"resourceInstanceName": "vFW b8b0d473-a6e9 0",
"resourceCustomizationUUID": "1f615c89-6431-4c7f-a582-1cc13cdbaf3c",
"resourceName": "vFW b8b0d473-a6e9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d",
"resourceInvariantUUID": "6b3d0a7b-0efb-4038-9321-5cb5a6105936",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb8b0d473a6e90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"artifactChecksum": "MTZmYmQ5YjViNTQwMGJlNzZmNzc3NjVkOWNkMDgxYjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "571de0ca-27e3-43b4-9fcb-8892912a386b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "ff586540-f5b1-4cdb-baa7-a8ed769f5fda",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0",
"generatedFromUUID": "ff586540-f5b1-4cdb-baa7-a8ed769f5fda"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220721062256-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"artifactChecksum": "M2M5OTc5YTRiYTc1NWVlOTFiZTUwMzBkNDQ1NjZkOWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9e4bd277-febf-47c4-83a9-cc0f5da941ee"
}
],
"workloadContext": "Production"
}
2022-07-21T06:24:17.075Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-21T06:24:17.075Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9cc8f58-9e02-4170-9783-8e9a1b981704 ASDC
2022-07-21T06:24:17.213Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1dad4a62-1c88-4379-9bcb-27098f5308de
ServiceName:vFW 2022-07-21 06-22-56
ServiceVersion:1.0
ServiceUUID:f9cc8f58-9e02-4170-9783-8e9a1b981704
ServiceInvariantUUID:7c3e8564-e35e-473f-ad56-4e6e4685a708
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220721062256-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar
ArtifactUUID:9e4bd277-febf-47c4-83a9-cc0f5da941ee
ArtifactChecksum:M2M5OTc5YTRiYTc1NWVlOTFiZTUwMzBkNDQ1NjZkOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b8b0d473-a6e9 0
ResourceCustomizationUUID:1f615c89-6431-4c7f-a582-1cc13cdbaf3c
ResourceInvariantUUID:6b3d0a7b-0efb-4038-9321-5cb5a6105936
ResourceName:vFW b8b0d473-a6e9
ResourceType:VF
ResourceUUID:6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb8b0d473a6e90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json
ArtifactUUID:571de0ca-27e3-43b4-9fcb-8892912a386b
ArtifactChecksum:MTZmYmQ5YjViNTQwMGJlNzZmNzc3NjVkOWNkMDgxYjU=
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/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml
ArtifactUUID:ff586540-f5b1-4cdb-baa7-a8ed769f5fda
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/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env
ArtifactUUID:28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0
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/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env
ArtifactUUID:28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-21T06:24:17.214Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9cc8f58-9e02-4170-9783-8e9a1b981704 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 (?, ?, ?, ?, ?)
2022-07-21T06:24:17.526Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-21T06:24:17.527Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-21T06:24:17.529Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-21T06:24:17.529Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9e4bd277-febf-47c4-83a9-cc0f5da941ee from URL: /sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:17.529Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-21T06:24:17.531Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:17.761Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-21T06:24:17.786Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar 9e4bd277-febf-47c4-83a9-cc0f5da941ee 103114
2022-07-21T06:24:17.788Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar ASDC sendASDCNotification
2022-07-21T06:24:17.789Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:17.791Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-21T06:24:17.792Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:17.794Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:17.794Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384657787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:24:17.895Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:24:17.896Z||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.
2022-07-21T06:24:17.897Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:17.911Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:17.912Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-21T06:24:18.795Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-21T06:24:18.796Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-21T06:24:18.797Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9e4bd277-febf-47c4-83a9-cc0f5da941ee, URL: /sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar to file: /app/ASDC/1/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:18.798Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220721062256-csar.csar
2022-07-21T06:24:18.926Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:18.927Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:19.678Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8023740555680938659/Definitions/service-Vfw20220721062256-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-07-21T06:24:22.897Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-21T06:24:22.902Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-21T06:24:22.903Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.903Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-21T06:24:22.903Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||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-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||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-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||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-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||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-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.905Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||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-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.905Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||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-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.905Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.905Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||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-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.905Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.906Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b8b0d473-a6e9 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-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.906Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||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-Vfw20220721062256-csar.csar
2022-07-21T06:24:22.906Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-21T06:24:22.913Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.914Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:22.918Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:22.919Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-21T06:24:22.921Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-21T06:24:22.922Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.923Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:22.923Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:22.923Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-21T06:24:22.924Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-21T06:24:22.924Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.924Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:22.928Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.928Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria
2022-07-21T06:24:22.928Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-21T06:24:22.928Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-21T06:24:22.929Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.929Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:22.929Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-21T06:24:22.930Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.930Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-21T06:24:22.930Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-21T06:24:22.930Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-21T06:24:22.931Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.931Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:22.931Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-21T06:24:22.931Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:22.932Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-21T06:24:22.932Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.932Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-21T06:24:22.932Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.933Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-21T06:24:22.934Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.934Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:22.934Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:24:22.935Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.935Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:22.935Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:24:22.936Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.936Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:22.936Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:24:22.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria
2022-07-21T06:24:22.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-21T06:24:22.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-21T06:24:22.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-21T06:24:22.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-21T06:24:22.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-21T06:24:22.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:22.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-21T06:24:22.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:22.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-21T06:24:22.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=181a4d88-1e9e-4512-802f-067abbd163e4
2022-07-21T06:24:22.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria
2022-07-21T06:24:22.941Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-21T06:24:22.941Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-21T06:24:22.941Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.941Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:22.942Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-21T06:24:22.942Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.942Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-21T06:24:22.942Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-21T06:24:22.943Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-21T06:24:22.943Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:22.943Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-21T06:24:22.943Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.944Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=48e8ea1f-42a5-4664-ba66-5cbc41fb4a35
2022-07-21T06:24:22.944Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.944Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria
2022-07-21T06:24:22.944Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-21T06:24:22.945Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-21T06:24:22.945Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.945Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:22.946Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-21T06:24:22.946Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.946Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-21T06:24:22.946Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-21T06:24:22.947Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-21T06:24:22.947Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-21T06:24:22.947Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:22.947Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-21T06:24:22.948Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2733e4f-a6d9-4ca2-9c42-3841617f969b
2022-07-21T06:24:22.948Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.948Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:22.948Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.949Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:22.949Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.949Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:22.949Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:22.950Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:22.950Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-07-21 06-22-56
Description:catalog service description
Model UUID:f9cc8f58-9e02-4170-9783-8e9a1b981704
Model Version:NULL
Model InvariantUuid:7c3e8564-e35e-473f-ad56-4e6e4685a708
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b8b0d473-a6e9
Model UUID:7e8bbc2c-6e0e-4ccc-9b4d-651b6c82ed92
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6b3d0a7b-0efb-4038-9321-5cb5a6105936
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:1f615c89-6431-4c7f-a582-1cc13cdbaf3c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a003d4b8-704d-4346-a96f-da0221a1139d
ModelName:VfwB8b0d473A6e9..base_vfw..module-0
ModelUuid:a6b8461d-5837-4c12-b896-71871b54085d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:181a4d88-1e9e-4512-802f-067abbd163e4
ModelInvariantUuid:d53667e8-b9d1-4e09-8826-9031e2c9acf2
ModelName:vFW b8b0d473-a6e9-nodes.vfwCvfc
ModelUuid:c230c0ae-cd78-4c5f-b4e5-223515a70c8f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:459fef7a-c3ba-4a29-a6f2-800869c73702
ModelInvariantUuid:2cfbe4e4-b04a-4481-aef3-1a93f4550709
ModelName:VfwB8b0d473A6e9.compute.nodes.heat.vfw
ModelUuid:64d12805-c935-478f-a45d-309cbfda346f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:48e8ea1f-42a5-4664-ba66-5cbc41fb4a35
ModelInvariantUuid:936c5c13-2381-4bbb-9a79-3d55d7f2c092
ModelName:vFW b8b0d473-a6e9-nodes.vsnCvfc
ModelUuid:20c50879-9918-41d6-9230-027d362c9c54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:2fd414c8-c0c1-482a-9eb8-f52a5df5576d
ModelInvariantUuid:70b7ba04-6698-423f-a277-7a84a84f70be
ModelName:VfwB8b0d473A6e9.compute.nodes.heat.vsn
ModelUuid:a2289886-7edb-409b-a4f5-2ed9d5a8fac5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:b2733e4f-a6d9-4ca2-9c42-3841617f969b
ModelInvariantUuid:a267f225-0436-433b-95d0-443cf0d35ef3
ModelName:vFW b8b0d473-a6e9-nodes.vpgCvfc
ModelUuid:9821e118-c875-4ca0-8d43-8af6a7e3d14c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:bb060741-7148-4ff9-a699-2c9484c83147
ModelInvariantUuid:441eac02-e5dd-4131-9701-8aec04436c04
ModelName:VfwB8b0d473A6e9.compute.nodes.heat.vpg
ModelUuid:3e11ebda-3383-4185-a63c-73a38d416ae7
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-21T06:24:22.974Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:24:23.078Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||vFW b8b0d473-a6e9 0
2022-07-21T06:24:23.084Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d
2022-07-21T06:24:23.085Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 571de0ca-27e3-43b4-9fcb-8892912a386b from URL: /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json
2022-07-21T06:24:23.085Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-21T06:24:23.085Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json
2022-07-21T06:24:23.155Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-21T06:24:23.156Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json 571de0ca-27e3-43b4-9fcb-8892912a386b 785
2022-07-21T06:24:23.156Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json ASDC sendASDCNotification
2022-07-21T06:24:23.157Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json
2022-07-21T06:24:23.157Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-21T06:24:23.157Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:23.160Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:23.160Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384663156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:24:23.260Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:24:23.261Z||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.
2022-07-21T06:24:23.261Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:23.280Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:23.281Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:24.162Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB8b0d473A6e9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a003d4b8-704d-4346-a96f-da0221a1139d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a6b8461d-5837-4c12-b896-71871b54085d",
"vfModuleModelCustomizationUUID": "fe9eacab-d30f-4c6b-bcb2-cc399417d574",
"isBase": true,
"artifacts": [
"ff586540-f5b1-4cdb-baa7-a8ed769f5fda",
"28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0"
],
"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": ""
}
}
]
2022-07-21T06:24:24.180Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB8b0d473A6e9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6b8461d-5837-4c12-b896-71871b54085d
VfModuleModelInvariantUUID:a003d4b8-704d-4346-a96f-da0221a1139d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff586540-f5b1-4cdb-baa7-a8ed769f5fda
,
28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0
}
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
}
2022-07-21T06:24:24.183Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB8b0d473A6e9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a003d4b8-704d-4346-a96f-da0221a1139d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a6b8461d-5837-4c12-b896-71871b54085d",
"vfModuleModelCustomizationUUID": "fe9eacab-d30f-4c6b-bcb2-cc399417d574",
"isBase": true,
"artifacts": [
"ff586540-f5b1-4cdb-baa7-a8ed769f5fda",
"28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0"
],
"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": ""
}
}
]
2022-07-21T06:24:24.183Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB8b0d473A6e9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a6b8461d-5837-4c12-b896-71871b54085d
VfModuleModelInvariantUUID:a003d4b8-704d-4346-a96f-da0221a1139d
VfModuleModelDescription:NULL
Artifacts UUID List:{
ff586540-f5b1-4cdb-baa7-a8ed769f5fda
,
28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0
}
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
}
2022-07-21T06:24:24.183Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ff586540-f5b1-4cdb-baa7-a8ed769f5fda from URL: /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml
2022-07-21T06:24:24.183Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-21T06:24:24.183Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml
2022-07-21T06:24:24.260Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-21T06:24:24.261Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml ff586540-f5b1-4cdb-baa7-a8ed769f5fda 20368
2022-07-21T06:24:24.261Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-21T06:24:24.261Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml
2022-07-21T06:24:24.262Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-21T06:24:24.262Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:24.264Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:24.264Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384664261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:24:24.364Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:24:24.365Z||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.
2022-07-21T06:24:24.365Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:24.382Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:24.383Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:25.265Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0 from URL: /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env
2022-07-21T06:24:25.265Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-21T06:24:25.265Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env
2022-07-21T06:24:25.340Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-21T06:24:25.341Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env 28c0e41c-719c-4a26-b4c6-f34c7ee3a3d0 2098
2022-07-21T06:24:25.341Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-21T06:24:25.341Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env
2022-07-21T06:24:25.341Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-21T06:24:25.342Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:25.344Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:25.344Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384665341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:24:25.444Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:24:25.446Z||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.
2022-07-21T06:24:25.446Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:25.463Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:25.464Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-21T06:24:26.345Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f9cc8f58-9e02-4170-9783-8e9a1b981704
2022-07-21T06:24:26.345Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b8b0d473-a6e9 0 6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:24:26.382Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74d16f16, org.onap.sdc.toscaparser.api.parameters.Input@6a6687a4, org.onap.sdc.toscaparser.api.parameters.Input@145fa1b7, org.onap.sdc.toscaparser.api.parameters.Input@5026ab22, org.onap.sdc.toscaparser.api.parameters.Input@2ff0d7ef]
2022-07-21T06:24:26.386Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.387Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:26.387Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-07-21T06:24:26.387Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1f615c89-6431-4c7f-a582-1cc13cdbaf3c
2022-07-21T06:24:26.387Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f615c89-6431-4c7f-a582-1cc13cdbaf3c matches Tosca VF Customization UUID: 1f615c89-6431-4c7f-a582-1cc13cdbaf3c
2022-07-21T06:24:26.388Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1f615c89-6431-4c7f-a582-1cc13cdbaf3c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-21T06:24:26.396Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.396Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:26.397Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1f615c89-6431-4c7f-a582-1cc13cdbaf3c: {\"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\"}
2022-07-21T06:24:26.397Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6cbfe530
2022-07-21T06:24:26.397Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.397Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-21T06:24:26.398Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fe9eacab-d30f-4c6b-bcb2-cc399417d574
2022-07-21T06:24:26.399Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fe9eacab-d30f-4c6b-bcb2-cc399417d574
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-21T06:24:26.404Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.405Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:26.405Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:24:26.405Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.406Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:26.406Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:24:26.406Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.406Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria
2022-07-21T06:24:26.407Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-21T06:24:26.407Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-21T06:24:26.407Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-21T06:24:26.407Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-21T06:24:26.407Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-21T06:24:26.408Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-21T06:24:26.409Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=181a4d88-1e9e-4512-802f-067abbd163e4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-21T06:24:26.416Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.416Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:26.417Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:24:26.417Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.417Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria
2022-07-21T06:24:26.417Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-21T06:24:26.417Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-21T06:24:26.418Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-21T06:24:26.419Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-21T06:24:26.419Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:26.419Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-21T06:24:26.420Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-21T06:24:26.420Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=48e8ea1f-42a5-4664-ba66-5cbc41fb4a35
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-21T06:24:26.423Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.424Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:26.424Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:24:26.427Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.427Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is not matching search criteria
2022-07-21T06:24:26.428Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-21T06:24:26.428Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-21T06:24:26.428Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-21T06:24:26.429Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:26.429Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-21T06:24:26.429Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-21T06:24:26.430Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-21T06:24:26.430Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-21T06:24:26.430Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-21T06:24:26.431Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-21T06:24:26.431Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-21T06:24:26.431Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-21T06:24:26.432Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b2733e4f-a6d9-4ca2-9c42-3841617f969b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-21T06:24:26.434Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.435Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:26.435Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:24:26.436Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.436Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Node template vFW b8b0d473-a6e9 0 is matching search criteria
2022-07-21T06:24:26.436Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW b8b0d473-a6e9 0] matching following query criteria: sdcType=VF, customizationUUID=1f615c89-6431-4c7f-a582-1cc13cdbaf3c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:24:26.439Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.440Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:26.440Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f9cc8f58-9e02-4170-9783-8e9a1b981704: vFW b8b0d473-a6e9
2022-07-21T06:24:26.441Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.441Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:26.441Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.442Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:26.442Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.442Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:26.443Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.443Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:26.444Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:24:26.444Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-21 06-22-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:24:26.444Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-21 06-22-56
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-07-21T06:24:26.744Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b8b0d473-a6e9 6e3fb569-bb5e-4aa0-8c33-ec62b4f0c26d 1 ASDC deployResourceStructure
2022-07-21T06:24:26.744Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json ASDC sendASDCNotification
2022-07-21T06:24:26.744Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json
2022-07-21T06:24:26.745Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-21T06:24:26.745Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:26.747Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:26.747Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384666744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "DEPLOY_OK"
}
2022-07-21T06:24:26.847Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:24:26.848Z||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.
2022-07-21T06:24:26.848Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:26.875Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:26.876Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-07-21T06:24:27.748Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-21T06:24:27.749Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml
2022-07-21T06:24:27.749Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-21T06:24:27.761Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:27.764Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:27.764Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384667748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-21T06:24:27.864Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:24:27.865Z||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.
2022-07-21T06:24:27.865Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:27.881Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:27.882Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:28.765Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-21T06:24:28.765Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env
2022-07-21T06:24:28.777Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-21T06:24:28.778Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:28.789Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:28.789Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384668764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-21T06:24:28.881Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-07-21T06:24:28.882Z||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.
2022-07-21T06:24:28.882Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:28.910Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:28.910Z||pool-16-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:29.790Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar ASDC sendASDCNotification
2022-07-21T06:24:29.791Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar
2022-07-21T06:24:29.791Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-21T06:24:29.791Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:24:29.793Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:24:29.794Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384669790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:24:29.893Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-21T06:24:29.894Z||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.
2022-07-21T06:24:29.895Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:24:29.945Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:24:29.946Z||pool-17-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:24:30.795Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:24:30.825Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:24:30.828Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:24:30.828Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-21T06:24:30.828Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-21T06:25:00.828Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:25:00.838Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:25:00.839Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:25:00.840Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-21T06:25:00.840Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-21T06:25:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:25:09.035Z||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.
2022-07-21T06:25:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:25:09.072Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:25:09.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:25:09.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384642218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:25:09.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:25:30.840Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:25:30.852Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:25:30.855Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:25:30.855Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-21T06:25:30.855Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-21T06:26:00.855Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:26:00.867Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:26:00.869Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:26:00.869Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-21T06:26:00.869Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-21T06:26:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:26:09.034Z||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.
2022-07-21T06:26:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:26:09.064Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:26:09.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:26:09.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:26:09.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:26:09.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:26:09.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "policy-id",
"timestamp": 1658384645080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:26:09.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:26:30.869Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:26:30.884Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:26:30.886Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:26:30.886Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-21T06:26:30.886Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-21T06:27:00.887Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:27:00.901Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:27:00.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:27:00.904Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-21T06:27:00.911Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-21T06:27:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:27:09.035Z||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.
2022-07-21T06:27:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:27:09.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:27:09.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384645525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384642218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "policy-id",
"timestamp": 1658384645080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384645525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384642218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "policy-id",
"timestamp": 1658384645080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "cds",
"timestamp": 1658384652638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "aai-ml",
"timestamp": 1658384652011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384645525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384642218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "policy-id",
"timestamp": 1658384645080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "cds",
"timestamp": 1658384652638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "aai-ml",
"timestamp": 1658384652011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384645525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384642218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "policy-id",
"timestamp": 1658384645080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384655011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "cds",
"timestamp": 1658384652638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "aai-ml",
"timestamp": 1658384652011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384645525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384642218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "policy-id",
"timestamp": 1658384645080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384655011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "cds",
"timestamp": 1658384652638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "aai-ml",
"timestamp": 1658384652011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384645525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384642218,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384649031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "policy-id",
"timestamp": 1658384645080,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384655011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "cds",
"timestamp": 1658384652638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "aai-ml",
"timestamp": 1658384652011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384657244,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384656983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "policy-id",
"timestamp": 1658384657436,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.088Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384655011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "cds",
"timestamp": 1658384652638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384657787,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "aai-ml",
"timestamp": 1658384652011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "policy-id",
"timestamp": 1658384658446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:27:09.090Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384658376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384655011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "cds",
"timestamp": 1658384652638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "aai-ml",
"timestamp": 1658384652011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "policy-id",
"timestamp": 1658384659450,
"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=?
2022-07-21T06:27:09.101Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de
2022-07-21T06:27:09.101Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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 (?, ?, ?, ?, ?)
2022-07-21T06:27:09.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384655011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384659610,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "cds",
"timestamp": 1658384660529,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "aai-ml",
"timestamp": 1658384659963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "clamp",
"timestamp": 1658384660570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384655011,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384660693,
"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=?
2022-07-21T06:27:09.117Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de
2022-07-21T06:27:09.117Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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=?
2022-07-21T06:27:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "cds",
"timestamp": 1658384661547,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-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=?
2022-07-21T06:27:09.129Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de
2022-07-21T06:27:09.130Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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 (?, ?, ?, ?, ?)
2022-07-21T06:27:09.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "clamp",
"timestamp": 1658384660570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384661697,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "DEPLOY_OK"
}
2022-07-21T06:27:09.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "clamp",
"timestamp": 1658384660570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384662362,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:27:09.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "clamp",
"timestamp": 1658384660570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384663156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384663367,
"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=?
2022-07-21T06:27:09.144Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de
2022-07-21T06:27:09.145Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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 (?, ?, ?, ?, ?)
2022-07-21T06:27:09.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "clamp",
"timestamp": 1658384660570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384664261,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "clamp",
"timestamp": 1658384660570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:27:09.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384665341,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "clamp",
"timestamp": 1658384660570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:27:09.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:27:09.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384666744,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/vfwb8b0d473a6e90_modules.json",
"status": "DEPLOY_OK"
}
2022-07-21T06:27:09.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384667748,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-07-21T06:27:09.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384668764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/resourceInstances/vfwb8b0d473a6e90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-07-21T06:27:09.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384669790,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:27:09.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "aai-ml",
"timestamp": 1658384675742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:27:09.156Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "aai-ml",
"timestamp": 1658384676747,
"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=?
2022-07-21T06:27:09.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de
2022-07-21T06:27:09.160Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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 (?, ?, ?, ?, ?)
2022-07-21T06:27:09.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "clamp",
"timestamp": 1658384680749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:27:09.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "clamp",
"timestamp": 1658384682781,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220721062256/1.0/artifacts/service-Vfw20220721062256-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:27:09.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:27:09.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:27:09.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "clamp",
"timestamp": 1658384683795,
"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=?
2022-07-21T06:27:09.182Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1dad4a62-1c88-4379-9bcb-27098f5308de
2022-07-21T06:27:09.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1dad4a62-1c88-4379-9bcb-27098f5308de 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 (?, ?, ?, ?, ?)
2022-07-21T06:27:30.912Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:27:30.932Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de
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=?
2022-07-21T06:27:30.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:27:30.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-21T06:27:30.937Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-21T06:27:30.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-21T06:27:30.938Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:27:30.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:27:30.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:27:30.939Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:27:30.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:27:30.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:27:30.940Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||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=?
2022-07-21T06:27:30.947Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-21T06:28:00.948Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1dad4a62-1c88-4379-9bcb-27098f5308de 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=?
2022-07-21T06:28:00.965Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1dad4a62-1c88-4379-9bcb-27098f5308de and serviceModelVersionId: f9cc8f58-9e02-4170-9783-8e9a1b981704
2022-07-21T06:28:00.966Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c3e8564-e35e-473f-ad56-4e6e4685a708
2022-07-21T06:28:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:28:09.035Z||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.
2022-07-21T06:28:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:28:09.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:09.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384705525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384702218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "policy-id",
"timestamp": 1658384705084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384705525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384702218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "policy-id",
"timestamp": 1658384705084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384705525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "policy-id",
"timestamp": 1658384705084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384702218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384705525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384702218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "policy-id",
"timestamp": 1658384705084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "cds",
"timestamp": 1658384712638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "aai-ml",
"timestamp": 1658384712012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384705525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "policy-id",
"timestamp": 1658384705084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384702218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "cds",
"timestamp": 1658384712638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "aai-ml",
"timestamp": 1658384712012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384705525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "policy-id",
"timestamp": 1658384705084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384702218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384715011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "cds",
"timestamp": 1658384712638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "aai-ml",
"timestamp": 1658384712012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384705525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.605Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "policy-id",
"timestamp": 1658384705084,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384702218,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384715011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "cds",
"timestamp": 1658384712638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "aai-ml",
"timestamp": 1658384712012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384715011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "cds",
"timestamp": 1658384712638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384716679,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:09.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384716409,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:09.608Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "aai-ml",
"timestamp": 1658384712012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.609Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "policy-id",
"timestamp": 1658384716860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:09.610Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384715011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "cds",
"timestamp": 1658384712638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "aai-ml",
"timestamp": 1658384712012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "policy-id",
"timestamp": 1658384717864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:28:09.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384717825,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:09.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384715011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "cds",
"timestamp": 1658384712638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "policy-id",
"timestamp": 1658384718867,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-21T06:28:09.650Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9
2022-07-21T06:28:09.650Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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 (?, ?, ?, ?, ?)
2022-07-21T06:28:09.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "aai-ml",
"timestamp": 1658384712012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384719028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:09.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384718834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:28:09.659Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384715011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "cds",
"timestamp": 1658384720508,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:09.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "aai-ml",
"timestamp": 1658384719819,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:09.660Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "clamp",
"timestamp": 1658384720570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384720052,
"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=?
2022-07-21T06:28:09.666Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9
2022-07-21T06:28:09.667Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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=?
2022-07-21T06:28:09.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658384719838,
"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=?
2022-07-21T06:28:09.680Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9
2022-07-21T06:28:09.680Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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 (?, ?, ?, ?, ?)
2022-07-21T06:28:09.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "ves-openapi-manager",
"timestamp": 1658384715011,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "cds",
"timestamp": 1658384721516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-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=?
2022-07-21T06:28:09.704Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9
2022-07-21T06:28:09.704Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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 (?, ?, ?, ?, ?)
2022-07-21T06:28:09.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "clamp",
"timestamp": 1658384720570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.753Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658384721057,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-21T06:28:09.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "clamp",
"timestamp": 1658384720570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.757Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "clamp",
"timestamp": 1658384720570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.770Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.770Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.770Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "clamp",
"timestamp": 1658384720570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.771Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "clamp",
"timestamp": 1658384720570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:09.771Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "clamp",
"timestamp": 1658384720570,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:28:09.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:28:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "aai-ml",
"timestamp": 1658384727294,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:28:09.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "aai-ml",
"timestamp": 1658384728298,
"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=?
2022-07-21T06:28:09.790Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9
2022-07-21T06:28:09.790Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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 (?, ?, ?, ?, ?)
2022-07-21T06:28:09.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "clamp",
"timestamp": 1658384737752,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:09.798Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "clamp",
"timestamp": 1658384739764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:28:09.801Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:28:09.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:28:09.802Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "clamp",
"timestamp": 1658384740769,
"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=?
2022-07-21T06:28:09.807Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c8fa060d-7696-4809-96b7-b19486d1b0e9
2022-07-21T06:28:09.807Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8fa060d-7696-4809-96b7-b19486d1b0e9 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 (?, ?, ?, ?, ?)
2022-07-21T06:28:17.576Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0
2022-07-21T06:28:17.710Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-21T06:28:18.232Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|INFO|500||Invoke
2022-07-21T06:28:18.240Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1dad4a62-1c88-4379-9bcb-27098f5308de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67484982-eca2-4978-987b-39ff6b0b2c53], X-ECOMP-RequestID=[1dad4a62-1c88-4379-9bcb-27098f5308de], X-TransactionId=[], X-ONAP-RequestID=[1dad4a62-1c88-4379-9bcb-27098f5308de], Content-Type=[application/merge-patch+json]}
2022-07-21T06:28:18.374Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-21T06:28:18.647Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220721-06:28:18:535-59748], vertex-id=[188608], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:28:18 GMT], Content-Type=[application/json]}
2022-07-21T06:28:18.648Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-21T06:28:18.649Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c3e8564-e35e-473f-ad56-4e6e4685a708/model-vers/model-ver/f9cc8f58-9e02-4170-9783-8e9a1b981704?depth=0|INFO|500||InvokeReturn
2022-07-21T06:28:18.653Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-21T06:28:18.653Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:28:18.661Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||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)
2022-07-21T06:28:18.663Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1dad4a62-1c88-4379-9bcb-27098f5308de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-21T06:28:18.663Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-21T06:28:18.664Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:18.666Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:18.666Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384898663,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-21T06:28:18.767Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:28:18.768Z||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.
2022-07-21T06:28:18.768Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:18.792Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:18.792Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 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=?
2022-07-21T06:28:19.678Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:28:19.678Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-21T06:28:19.678Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:24.155Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:24.155Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-21T06:28:24.156Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c8fa060d-7696-4809-96b7-b19486d1b0e9","serviceName":"basic_onboard_CaUiRZ","serviceVersion":"1.0","serviceUUID":"1ef56e9a-9e7c-424d-876d-b0c210b55eb0","serviceDescription":"service","serviceInvariantUUID":"f2d92d11-de1a-4b4c-b090-02e4fa006ae5","resources":[{"resourceInstanceName":"basic_onboard_CaUiRZ 0","resourceName":"basic_onboard_CaUiRZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c38a78ec-4d83-47b7-93fc-29bd92ec6a40","resourceInvariantUUID":"105eea25-934f-408e-a976-ffb1629bcdfc","resourceCustomizationUUID":"71663e44-6d12-4ece-be1b-ae55269a5797","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml","artifactChecksum":"NzE5MDJmYTFhMTA4NjRkZjJmYTZhZmM5YzE2MjhlYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f743e42c-be41-42f9-8d52-21dcec04c554","artifactVersion":"1"},{"artifactName":"basic_onboard_cauirz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json","artifactChecksum":"MDRmY2RiNGUwMmVmMDVjMjIzNmNmMmE3MWVlN2ZjMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4520335b-c025-49ad-b6f2-c87f5cbde338","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e288a07f-6a4f-4d9f-b13c-3318c49a6be7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bfdf2fce-0f79-4f9e-bc8c-ccd07d35a1e2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c","artifactVersion":"2","generatedFromUUID":"e288a07f-6a4f-4d9f-b13c-3318c49a6be7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCauirz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml","artifactChecksum":"NmQxOTE2ZTc5MmMxODEyZjNjMDZmODg4YWFlNTRmNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62829e54-c64a-40ac-b10c-dcc86b321186","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCauirz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar","artifactChecksum":"MTBiYTVlNDA5ZDQ2MGFjODI0ODEwMjdjZjMyM2Y2YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c7dc330-2b7a-45fd-9544-ffe348467bd9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-21T06:28:24.158Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:28:24.158Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:24.162Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:24.162Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:24.261Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-21T06:28:24.262Z||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.
2022-07-21T06:28:24.262Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:24.284Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:24.285Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:25.163Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:28:25.164Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:25.167Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:25.167Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:28:25.266Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-21T06:28:25.267Z||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.
2022-07-21T06:28:25.267Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:25.281Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:25.282Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:26.167Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:28:26.168Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:26.171Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:26.171Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:28:26.270Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-21T06:28:26.271Z||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.
2022-07-21T06:28:26.271Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:26.324Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:26.325Z||pool-21-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-07-21T06:28:27.172Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:28:27.172Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:27.176Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:27.176Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:27.276Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:28:27.277Z||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.
2022-07-21T06:28:27.278Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:27.314Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:27.315Z||pool-22-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:28.176Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:28:28.177Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:28.180Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:28.180Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-21T06:28:28.280Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-21T06:28:28.281Z||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.
2022-07-21T06:28:28.281Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:28.308Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:28.308Z||pool-23-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:29.181Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:28:29.182Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:29.184Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:29.184Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:28:29.284Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-21T06:28:29.285Z||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.
2022-07-21T06:28:29.286Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:29.302Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:29.302Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:30.185Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:28:30.186Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:30.188Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:30.188Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:28:30.288Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:28:30.289Z||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.
2022-07-21T06:28:30.289Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:30.305Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:30.306Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:31.198Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"serviceName": "basic_onboard_CaUiRZ",
"serviceVersion": "1.0",
"serviceUUID": "1ef56e9a-9e7c-424d-876d-b0c210b55eb0",
"serviceDescription": "service",
"serviceInvariantUUID": "f2d92d11-de1a-4b4c-b090-02e4fa006ae5",
"resources": [
{
"resourceInstanceName": "basic_onboard_CaUiRZ 0",
"resourceCustomizationUUID": "71663e44-6d12-4ece-be1b-ae55269a5797",
"resourceName": "basic_onboard_CaUiRZ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c38a78ec-4d83-47b7-93fc-29bd92ec6a40",
"resourceInvariantUUID": "105eea25-934f-408e-a976-ffb1629bcdfc",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_cauirz0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"artifactChecksum": "MDRmY2RiNGUwMmVmMDVjMjIzNmNmMmE3MWVlN2ZjMjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4520335b-c025-49ad-b6f2-c87f5cbde338",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e288a07f-6a4f-4d9f-b13c-3318c49a6be7",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c",
"generatedFromUUID": "e288a07f-6a4f-4d9f-b13c-3318c49a6be7"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardCauirz-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"artifactChecksum": "MTBiYTVlNDA5ZDQ2MGFjODI0ODEwMjdjZjMyM2Y2YTA\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3c7dc330-2b7a-45fd-9544-ffe348467bd9"
}
],
"workloadContext": "Production"
}
2022-07-21T06:28:31.198Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-21T06:28:31.198Z|1dad4a62-1c88-4379-9bcb-27098f5308de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ef56e9a-9e7c-424d-876d-b0c210b55eb0 ASDC
2022-07-21T06:28:31.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c8fa060d-7696-4809-96b7-b19486d1b0e9
ServiceName:basic_onboard_CaUiRZ
ServiceVersion:1.0
ServiceUUID:1ef56e9a-9e7c-424d-876d-b0c210b55eb0
ServiceInvariantUUID:f2d92d11-de1a-4b4c-b090-02e4fa006ae5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCauirz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar
ArtifactUUID:3c7dc330-2b7a-45fd-9544-ffe348467bd9
ArtifactChecksum:MTBiYTVlNDA5ZDQ2MGFjODI0ODEwMjdjZjMyM2Y2YTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CaUiRZ 0
ResourceCustomizationUUID:71663e44-6d12-4ece-be1b-ae55269a5797
ResourceInvariantUUID:105eea25-934f-408e-a976-ffb1629bcdfc
ResourceName:basic_onboard_CaUiRZ
ResourceType:VF
ResourceUUID:c38a78ec-4d83-47b7-93fc-29bd92ec6a40
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cauirz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json
ArtifactUUID:4520335b-c025-49ad-b6f2-c87f5cbde338
ArtifactChecksum:MDRmY2RiNGUwMmVmMDVjMjIzNmNmMmE3MWVlN2ZjMjY=
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/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e288a07f-6a4f-4d9f-b13c-3318c49a6be7
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/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env
ArtifactUUID:9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c
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/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env
ArtifactUUID:9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-21T06:28:31.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ef56e9a-9e7c-424d-876d-b0c210b55eb0 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=?
2022-07-21T06:28:31.237Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-21T06:28:31.238Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-21T06:28:31.238Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-21T06:28:31.239Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3c7dc330-2b7a-45fd-9544-ffe348467bd9 from URL: /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:31.239Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-21T06:28:31.239Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:31.579Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-21T06:28:31.588Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar 3c7dc330-2b7a-45fd-9544-ffe348467bd9 75601
2022-07-21T06:28:31.588Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar ASDC sendASDCNotification
2022-07-21T06:28:31.588Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:31.588Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-21T06:28:31.589Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:31.594Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:31.594Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384911588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:31.694Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:28:31.695Z||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.
2022-07-21T06:28:31.695Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:31.719Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:31.720Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:32.596Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-21T06:28:32.597Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-21T06:28:32.597Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3c7dc330-2b7a-45fd-9544-ffe348467bd9, URL: /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar to file: /app/ASDC/1/service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:32.598Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:32.598Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:32.598Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:32.759Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8757343814320815607/Definitions/service-BasicOnboardCauirz-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
2022-07-21T06:28:34.190Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||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-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||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-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||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-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||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-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:34.191Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||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-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:34.192Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CaUiRZ 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-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:34.192Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||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-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:34.193Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-21T06:28:34.193Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.193Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:34.194Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria
2022-07-21T06:28:34.194Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-21T06:28:34.194Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-21T06:28:34.195Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.195Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:34.195Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria
2022-07-21T06:28:34.195Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-21T06:28:34.195Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-21T06:28:34.196Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.196Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:34.197Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.197Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is not matching search criteria
2022-07-21T06:28:34.197Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-21T06:28:34.198Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-21T06:28:34.198Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-21T06:28:34.198Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-21T06:28:34.198Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-21T06:28:34.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-21T06:28:34.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.199Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria
2022-07-21T06:28:34.200Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:28:34.200Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.200Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria
2022-07-21T06:28:34.200Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:28:34.201Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.201Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria
2022-07-21T06:28:34.201Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:28:34.201Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.202Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is not matching search criteria
2022-07-21T06:28:34.202Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-21T06:28:34.202Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-21T06:28:34.202Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=32591ef5-09ec-47fa-a9db-088858a801b7
2022-07-21T06:28:34.202Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.203Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:34.203Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.203Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:34.203Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.204Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:34.204Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:34.204Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:34.204Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CaUiRZ
Description:service
Model UUID:1ef56e9a-9e7c-424d-876d-b0c210b55eb0
Model Version:NULL
Model InvariantUuid:f2d92d11-de1a-4b4c-b090-02e4fa006ae5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CaUiRZ
Model UUID:1f9375c4-02b8-42a0-b110-921dfdb556c5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:105eea25-934f-408e-a976-ffb1629bcdfc
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:71663e44-6d12-4ece-be1b-ae55269a5797
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3227c13e-2ee8-4e50-b31c-f4600412181b
ModelName:BasicOnboardCauirz..base_ubuntu18..module-0
ModelUuid:8d8fa621-7fc3-4666-8910-d259e910f273
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:32591ef5-09ec-47fa-a9db-088858a801b7
ModelInvariantUuid:16f3f409-511b-47db-9bbb-301d9cbbc18e
ModelName:basic_onboard_CaUiRZ-nodes.ubuntu18Cvfc
ModelUuid:f28167cb-77f0-48c6-9abd-26f47746e3f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:4b017146-1781-4d85-a527-13f704d96792
ModelInvariantUuid:35ab8e75-1677-47df-8b2e-a99e28d6dc34
ModelName:BasicOnboardCauirz.compute.nodes.heat.ubuntu18
ModelUuid:33849d4a-a252-47a4-99b4-879cf8c02b7a
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-21T06:28:34.215Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c38a78ec-4d83-47b7-93fc-29bd92ec6a40
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:28:34.219Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||basic_onboard_CaUiRZ 0
2022-07-21T06:28:34.219Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c38a78ec-4d83-47b7-93fc-29bd92ec6a40
2022-07-21T06:28:34.219Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4520335b-c025-49ad-b6f2-c87f5cbde338 from URL: /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json
2022-07-21T06:28:34.219Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-21T06:28:34.220Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json
2022-07-21T06:28:34.347Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-21T06:28:34.348Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json 4520335b-c025-49ad-b6f2-c87f5cbde338 798
2022-07-21T06:28:34.348Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json ASDC sendASDCNotification
2022-07-21T06:28:34.348Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json
2022-07-21T06:28:34.348Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-21T06:28:34.348Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:34.351Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:34.351Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384914348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:34.451Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:28:34.452Z||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.
2022-07-21T06:28:34.452Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:34.481Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:34.482Z||pool-27-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:35.352Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCauirz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3227c13e-2ee8-4e50-b31c-f4600412181b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d8fa621-7fc3-4666-8910-d259e910f273",
"vfModuleModelCustomizationUUID": "86d0e15d-cf41-45c6-834c-a6791dd934c0",
"isBase": true,
"artifacts": [
"e288a07f-6a4f-4d9f-b13c-3318c49a6be7",
"9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c"
],
"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": ""
}
}
]
2022-07-21T06:28:35.358Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCauirz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d8fa621-7fc3-4666-8910-d259e910f273
VfModuleModelInvariantUUID:3227c13e-2ee8-4e50-b31c-f4600412181b
VfModuleModelDescription:NULL
Artifacts UUID List:{
e288a07f-6a4f-4d9f-b13c-3318c49a6be7
,
9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c
}
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
}
2022-07-21T06:28:35.360Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardCauirz..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3227c13e-2ee8-4e50-b31c-f4600412181b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d8fa621-7fc3-4666-8910-d259e910f273",
"vfModuleModelCustomizationUUID": "86d0e15d-cf41-45c6-834c-a6791dd934c0",
"isBase": true,
"artifacts": [
"e288a07f-6a4f-4d9f-b13c-3318c49a6be7",
"9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c"
],
"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": ""
}
}
]
2022-07-21T06:28:35.360Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCauirz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d8fa621-7fc3-4666-8910-d259e910f273
VfModuleModelInvariantUUID:3227c13e-2ee8-4e50-b31c-f4600412181b
VfModuleModelDescription:NULL
Artifacts UUID List:{
e288a07f-6a4f-4d9f-b13c-3318c49a6be7
,
9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c
}
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
}
2022-07-21T06:28:35.361Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e288a07f-6a4f-4d9f-b13c-3318c49a6be7 from URL: /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml
2022-07-21T06:28:35.361Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-21T06:28:35.361Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml
2022-07-21T06:28:35.418Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-21T06:28:35.419Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml e288a07f-6a4f-4d9f-b13c-3318c49a6be7 5033
2022-07-21T06:28:35.420Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-21T06:28:35.420Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml
2022-07-21T06:28:35.420Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-21T06:28:35.421Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:35.424Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:35.424Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384915420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:35.524Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-21T06:28:35.527Z||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.
2022-07-21T06:28:35.527Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:35.543Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:35.543Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:36.425Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c from URL: /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env
2022-07-21T06:28:36.426Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-21T06:28:36.426Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env
2022-07-21T06:28:36.489Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-21T06:28:36.490Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env 9deba1ba-c3c2-4381-adfb-f5cd4ebeb48c 909
2022-07-21T06:28:36.490Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-21T06:28:36.490Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env
2022-07-21T06:28:36.490Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-21T06:28:36.491Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:36.493Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:36.493Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384916490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:28:36.593Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-21T06:28:36.594Z||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.
2022-07-21T06:28:36.594Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:36.608Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:36.609Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-21T06:28:37.494Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1ef56e9a-9e7c-424d-876d-b0c210b55eb0
2022-07-21T06:28:37.495Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CaUiRZ 0 c38a78ec-4d83-47b7-93fc-29bd92ec6a40 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:28:37.511Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22847638, org.onap.sdc.toscaparser.api.parameters.Input@246acb7c, org.onap.sdc.toscaparser.api.parameters.Input@631296d2, org.onap.sdc.toscaparser.api.parameters.Input@13d46408, org.onap.sdc.toscaparser.api.parameters.Input@12e0e5fc]
2022-07-21T06:28:37.513Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.513Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:37.513Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-07-21T06:28:37.513Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 71663e44-6d12-4ece-be1b-ae55269a5797
2022-07-21T06:28:37.513Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71663e44-6d12-4ece-be1b-ae55269a5797 matches Tosca VF Customization UUID: 71663e44-6d12-4ece-be1b-ae55269a5797
2022-07-21T06:28:37.514Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 71663e44-6d12-4ece-be1b-ae55269a5797 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-21T06:28:37.516Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.516Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:37.516Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 71663e44-6d12-4ece-be1b-ae55269a5797: {\"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\"}
2022-07-21T06:28:37.517Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@273491e5
2022-07-21T06:28:37.517Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.517Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-21T06:28:37.517Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86d0e15d-cf41-45c6-834c-a6791dd934c0
2022-07-21T06:28:37.517Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86d0e15d-cf41-45c6-834c-a6791dd934c0
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-21T06:28:37.519Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.520Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria
2022-07-21T06:28:37.520Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:28:37.520Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.520Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria
2022-07-21T06:28:37.520Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:28:37.521Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.521Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is not matching search criteria
2022-07-21T06:28:37.521Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-21T06:28:37.521Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-21T06:28:37.521Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=32591ef5-09ec-47fa-a9db-088858a801b7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-21T06:28:37.523Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.524Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria
2022-07-21T06:28:37.524Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:28:37.524Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.524Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_CaUiRZ 0 is matching search criteria
2022-07-21T06:28:37.524Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_CaUiRZ 0] matching following query criteria: sdcType=VF, customizationUUID=71663e44-6d12-4ece-be1b-ae55269a5797
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:28:37.526Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.526Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:37.526Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1ef56e9a-9e7c-424d-876d-b0c210b55eb0: basic_onboard_CaUiRZ
2022-07-21T06:28:37.526Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:37.527Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.528Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:37.528Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:28:37.528Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_CaUiRZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:28:37.528Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_CaUiRZ
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_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_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_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_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_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_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_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 (?, ?, ?, ?, ?)
2022-07-21T06:28:37.617Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CaUiRZ c38a78ec-4d83-47b7-93fc-29bd92ec6a40 1 ASDC deployResourceStructure
2022-07-21T06:28:37.617Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json ASDC sendASDCNotification
2022-07-21T06:28:37.617Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json
2022-07-21T06:28:37.617Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-21T06:28:37.618Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:37.620Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:37.620Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384917617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-21T06:28:37.721Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:28:37.723Z||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.
2022-07-21T06:28:37.723Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:37.748Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:37.748Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:38.622Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-21T06:28:38.622Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml
2022-07-21T06:28:38.622Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-21T06:28:38.623Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:38.625Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:38.625Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384918622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-21T06:28:38.725Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:28:38.726Z||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.
2022-07-21T06:28:38.726Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:38.786Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:38.787Z||pool-31-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:39.626Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-21T06:28:39.626Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env
2022-07-21T06:28:39.627Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-21T06:28:39.627Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:39.631Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:39.631Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384919626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-21T06:28:39.729Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-21T06:28:39.730Z||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.
2022-07-21T06:28:39.730Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:39.771Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:39.772Z||pool-32-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:40.633Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar ASDC sendASDCNotification
2022-07-21T06:28:40.633Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar
2022-07-21T06:28:40.633Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-21T06:28:40.633Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:28:40.636Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:28:40.636Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384920633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:28:40.736Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:28:40.738Z||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.
2022-07-21T06:28:40.738Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:28:40.756Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:28:40.756Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:28:41.637Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8fa060d-7696-4809-96b7-b19486d1b0e9
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=?
2022-07-21T06:28:41.652Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8fa060d-7696-4809-96b7-b19486d1b0e9
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=?
2022-07-21T06:28:41.658Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:28:41.658Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-21T06:28:41.658Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-21T06:28:41.658Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:28:41.659Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:28:41.660Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||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=?
2022-07-21T06:28:41.666Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-21T06:29:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:29:09.035Z||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.
2022-07-21T06:29:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:29:09.681Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:29:09.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1dad4a62-1c88-4379-9bcb-27098f5308de",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384898663,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-21T06:29:09.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:29:09.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:29:09.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:29:09.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:29:09.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:29:09.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:29:09.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:29:09.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:29:09.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:29:09.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-07-21T06:29:09.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:29:09.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:29:09.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:29:09.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384899678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:29:09.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:29:09.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384911588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:29:09.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:29:09.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384914348,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:29:09.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:29:09.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384915420,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:29:09.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:29:09.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384916490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:29:09.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:29:09.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384917617,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/basic_onboard_cauirz0_modules.json",
"status": "DEPLOY_OK"
}
2022-07-21T06:29:09.693Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:29:09.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384918622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-07-21T06:29:09.693Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:29:09.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384919626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/resourceInstances/basic_onboard_cauirz0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-07-21T06:29:09.694Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:29:09.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:29:09.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384920633,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardCauirz/1.0/artifacts/service-BasicOnboardCauirz-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:29:09.695Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:29:11.666Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8fa060d-7696-4809-96b7-b19486d1b0e9 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=?
2022-07-21T06:29:11.677Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8fa060d-7696-4809-96b7-b19486d1b0e9 and serviceModelVersionId: 1ef56e9a-9e7c-424d-876d-b0c210b55eb0
2022-07-21T06:29:11.677Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2d92d11-de1a-4b4c-b090-02e4fa006ae5
2022-07-21T06:29:11.678Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?depth=0
2022-07-21T06:29:11.683Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-21T06:29:11.742Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?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]}
2022-07-21T06:29:11.743Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?depth=0|INFO|500||Invoke
2022-07-21T06:29:11.771Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-21T06:29:11.907Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?depth=0|INFO|500||InvokeReturn
2022-07-21T06:29:11.907Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d92d11-de1a-4b4c-b090-02e4fa006ae5/model-vers/model-ver/1ef56e9a-9e7c-424d-876d-b0c210b55eb0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220721-06:29:11:921-26224], vertex-id=[168104], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:29:11 GMT], Content-Type=[application/json]}
2022-07-21T06:29:11.907Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-21T06:29:11.908Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-21T06:29:11.908Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:29:11.925Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||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)
2022-07-21T06:29:11.926Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8fa060d-7696-4809-96b7-b19486d1b0e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-21T06:29:11.926Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-21T06:29:11.927Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:29:11.929Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:29:11.929Z|c8fa060d-7696-4809-96b7-b19486d1b0e9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384951926,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-21T06:29:12.029Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:29:12.030Z||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.
2022-07-21T06:29:12.030Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:29:12.050Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:29:12.050Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-21T06:29:12.944Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:29:12.944Z||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.
2022-07-21T06:29:12.945Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:29:22.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:29:22.509Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:29:22.511Z||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.
2022-07-21T06:29:22.511Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:29:32.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:29:32.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:29:32.069Z||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.
2022-07-21T06:29:32.069Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:29:41.637Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:29:41.638Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:29:41.639Z||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.
2022-07-21T06:29:41.639Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:29:51.205Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:30:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:30:09.033Z||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.
2022-07-21T06:30:09.033Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:30:09.034Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:30:09.034Z||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.
2022-07-21T06:30:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:30:09.700Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:30:09.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-21T06:30:09.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c8fa060d-7696-4809-96b7-b19486d1b0e9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658384951926,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-21T06:30:09.704Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:30:18.600Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:31:09.031Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:31:09.033Z||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.
2022-07-21T06:31:09.033Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:31:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:31:09.035Z||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.
2022-07-21T06:31:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:31:18.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:31:18.598Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:32:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:32:09.032Z||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.
2022-07-21T06:32:09.033Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:32:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:32:09.035Z||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.
2022-07-21T06:32:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:32:18.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:32:18.614Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:33:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:33:09.032Z||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.
2022-07-21T06:33:09.032Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:33:09.034Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:33:09.034Z||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.
2022-07-21T06:33:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:33:18.641Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:33:18.660Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:34:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:34:09.033Z||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.
2022-07-21T06:34:09.033Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:34:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:34:09.034Z||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.
2022-07-21T06:34:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:34:18.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:34:18.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:35:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:35:09.032Z||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.
2022-07-21T06:35:09.032Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:35:09.034Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:35:09.034Z||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.
2022-07-21T06:35:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:35:18.594Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:35:18.600Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:36:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:36:09.032Z||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.
2022-07-21T06:36:09.033Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:36:09.034Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:36:09.035Z||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.
2022-07-21T06:36:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:36:18.638Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:36:18.667Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:37:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:37:09.083Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:37:09.086Z||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.
2022-07-21T06:37:09.086Z||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.
2022-07-21T06:37:09.088Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:37:09.088Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:37:18.670Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:37:18.687Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:38:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:38:09.033Z||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.
2022-07-21T06:38:09.033Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:38:09.034Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:38:09.034Z||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.
2022-07-21T06:38:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:38:18.691Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:38:18.706Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:39:09.031Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:39:09.032Z||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.
2022-07-21T06:39:09.033Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:39:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:39:09.034Z||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.
2022-07-21T06:39:09.034Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:39:09.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:39:09.688Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.689Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"c940c531-3991-4949-99cf-cebcd545dc60","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c7f4dba0-0eee-4759-a618-85e943a73a86","serviceDescription":"service","serviceInvariantUUID":"fc431c44-71bc-4b27-83e9-17400ccd2283","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8763abae-b2c8-4e6d-a378-43a655220ba1","resourceInvariantUUID":"18066db5-c59e-49e7-8779-84fd62013d23","resourceCustomizationUUID":"bb71778a-0683-408e-b71b-06097df30924","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":"MjFjYWJjNTJlMmIzZmVlMTcyYmJiZDczMzQxYjQ4NDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"46d45440-9e16-4f3c-b9ff-b4c1d44b5d70","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzViZWViYzI0YjA5Mjk0YTRjNzhmNTg3NGRhYmMyNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c504dde1-cd79-4ad3-a627-f77f45e08f29","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-21T06:39:09.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:39:09.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "cds",
"timestamp": 1658385537638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:39:09.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:39:09.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "ves-openapi-manager",
"timestamp": 1658385535011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:39:09.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:39:09.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658385542218,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:39:09.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:39:09.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "ves-openapi-manager",
"timestamp": 1658385535011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:39:09.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:39:09.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "cds",
"timestamp": 1658385537638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:39:09.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:39:09.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658385542218,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:39:09.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:39:09.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "cds",
"timestamp": 1658385545630,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:39:09.699Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:39:09.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "policy-id",
"timestamp": 1658385545080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:39:09.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:39:09.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "cds",
"timestamp": 1658385546636,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-07-21T06:39:09.705Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:39:09.705Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-21T06:39:09.710Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:39:09.710Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385549031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-21T06:39:09.721Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c940c531-3991-4949-99cf-cebcd545dc60
2022-07-21T06:39:09.721Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c940c531-3991-4949-99cf-cebcd545dc60 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 (?, ?, ?, ?, ?)
2022-07-21T06:39:09.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658385545525,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:39:09.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:39:09.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "policy-id",
"timestamp": 1658385545080,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:39:09.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:39:09.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658385545525,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:39:09.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "policy-id",
"timestamp": 1658385547870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:39:09.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658385548377,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:39:09.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:39:09.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "policy-id",
"timestamp": 1658385548878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:39:09.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:39:09.810Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:39:09.811Z||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.
2022-07-21T06:39:09.811Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:39:09.847Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:39:09.847Z||pool-35-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:39:10.711Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:39:10.712Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:39:10.714Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:39:10.714Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385549031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:39:10.814Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:39:10.815Z||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.
2022-07-21T06:39:10.815Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:39:10.840Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:39:10.841Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:39:11.715Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "c7f4dba0-0eee-4759-a618-85e943a73a86",
"serviceDescription": "service",
"serviceInvariantUUID": "fc431c44-71bc-4b27-83e9-17400ccd2283",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "bb71778a-0683-408e-b71b-06097df30924",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "8763abae-b2c8-4e6d-a378-43a655220ba1",
"resourceInvariantUUID": "18066db5-c59e-49e7-8779-84fd62013d23",
"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": "MzViZWViYzI0YjA5Mjk0YTRjNzhmNTg3NGRhYmMyNmE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c504dde1-cd79-4ad3-a627-f77f45e08f29"
}
],
"workloadContext": "Production"
}
2022-07-21T06:39:11.715Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-21T06:39:11.715Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c7f4dba0-0eee-4759-a618-85e943a73a86 ASDC
2022-07-21T06:39:11.716Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:c940c531-3991-4949-99cf-cebcd545dc60
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c7f4dba0-0eee-4759-a618-85e943a73a86
ServiceInvariantUUID:fc431c44-71bc-4b27-83e9-17400ccd2283
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:c504dde1-cd79-4ad3-a627-f77f45e08f29
ArtifactChecksum:MzViZWViYzI0YjA5Mjk0YTRjNzhmNTg3NGRhYmMyNmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:bb71778a-0683-408e-b71b-06097df30924
ResourceInvariantUUID:18066db5-c59e-49e7-8779-84fd62013d23
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8763abae-b2c8-4e6d-a378-43a655220ba1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-07-21T06:39:11.717Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7f4dba0-0eee-4759-a618-85e943a73a86 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=?
2022-07-21T06:39:11.753Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-21T06:39:11.754Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-21T06:39:11.754Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-21T06:39:11.754Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c504dde1-cd79-4ad3-a627-f77f45e08f29 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-21T06:39:11.754Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-21T06:39:11.755Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-21T06:39:11.928Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-21T06:39:11.931Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c504dde1-cd79-4ad3-a627-f77f45e08f29 56531
2022-07-21T06:39:11.931Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-21T06:39:11.931Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-21T06:39:11.931Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-21T06:39:11.932Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:39:11.934Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:39:11.934Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385551931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:39:12.038Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-21T06:39:12.039Z||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.
2022-07-21T06:39:12.039Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:39:12.057Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:39:12.057Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:39:12.935Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-21T06:39:12.936Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-21T06:39:12.936Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c504dde1-cd79-4ad3-a627-f77f45e08f29, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:12.936Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-21T06:39:12.937Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:12.937Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.122Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8170985283778650194/Definitions/service-BasicNetwork-template.yml
2022-07-21T06:39:13.794Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-21T06:39:13.794Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.795Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-21T06:39:13.796Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.796Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.796Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-21T06:39:13.796Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-21T06:39:13.797Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-21T06:39:13.798Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.798Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.798Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.798Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.798Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.799Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:c7f4dba0-0eee-4759-a618-85e943a73a86
Model Version:NULL
Model InvariantUuid:fc431c44-71bc-4b27-83e9-17400ccd2283
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:18066db5-c59e-49e7-8779-84fd62013d23
Model UUID:8b7e701c-1a14-4269-8090-0b01caecc04c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:bb71778a-0683-408e-b71b-06097df30924
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_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-21T06:39:13.806Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 8763abae-b2c8-4e6d-a378-43a655220ba1
2022-07-21T06:39:13.806Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||No resources found for Service: c7f4dba0-0eee-4759-a618-85e943a73a86
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:39:13.813Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||
2022-07-21T06:39:13.813Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-07-21T06:39:13.814Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||No resources found for Service: c7f4dba0-0eee-4759-a618-85e943a73a86
2022-07-21T06:39:13.815Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c7f4dba0-0eee-4759-a618-85e943a73a86
2022-07-21T06:39:13.815Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-07-21T06:39:13.815Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:39:13.820Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57f628f9, org.onap.sdc.toscaparser.api.parameters.Input@5f9412e7, org.onap.sdc.toscaparser.api.parameters.Input@1a9fd0eb, org.onap.sdc.toscaparser.api.parameters.Input@67300819, org.onap.sdc.toscaparser.api.parameters.Input@16755e6]
2022-07-21T06:39:13.822Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.822Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.822Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.822Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.823Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c7f4dba0-0eee-4759-a618-85e943a73a86: Generic NeutronNet
2022-07-21T06:39:13.823Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.823Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.823Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.823Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-07-21T06:39:13.860Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.861Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.861Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.861Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.861Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:39:13.862Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:39:13.862Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_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_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_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_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_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_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_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_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_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 (?, ?)
2022-07-21T06:39:13.917Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-07-21T06:39:13.918Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-21T06:39:13.918Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-21T06:39:13.919Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-21T06:39:13.919Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:39:13.921Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:39:13.921Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385553918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:39:14.021Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-21T06:39:14.023Z||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.
2022-07-21T06:39:14.023Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:39:14.061Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:39:14.062Z||pool-38-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:39:14.922Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60
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=?
2022-07-21T06:39:14.932Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60
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=?
2022-07-21T06:39:14.934Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:39:14.934Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-21T06:39:14.935Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-21T06:39:44.935Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60
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=?
2022-07-21T06:39:44.947Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60
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=?
2022-07-21T06:39:44.950Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:39:44.950Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-21T06:39:44.950Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-21T06:40:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:40:09.035Z||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.
2022-07-21T06:40:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:40:09.206Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:40:09.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:40:09.206Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385549031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:40:09.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:40:14.950Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60
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=?
2022-07-21T06:40:14.960Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60
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=?
2022-07-21T06:40:14.966Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:40:14.966Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-21T06:40:14.966Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-21T06:40:44.967Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60
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=?
2022-07-21T06:40:44.977Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60
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=?
2022-07-21T06:40:44.979Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:40:44.979Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-21T06:40:44.979Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-21T06:41:09.034Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:41:09.035Z||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.
2022-07-21T06:41:09.035Z||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 6uH92ONVfE6iun57) ...
2022-07-21T06:41:09.105Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:09.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "policy-id",
"timestamp": 1658385549882,
"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=?
2022-07-21T06:41:09.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c940c531-3991-4949-99cf-cebcd545dc60
2022-07-21T06:41:09.116Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c940c531-3991-4949-99cf-cebcd545dc60 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 (?, ?, ?, ?, ?)
2022-07-21T06:41:09.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658385550055,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:41:09.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:41:09.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385549031,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658385551059,
"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=?
2022-07-21T06:41:09.130Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c940c531-3991-4949-99cf-cebcd545dc60
2022-07-21T06:41:09.130Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c940c531-3991-4949-99cf-cebcd545dc60 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 (?, ?, ?, ?, ?)
2022-07-21T06:41:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385551931,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:41:09.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:41:09.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "aai-ml",
"timestamp": 1658385552011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "aai-ml",
"timestamp": 1658385552011,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385553918,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:41:09.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:41:09.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "aai-ml",
"timestamp": 1658385554857,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:41:09.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:41:09.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "aai-ml",
"timestamp": 1658385559194,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:41:09.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:41:09.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "clamp",
"timestamp": 1658385560571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "aai-ml",
"timestamp": 1658385560200,
"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=?
2022-07-21T06:41:09.145Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c940c531-3991-4949-99cf-cebcd545dc60
2022-07-21T06:41:09.146Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c940c531-3991-4949-99cf-cebcd545dc60 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 (?, ?, ?, ?, ?)
2022-07-21T06:41:09.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "clamp",
"timestamp": 1658385560571,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "clamp",
"timestamp": 1658385567922,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:41:09.154Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:41:09.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "clamp",
"timestamp": 1658385569962,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-07-21T06:41:09.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:41:09.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "clamp",
"timestamp": 1658385570973,
"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=?
2022-07-21T06:41:09.159Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c940c531-3991-4949-99cf-cebcd545dc60
2022-07-21T06:41:09.159Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c940c531-3991-4949-99cf-cebcd545dc60 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 (?, ?, ?, ?, ?)
2022-07-21T06:41:09.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "cds",
"timestamp": 1658385597638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "clamp",
"timestamp": 1658385590574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658385595011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "cds",
"timestamp": 1658385597638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658385595011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "clamp",
"timestamp": 1658385590574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "cds",
"timestamp": 1658385597638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658385595011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "clamp",
"timestamp": 1658385590574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "cds",
"timestamp": 1658385597638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "clamp",
"timestamp": 1658385590574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658385595011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658385602218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "cds",
"timestamp": 1658385597638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "clamp",
"timestamp": 1658385590574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658385595011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658385602218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "cds",
"timestamp": 1658385597638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "clamp",
"timestamp": 1658385590574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658385595011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658385602218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "cds",
"timestamp": 1658385597638,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "clamp",
"timestamp": 1658385590574,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "ves-openapi-manager",
"timestamp": 1658385595011,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "policy-id",
"timestamp": 1658385605084,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658385602218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "cds",
"timestamp": 1658385607009,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:41:09.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-21T06:41:09.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658385605525,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "policy-id",
"timestamp": 1658385605084,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658385602218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "cds",
"timestamp": 1658385608019,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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 (?, ?, ?, ?, ?)
2022-07-21T06:41:09.190Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b754bcc3-f2c8-4038-ad58-dc54b46116e3
2022-07-21T06:41:09.191Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754bcc3-f2c8-4038-ad58-dc54b46116e3 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 (?, ?, ?, ?, ?)
2022-07-21T06:41:09.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658385605525,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "policy-id",
"timestamp": 1658385605084,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658385602218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1658385605525,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "policy-id",
"timestamp": 1658385605084,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:09.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:09.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-21T06:41:09.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1658385602218,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:41:09.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-07-21T06:41:14.979Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60
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=?
2022-07-21T06:41:14.989Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60
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=?
2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:41:14.992Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:41:14.993Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-07-21T06:41:14.993Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-21T06:41:14.997Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-21T06:41:44.997Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c940c531-3991-4949-99cf-cebcd545dc60 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=?
2022-07-21T06:41:45.002Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c940c531-3991-4949-99cf-cebcd545dc60 and serviceModelVersionId: c7f4dba0-0eee-4759-a618-85e943a73a86
2022-07-21T06:41:45.002Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc431c44-71bc-4b27-83e9-17400ccd2283
2022-07-21T06:41:45.004Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0
2022-07-21T06:41:45.010Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-21T06:41:45.069Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|INFO|500||Invoke
2022-07-21T06:41:45.070Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c940c531-3991-4949-99cf-cebcd545dc60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3af63259-7772-4b2c-a794-75deeb5d72e6], X-ECOMP-RequestID=[c940c531-3991-4949-99cf-cebcd545dc60], X-TransactionId=[], X-ONAP-RequestID=[c940c531-3991-4949-99cf-cebcd545dc60], Content-Type=[application/merge-patch+json]}
2022-07-21T06:41:45.101Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-07-21T06:41:45.190Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220721-06:41:45:249-75356], vertex-id=[155744], Content-Length=[0], Date=[Thu, 21 Jul 2022 06:41:45 GMT], Content-Type=[application/json]}
2022-07-21T06:41:45.190Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-21T06:41:45.191Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc431c44-71bc-4b27-83e9-17400ccd2283/model-vers/model-ver/c7f4dba0-0eee-4759-a618-85e943a73a86?depth=0|INFO|500||InvokeReturn
2022-07-21T06:41:45.191Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-21T06:41:45.191Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-21T06:41:45.200Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-07-21T06:41:45.200Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c940c531-3991-4949-99cf-cebcd545dc60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-21T06:41:45.200Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-21T06:41:45.201Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:41:45.203Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:41:45.203Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "c940c531-3991-4949-99cf-cebcd545dc60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385705200,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-21T06:41:45.303Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:41:45.304Z||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.
2022-07-21T06:41:45.304Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:41:45.345Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:45.346Z||pool-39-thread-1|||||INFO|500||cambria reply ok (43 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=?
2022-07-21T06:41:46.214Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-21T06:41:46.215Z|c940c531-3991-4949-99cf-cebcd545dc60|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.
2022-07-21T06:41:46.215Z|c940c531-3991-4949-99cf-cebcd545dc60|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 6uH92ONVfE6iun57) ...
2022-07-21T06:41:50.688Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:50.689Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-21T06:41:50.689Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"b754bcc3-f2c8-4038-ad58-dc54b46116e3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cafb1c23-7ce1-4121-803a-ce6ed5b7d194","serviceDescription":"service","serviceInvariantUUID":"69a897ab-58cf-4764-b68b-a1c8e33c04a1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4b8502c7-9d5a-4137-af00-5dad1c0d3117","resourceInvariantUUID":"7fcd475b-0f65-42f7-a75a-804c6877aa60","resourceCustomizationUUID":"46bd9582-9be4-4521-a4bd-434e0e12175d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MGVhYTlkMzVkYTUyNWVkZWRlYmYzNDRlZTk0OGU2NTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"91b31303-3a10-4f25-b3d6-c995dfb1a38b","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"OWYzZmM4ZjRiMDYwMjdmNjgyNmFhMmI3MjIxNGZlNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7882aa8f-a359-4b37-9d1f-a6eb2829db5f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"adad76d9-350d-4944-a0ba-d268d6a27910","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ab2a9a7-56da-4128-9fc2-581f1e03fa6d","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a81edcd6-97c2-4755-83a5-4b186e5920b0","artifactVersion":"2","generatedFromUUID":"adad76d9-350d-4944-a0ba-d268d6a27910"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzViNWIyZmNjNzVhNjAwN2ViYjhkOWJiMTFhNGM5NTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"184ffe7b-b998-4bfd-8385-3f45e8475214","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGQwYWNjMTRlMTkzYWI2NzA4ZWRiMDg3ZjY1M2VhYWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ad54725-59b3-49fc-b6d9-9699a2841f36","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-21T06:41:50.691Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:41:50.692Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:41:50.693Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:41:50.693Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385706214,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:50.793Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:41:50.794Z||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.
2022-07-21T06:41:50.794Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:41:50.810Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:50.810Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:41:51.695Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:41:51.697Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:41:51.700Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:41:51.701Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385706214,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-07-21T06:41:51.799Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-21T06:41:51.800Z||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.
2022-07-21T06:41:51.800Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:41:51.863Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:51.864Z||pool-41-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:41:52.703Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:41:52.719Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:41:52.721Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:41:52.721Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385706214,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-07-21T06:41:52.821Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:41:52.823Z||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.
2022-07-21T06:41:52.823Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:41:52.849Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:52.849Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:41:53.722Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:41:53.723Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:41:53.727Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:41:53.729Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385706214,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:53.827Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-21T06:41:53.828Z||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.
2022-07-21T06:41:53.828Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:41:53.848Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:53.848Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:41:54.729Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:41:54.731Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:41:54.733Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:41:54.734Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385706214,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-07-21T06:41:54.834Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:41:54.835Z||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.
2022-07-21T06:41:54.835Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:41:54.850Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:54.850Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:41:55.735Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:41:55.736Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:41:55.738Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:41:55.739Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385706214,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-07-21T06:41:55.839Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:41:55.840Z||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.
2022-07-21T06:41:55.840Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:41:55.889Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:55.890Z||pool-45-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:41:56.742Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-21T06:41:56.742Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:41:56.744Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:41:56.744Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385706214,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-07-21T06:41:56.844Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:41:56.845Z||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.
2022-07-21T06:41:56.846Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:41:56.860Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:56.861Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:41:57.745Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "cafb1c23-7ce1-4121-803a-ce6ed5b7d194",
"serviceDescription": "service",
"serviceInvariantUUID": "69a897ab-58cf-4764-b68b-a1c8e33c04a1",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "46bd9582-9be4-4521-a4bd-434e0e12175d",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4b8502c7-9d5a-4137-af00-5dad1c0d3117",
"resourceInvariantUUID": "7fcd475b-0f65-42f7-a75a-804c6877aa60",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_vm0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"artifactChecksum": "OWYzZmM4ZjRiMDYwMjdmNjgyNmFhMmI3MjIxNGZlNDg\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7882aa8f-a359-4b37-9d1f-a6eb2829db5f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "adad76d9-350d-4944-a0ba-d268d6a27910",
"generatedArtifact": {
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a81edcd6-97c2-4755-83a5-4b186e5920b0",
"generatedFromUUID": "adad76d9-350d-4944-a0ba-d268d6a27910"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu20.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a81edcd6-97c2-4755-83a5-4b186e5920b0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "MGQwYWNjMTRlMTkzYWI2NzA4ZWRiMDg3ZjY1M2VhYWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4ad54725-59b3-49fc-b6d9-9699a2841f36"
}
],
"workloadContext": "Production"
}
2022-07-21T06:41:57.745Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-21T06:41:57.745Z|c940c531-3991-4949-99cf-cebcd545dc60|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cafb1c23-7ce1-4121-803a-ce6ed5b7d194 ASDC
2022-07-21T06:41:57.747Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b754bcc3-f2c8-4038-ad58-dc54b46116e3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:cafb1c23-7ce1-4121-803a-ce6ed5b7d194
ServiceInvariantUUID:69a897ab-58cf-4764-b68b-a1c8e33c04a1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:4ad54725-59b3-49fc-b6d9-9699a2841f36
ArtifactChecksum:MGQwYWNjMTRlMTkzYWI2NzA4ZWRiMDg3ZjY1M2VhYWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:46bd9582-9be4-4521-a4bd-434e0e12175d
ResourceInvariantUUID:7fcd475b-0f65-42f7-a75a-804c6877aa60
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4b8502c7-9d5a-4137-af00-5dad1c0d3117
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:7882aa8f-a359-4b37-9d1f-a6eb2829db5f
ArtifactChecksum:OWYzZmM4ZjRiMDYwMjdmNjgyNmFhMmI3MjIxNGZlNDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:adad76d9-350d-4944-a0ba-d268d6a27910
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:a81edcd6-97c2-4755-83a5-4b186e5920b0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:a81edcd6-97c2-4755-83a5-4b186e5920b0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-07-21T06:41:57.747Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cafb1c23-7ce1-4121-803a-ce6ed5b7d194 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=?
2022-07-21T06:41:57.777Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-21T06:41:57.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-21T06:41:57.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-21T06:41:57.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ad54725-59b3-49fc-b6d9-9699a2841f36 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-21T06:41:57.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-21T06:41:57.778Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-21T06:41:58.042Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-21T06:41:58.045Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4ad54725-59b3-49fc-b6d9-9699a2841f36 75084
2022-07-21T06:41:58.046Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-21T06:41:58.046Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-21T06:41:58.046Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-21T06:41:58.046Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-21T06:41:58.048Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-21T06:41:58.048Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "b754bcc3-f2c8-4038-ad58-dc54b46116e3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1658385718046,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-07-21T06:41:58.148Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-21T06:41:58.149Z||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.
2022-07-21T06:41:58.150Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 6uH92ONVfE6iun57) ...
2022-07-21T06:41:58.204Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-07-21T06:41:58.205Z||pool-47-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-07-21T06:41:59.049Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-21T06:41:59.050Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-21T06:41:59.050Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4ad54725-59b3-49fc-b6d9-9699a2841f36, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:41:59.051Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-21T06:41:59.052Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:41:59.052Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:41:59.228Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1447590910129620387/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-21T06:42:00.395Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-21T06:42:00.395Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:42:00.396Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-21T06:42:00.397Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-21T06:42:00.398Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:42:00.398Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:42:00.398Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-21T06:42:00.399Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-21T06:42:00.399Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-21T06:42:00.399Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:42:00.399Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:42:00.400Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-21T06:42:00.400Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-21T06:42:00.400Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-21T06:42:00.400Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:42:00.400Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-21T06:42:00.401Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:42:00.401Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-21T06:42:00.401Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-21T06:42:00.401Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-21T06:42:00.402Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-21T06:42:00.402Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-21T06:42:00.402Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-21T06:42:00.402Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:42:00.402Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-21T06:42:00.403Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:42:00.403Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-21T06:42:00.403Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:42:00.403Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:42:00.404Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-21T06:42:00.404Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:42:00.404Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-07-21T06:42:00.404Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-21T06:42:00.404Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-21T06:42:00.405Z|b754bcc3-f2c8-4038-ad58-dc54b46116e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery