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-03-17T10:05:21.664Z||main|||||INFO|500||The following profiles are active: basic
2022-03-17T10:05:54.596Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-17T10:05:54.597Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-17T10:05:54.880Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-17T10:06:07.613Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-17T10:06:09.021Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-17T10:06:10.564Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-17T10:06:10.579Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-17T10:06:10.872Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-17T10:06:11.540Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-17T10:06:13.230Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-17T10:06:21.022Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-17T10:06:27.560Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-17T10:06:27.841Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-17T10:06:29.383Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-17T10:06:29.906Z||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-03-17T10:06:34.641Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-17T10:06:37.869Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-17T10:06:37.921Z||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$$9ade955a.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-03-17T10:06:37.923Z||main|||||WARN|500||The sdc end point is not alive
2022-03-17T10:06:47.656Z||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-03-17T10:06:57.114Z||main|||||WARN|500||---
2022-03-17T10:06:57.116Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-17T10:06:57.117Z||main|||||WARN|500||---
2022-03-17T10:06:58.232Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-17T10:07:11.302Z||main|||||INFO|500||Started Application in 119.278 seconds (JVM running for 128.847)
2022-03-17T10:07:11.677Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-17T10:07:11.784Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-17T10:07:11.908Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-17T10:07:12.070Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-17T10:07:12.204Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8de34ef5-8771-4fba-a297-4ed4dc513ce0 url= /sdc/v1/artifactTypes
2022-03-17T10:07:12.207Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-17T10:07:12.796Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-17T10:07:12.867Z||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-03-17T10:07:12.910Z||scheduling-1|||||DEBUG|500||create keys
2022-03-17T10:07:12.931Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-17T10:07:13.017Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:07:13.059Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 45f16c18-1929-46cf-8c5a-4e705885b4e4 url= /sdc/v1/registerForDistribution
2022-03-17T10:07:13.256Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 45f16c18-1929-46cf-8c5a-4e705885b4e4 url= /sdc/v1/registerForDistribution
2022-03-17T10:07:13.257Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-17T10:07:13.315Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:07:13.318Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:07:13.321Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-17T10:07:13.348Z||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-03-17T10:07:13.349Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:07:13.392Z||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-03-17T10:07:13.393Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:07:23.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:07:23.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:08:13.277Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:08:13.280Z||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-03-17T10:08:13.280Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:08:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:08:13.283Z||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-03-17T10:08:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:08:22.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:08:22.889Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:09:13.277Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:09:13.279Z||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-03-17T10:09:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:09:13.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:09:13.284Z||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-03-17T10:09:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:09:22.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:09:22.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:10:13.277Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:10:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:10:13.283Z||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-03-17T10:10:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:10:13.314Z||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-03-17T10:10:13.314Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:10:22.922Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:10:22.975Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:11:13.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:11:13.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:11:13.283Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:11:13.283Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:11:13.284Z||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-03-17T10:11:13.294Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:11:23.005Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:11:23.024Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:12:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:12:13.286Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:12:13.288Z||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-03-17T10:12:13.288Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:12:13.297Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:12:13.313Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:12:22.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:12:22.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:13:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:13:13.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:13:13.281Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:13:13.289Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:13:13.288Z||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-03-17T10:13:13.291Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:13:22.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:13:22.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:14:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:14:13.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:14:13.288Z||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-03-17T10:14:13.289Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:14:13.314Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:14:13.315Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:14:22.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:14:22.912Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:15:11.114Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-17T10:15:13.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:15:13.285Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:15:13.286Z||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-03-17T10:15:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:15:13.285Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:15:13.293Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:15:22.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:15:22.888Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:16:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:16:13.279Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:16:13.279Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:16:13.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:16:13.287Z||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-03-17T10:16:13.288Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:16:22.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:16:22.902Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:17:13.281Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:17:13.282Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:17:13.282Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:17:13.310Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:17:13.311Z||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-03-17T10:17:13.312Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:17:22.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:17:22.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:18:13.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:18:13.280Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:18:13.281Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:18:13.288Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:18:13.290Z||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-03-17T10:18:13.298Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:18:22.884Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:18:22.884Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:19:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:19:13.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:19:13.284Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:19:13.288Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:19:13.290Z||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-03-17T10:19:13.290Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:19:22.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:19:22.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:20:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:20:13.279Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:20:13.279Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:20:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:20:13.284Z||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-03-17T10:20:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:20:22.910Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:20:22.914Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:21:13.278Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:21:13.279Z||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-03-17T10:21:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:21:13.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:21:13.291Z||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-03-17T10:21:13.292Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:21:22.921Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:21:22.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:22:13.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:22:13.280Z||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-03-17T10:22:13.281Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:22:13.282Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:22:13.283Z||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-03-17T10:22:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:22:22.889Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:22:22.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:23:13.277Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:23:13.279Z||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-03-17T10:23:13.279Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:23:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:23:13.284Z||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-03-17T10:23:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:23:22.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:23:22.871Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:24:13.295Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:24:13.295Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:24:13.296Z||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-03-17T10:24:13.296Z||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-03-17T10:24:13.296Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:24:13.296Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:24:22.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:24:22.910Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:25:13.280Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:25:13.296Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:25:13.297Z||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-03-17T10:25:13.298Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:25:13.301Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:25:13.302Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:25:22.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:25:22.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:26:13.280Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:26:13.286Z||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-03-17T10:26:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:26:13.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:26:13.291Z||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-03-17T10:26:13.291Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:26:22.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:26:22.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:27:13.279Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:27:13.282Z||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-03-17T10:27:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:27:13.282Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:27:13.290Z||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-03-17T10:27:13.291Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:27:22.922Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:27:22.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:28:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:28:13.279Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:28:13.280Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:28:13.287Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:28:13.289Z||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-03-17T10:28:13.289Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:28:22.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:28:22.917Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:29:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:29:13.278Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:29:13.279Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:29:13.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:29:13.286Z||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-03-17T10:29:13.287Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:29:22.860Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:29:22.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:30:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:30:13.279Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:30:13.279Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:30:13.282Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:30:13.283Z||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-03-17T10:30:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:30:22.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:30:22.891Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:31:13.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:31:13.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:31:13.286Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:31:13.293Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:31:13.294Z||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-03-17T10:31:13.295Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:31:22.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:31:22.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:32:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:32:13.281Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:32:13.281Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:32:13.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:32:13.284Z||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-03-17T10:32:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:32:22.926Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:32:22.935Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:33:13.283Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:33:13.283Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:33:13.287Z||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-03-17T10:33:13.287Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:33:13.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:33:13.289Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:33:22.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:33:22.977Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:34:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:34:13.280Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:34:13.281Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:34:13.282Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:34:13.283Z||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-03-17T10:34:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:34:22.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:34:22.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:35:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:35:13.279Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:35:13.279Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:35:13.283Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:35:13.284Z||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-03-17T10:35:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:35:22.915Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:35:22.930Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:36:13.278Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:36:13.280Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:36:13.281Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:36:13.282Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:36:13.283Z||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-03-17T10:36:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:36:22.876Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:36:22.898Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:37:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:37:13.279Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:37:13.279Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:37:13.285Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:37:13.286Z||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-03-17T10:37:13.286Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:37:22.847Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:37:22.861Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:38:13.279Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:38:13.283Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:38:13.284Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:38:13.286Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:38:13.287Z||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-03-17T10:38:13.287Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:38:22.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:38:22.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:39:13.277Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:39:13.279Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-17T10:39:13.279Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:39:13.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:39:13.283Z||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-03-17T10:39:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:39:22.861Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:39:22.939Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:40:13.282Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:40:13.283Z||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-03-17T10:40:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:40:13.285Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:40:13.287Z||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-03-17T10:40:13.288Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:40:22.913Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:40:22.915Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:41:13.290Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:41:13.294Z||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-03-17T10:41:13.295Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:41:13.314Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:41:13.316Z||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-03-17T10:41:13.317Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:41:23.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:41:23.003Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:13.278Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:42:13.279Z||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-03-17T10:42:13.280Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:42:13.283Z||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-03-17T10:42:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:13.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:13.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T10:42:13.989Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"19f77ea1-f5ef-421f-b52a-9d0ebb6168b1","serviceName":"basic_onboard_DAyryJ","serviceVersion":"1.0","serviceUUID":"07d76649-b245-4623-a153-8f50d0997311","serviceDescription":"service","serviceInvariantUUID":"e519ed5b-4a0b-43ee-88cb-5251155b4b95","resources":[{"resourceInstanceName":"basic_onboard_DAyryJ 0","resourceName":"basic_onboard_DAyryJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a95f43a-c7f7-417f-a5fe-a38abd6802d2","resourceInvariantUUID":"eeea7fcf-9c63-42fb-b087-708115b3e458","resourceCustomizationUUID":"74daaced-4c59-44fa-9348-b902969c8278","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml","artifactChecksum":"Y2EzOGI4MGJhMmU3OWM3MDQwNWRhYzYwMGZiMmFmYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe69e8e5-0be0-41e2-ac5e-0050ba5e9925","artifactVersion":"1"},{"artifactName":"basic_onboard_dayryj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json","artifactChecksum":"YzYyZjFlYjY1ZmUxNDBhMTlkNzI4YjExOWIxNTNlZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8cc4c8c-063c-4dd1-b058-03f39e60f136","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a4cef923-12d5-4227-8761-ad94ab042dc0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c8e60bc0-202f-49ed-aef4-bf75ff674b16","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"725de2bc-946a-4507-9841-9b5e1ac97304","artifactVersion":"2","generatedFromUUID":"a4cef923-12d5-4227-8761-ad94ab042dc0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDayryj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml","artifactChecksum":"MDNlNzUzYzE0YjEwYmMzMGQ4ZWQ5Njg5ZWI5YjMyMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cdec2aa5-2d78-4b8f-ba0e-40209c6fe178","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDayryj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar","artifactChecksum":"OGQyNmM4OGMwOGEwNzU1M2VmZGMyNDYzZDc2MTExZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"505afe05-378a-415e-91f5-78133220eb2c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T10:42:14.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:14.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "dcae-sch",
"timestamp": 1647513705907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.045Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:14.062Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:14.104Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:14.105Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.156Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "cds",
"timestamp": 1647513706159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.157Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.158Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.158Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513706355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "clamp",
"timestamp": 1647513701817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.169Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.170Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "policy-id",
"timestamp": 1647513701814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513705221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "dcae-sch",
"timestamp": 1647513705907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.178Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "cds",
"timestamp": 1647513706159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513706355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.180Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "clamp",
"timestamp": 1647513701817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T10:42:14.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "policy-id",
"timestamp": 1647513701814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.181Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513705221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.182Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.183Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.183Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "dcae-sch",
"timestamp": 1647513705907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.183Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.184Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.184Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "cds",
"timestamp": 1647513706159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.184Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.185Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.185Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513706355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.185Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.186Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.186Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "clamp",
"timestamp": 1647513701817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.188Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.188Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.188Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "policy-id",
"timestamp": 1647513701814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-17T10:42:14.189Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.189Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.190Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513705221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.190Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.190Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.191Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "dcae-sch",
"timestamp": 1647513705907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.191Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.192Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.192Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "cds",
"timestamp": 1647513706159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.192Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.193Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.193Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513706355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.193Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "clamp",
"timestamp": 1647513701817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.194Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "policy-id",
"timestamp": 1647513701814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.196Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.196Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513705221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.196Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.197Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.197Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "dcae-sch",
"timestamp": 1647513705907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.198Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.198Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.198Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "cds",
"timestamp": 1647513706159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.199Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513706355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.200Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.201Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "clamp",
"timestamp": 1647513701817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.201Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.202Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "policy-id",
"timestamp": 1647513701814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.202Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.204Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 56 ms
2022-03-17T10:42:14.203Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513705221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.218Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.218Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.218Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "dcae-sch",
"timestamp": 1647513705907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.219Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.219Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "cds",
"timestamp": 1647513706159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.220Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.220Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.220Z||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-03-17T10:42:14.220Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "aai-ml",
"timestamp": 1647513713259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.220Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513706355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.221Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "clamp",
"timestamp": 1647513701817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "policy-id",
"timestamp": 1647513701814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513705221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.223Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.223Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "dcae-sch",
"timestamp": 1647513705907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "aai-ml",
"timestamp": 1647513713259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "cds",
"timestamp": 1647513706159,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:42:14.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513706355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "clamp",
"timestamp": 1647513701817,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:42:14.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "policy-id",
"timestamp": 1647513701814,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:42:14.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513705221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:42:14.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "aai-ml",
"timestamp": 1647513713259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513715655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.249Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.249Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "cds",
"timestamp": 1647513714839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:14.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:14.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513716285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:14.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:14.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "policy-id",
"timestamp": 1647513716896,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:14.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:14.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "aai-ml",
"timestamp": 1647513713259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:14.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513715655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T10:42:14.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:14.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:14.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "cds",
"timestamp": 1647513715858,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-17T10:42:14.355Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:14.357Z||pool-3-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-17T10:42:15.172Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:15.173Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-17T10:42:15.211Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:15.211Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T10:42:15.384Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 161 ms
2022-03-17T10:42:15.385Z||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-03-17T10:42:15.386Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:15.407Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:42:15.444Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:15.445Z||pool-4-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:15.588Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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-03-17T10:42:15.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:15.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "policy-id",
"timestamp": 1647513717907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:42:15.719Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:15.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:15.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "aai-ml",
"timestamp": 1647513713259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:15.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:15.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:15.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513715655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-17T10:42:15.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:15.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:15.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "policy-id",
"timestamp": 1647513718914,
"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-03-17T10:42:15.881Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:42:15.903Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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-03-17T10:42:16.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "aai-ml",
"timestamp": 1647513713259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:16.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:16.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513715655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:16.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:16.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "aai-ml",
"timestamp": 1647513713259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:42:16.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:16.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513715655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-17T10:42:16.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:16.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513715655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:16.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:16.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "aai-ml",
"timestamp": 1647513721510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:16.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513721863,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:42:16.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513715655,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:42:16.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:42:16.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513722869,
"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-03-17T10:42:16.132Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:42:16.133Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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-03-17T10:42:16.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513723605,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:16.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513724739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:16.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513726035,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:16.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.178Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513727102,
"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-03-17T10:42:16.215Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:42:16.215Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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=?
2022-03-17T10:42:16.340Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:16.342Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:16.352Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:16.372Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-17T10:42:16.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "clamp",
"timestamp": 1647513726742,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:16.400Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.401Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513728107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T10:42:16.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "clamp",
"timestamp": 1647513728759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:42:16.412Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:42:16.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:42:16.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "clamp",
"timestamp": 1647513729770,
"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-03-17T10:42:16.426Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:42:16.428Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 and ComponentName clamp
2022-03-17T10:42:16.448Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-03-17T10:42:16.449Z||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-03-17T10:42:16.449Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
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-03-17T10:42:16.476Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:16.479Z||pool-5-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:17.375Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:17.376Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:17.383Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:17.384Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:17.479Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-03-17T10:42:17.481Z||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-03-17T10:42:17.481Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:17.528Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:17.529Z||pool-6-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:18.392Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:18.393Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:18.399Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:18.400Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-17T10:42:18.505Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-17T10:42:18.507Z||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-03-17T10:42:18.508Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:18.531Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:18.533Z||pool-7-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:19.402Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:19.403Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:19.449Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:19.450Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:42:19.551Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:42:19.553Z||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-03-17T10:42:19.553Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:19.608Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:19.609Z||pool-8-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:20.454Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:42:20.455Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:20.465Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:20.466Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:42:20.559Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-17T10:42:20.560Z||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-03-17T10:42:20.561Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:20.579Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:20.580Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:21.473Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"serviceName": "basic_onboard_DAyryJ",
"serviceVersion": "1.0",
"serviceUUID": "07d76649-b245-4623-a153-8f50d0997311",
"serviceDescription": "service",
"serviceInvariantUUID": "e519ed5b-4a0b-43ee-88cb-5251155b4b95",
"resources": [
{
"resourceInstanceName": "basic_onboard_DAyryJ 0",
"resourceCustomizationUUID": "74daaced-4c59-44fa-9348-b902969c8278",
"resourceName": "basic_onboard_DAyryJ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7a95f43a-c7f7-417f-a5fe-a38abd6802d2",
"resourceInvariantUUID": "eeea7fcf-9c63-42fb-b087-708115b3e458",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dayryj0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"artifactChecksum": "YzYyZjFlYjY1ZmUxNDBhMTlkNzI4YjExOWIxNTNlZDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f8cc4c8c-063c-4dd1-b058-03f39e60f136",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a4cef923-12d5-4227-8761-ad94ab042dc0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "725de2bc-946a-4507-9841-9b5e1ac97304",
"generatedFromUUID": "a4cef923-12d5-4227-8761-ad94ab042dc0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "725de2bc-946a-4507-9841-9b5e1ac97304",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDayryj-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"artifactChecksum": "OGQyNmM4OGMwOGEwNzU1M2VmZGMyNDYzZDc2MTExZjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "505afe05-378a-415e-91f5-78133220eb2c"
}
],
"workloadContext": "Production"
}
2022-03-17T10:42:21.479Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T10:42:21.480Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 07d76649-b245-4623-a153-8f50d0997311 ASDC
2022-03-17T10:42:22.067Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
ServiceName:basic_onboard_DAyryJ
ServiceVersion:1.0
ServiceUUID:07d76649-b245-4623-a153-8f50d0997311
ServiceInvariantUUID:e519ed5b-4a0b-43ee-88cb-5251155b4b95
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDayryj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar
ArtifactUUID:505afe05-378a-415e-91f5-78133220eb2c
ArtifactChecksum:OGQyNmM4OGMwOGEwNzU1M2VmZGMyNDYzZDc2MTExZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_DAyryJ 0
ResourceCustomizationUUID:74daaced-4c59-44fa-9348-b902969c8278
ResourceInvariantUUID:eeea7fcf-9c63-42fb-b087-708115b3e458
ResourceName:basic_onboard_DAyryJ
ResourceType:VF
ResourceUUID:7a95f43a-c7f7-417f-a5fe-a38abd6802d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dayryj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json
ArtifactUUID:f8cc4c8c-063c-4dd1-b058-03f39e60f136
ArtifactChecksum:YzYyZjFlYjY1ZmUxNDBhMTlkNzI4YjExOWIxNTNlZDQ=
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/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a4cef923-12d5-4227-8761-ad94ab042dc0
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/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
ArtifactUUID:725de2bc-946a-4507-9841-9b5e1ac97304
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/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
ArtifactUUID:725de2bc-946a-4507-9841-9b5e1ac97304
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-17T10:42:22.068Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07d76649-b245-4623-a153-8f50d0997311 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-03-17T10:42:22.240Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:42:22.243Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:42:22.251Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:42:22.252Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 505afe05-378a-415e-91f5-78133220eb2c from URL: /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:22.253Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:42:22.263Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:23.199Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:42:23.232Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar 505afe05-378a-415e-91f5-78133220eb2c 71561
2022-03-17T10:42:23.235Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar ASDC sendASDCNotification
2022-03-17T10:42:23.237Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:23.240Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:42:23.244Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:23.253Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:23.254Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513743233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:23.352Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T10:42:23.354Z||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-03-17T10:42:23.354Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:23.437Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:23.439Z||pool-10-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:42:24.258Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:42:24.261Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:42:24.266Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 505afe05-378a-415e-91f5-78133220eb2c, URL: /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar to file: /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:24.268Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:24.507Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:24.508Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:27.076Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2157534704868594287/Definitions/service-BasicOnboardDayryj-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-03-17T10:42:33.405Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T10:42:33.416Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-17T10:42:33.416Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.417Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-17T10:42:33.417Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_DAyryJ 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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.417Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.418Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.418Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.418Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.418Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.419Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.419Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.419Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:33.419Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-17T10:42:33.434Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.437Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.447Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:33.448Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-17T10:42:33.452Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:42:33.455Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.456Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.456Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:33.456Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-17T10:42:33.457Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:42:33.457Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.457Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.466Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.467Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is not matching search criteria
2022-03-17T10:42:33.467Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-17T10:42:33.467Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-17T10:42:33.467Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-17T10:42:33.468Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T10:42:33.468Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T10:42:33.468Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.469Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:42:33.471Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.472Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:33.472Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:33.473Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.473Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:33.474Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:33.474Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.474Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:33.475Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:33.475Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.475Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is not matching search criteria
2022-03-17T10:42:33.476Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-17T10:42:33.476Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T10:42:33.476Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4812a1f2-e0af-4781-99aa-e5ddc8f791a2
2022-03-17T10:42:33.477Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.477Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.477Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.478Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.478Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.478Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.479Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:33.479Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:33.479Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_DAyryJ
Description:service
Model UUID:07d76649-b245-4623-a153-8f50d0997311
Model Version:NULL
Model InvariantUuid:e519ed5b-4a0b-43ee-88cb-5251155b4b95
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_DAyryJ
Model UUID:9c71e920-9ff3-47ae-abb3-5415dd2c91c4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eeea7fcf-9c63-42fb-b087-708115b3e458
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:74daaced-4c59-44fa-9348-b902969c8278
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3824da1b-c9a5-46fc-b09f-bba7f9f31816
ModelName:BasicOnboardDayryj..base_ubuntu18..module-0
ModelUuid:e5af0727-2a90-4ac5-8e44-168a9e2895a4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4812a1f2-e0af-4781-99aa-e5ddc8f791a2
ModelInvariantUuid:43af80bc-f9cf-4a1c-9884-0349c845d6c5
ModelName:basic_onboard_DAyryJ-nodes.ubuntu18Cvfc
ModelUuid:09a2035f-1c15-4e25-a76e-8a72cb289b39
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:945622dd-6c4d-4805-8986-33cd31e2b55b
ModelInvariantUuid:5c656b24-ace9-41a9-beac-f41f2c39c035
ModelName:BasicOnboardDayryj.compute.nodes.heat.ubuntu18
ModelUuid:0e2254dd-bb94-4630-bd4b-97aac3d9ca09
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-03-17T10:42:33.541Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a95f43a-c7f7-417f-a5fe-a38abd6802d2
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-03-17T10:42:33.897Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||basic_onboard_DAyryJ 0
2022-03-17T10:42:33.959Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a95f43a-c7f7-417f-a5fe-a38abd6802d2
2022-03-17T10:42:33.959Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f8cc4c8c-063c-4dd1-b058-03f39e60f136 from URL: /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json
2022-03-17T10:42:33.959Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:42:33.960Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json
2022-03-17T10:42:34.046Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:42:34.046Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json f8cc4c8c-063c-4dd1-b058-03f39e60f136 798
2022-03-17T10:42:34.047Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json ASDC sendASDCNotification
2022-03-17T10:42:34.047Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json
2022-03-17T10:42:34.047Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:42:34.048Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:34.058Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:34.058Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513754047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:34.169Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-03-17T10:42:34.170Z||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-03-17T10:42:34.170Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:34.224Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:34.226Z||pool-11-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:35.066Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDayryj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3824da1b-c9a5-46fc-b09f-bba7f9f31816",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e5af0727-2a90-4ac5-8e44-168a9e2895a4",
"vfModuleModelCustomizationUUID": "33955751-d030-40b4-8833-3082b7f20849",
"isBase": true,
"artifacts": [
"a4cef923-12d5-4227-8761-ad94ab042dc0",
"725de2bc-946a-4507-9841-9b5e1ac97304"
],
"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-03-17T10:42:35.127Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDayryj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5af0727-2a90-4ac5-8e44-168a9e2895a4
VfModuleModelInvariantUUID:3824da1b-c9a5-46fc-b09f-bba7f9f31816
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4cef923-12d5-4227-8761-ad94ab042dc0
,
725de2bc-946a-4507-9841-9b5e1ac97304
}
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-03-17T10:42:35.133Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDayryj..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3824da1b-c9a5-46fc-b09f-bba7f9f31816",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e5af0727-2a90-4ac5-8e44-168a9e2895a4",
"vfModuleModelCustomizationUUID": "33955751-d030-40b4-8833-3082b7f20849",
"isBase": true,
"artifacts": [
"a4cef923-12d5-4227-8761-ad94ab042dc0",
"725de2bc-946a-4507-9841-9b5e1ac97304"
],
"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-03-17T10:42:35.133Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDayryj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e5af0727-2a90-4ac5-8e44-168a9e2895a4
VfModuleModelInvariantUUID:3824da1b-c9a5-46fc-b09f-bba7f9f31816
VfModuleModelDescription:NULL
Artifacts UUID List:{
a4cef923-12d5-4227-8761-ad94ab042dc0
,
725de2bc-946a-4507-9841-9b5e1ac97304
}
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-03-17T10:42:35.134Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a4cef923-12d5-4227-8761-ad94ab042dc0 from URL: /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml
2022-03-17T10:42:35.139Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:42:35.142Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml
2022-03-17T10:42:35.210Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:42:35.210Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml a4cef923-12d5-4227-8761-ad94ab042dc0 5033
2022-03-17T10:42:35.211Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-17T10:42:35.211Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml
2022-03-17T10:42:35.211Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:42:35.211Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:35.228Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:35.228Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513755211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:35.315Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-03-17T10:42:35.316Z||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-03-17T10:42:35.316Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:35.378Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:35.380Z||pool-12-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:42:36.287Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 725de2bc-946a-4507-9841-9b5e1ac97304 from URL: /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
2022-03-17T10:42:36.290Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:42:36.290Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
2022-03-17T10:42:36.355Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:42:36.359Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env 725de2bc-946a-4507-9841-9b5e1ac97304 909
2022-03-17T10:42:36.360Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-17T10:42:36.360Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
2022-03-17T10:42:36.360Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:42:36.366Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:36.370Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:36.377Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513756360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:42:36.477Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:42:36.479Z||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-03-17T10:42:36.484Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:36.507Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:36.508Z||pool-13-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:42:37.377Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 07d76649-b245-4623-a153-8f50d0997311
2022-03-17T10:42:37.378Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_DAyryJ 0 7a95f43a-c7f7-417f-a5fe-a38abd6802d2 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-03-17T10:42:37.511Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cf6658d, org.onap.sdc.toscaparser.api.parameters.Input@49dcedd1, org.onap.sdc.toscaparser.api.parameters.Input@6af969cb, org.onap.sdc.toscaparser.api.parameters.Input@764b9599, org.onap.sdc.toscaparser.api.parameters.Input@799e5cd0]
2022-03-17T10:42:37.538Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.548Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.549Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-17T10:42:37.551Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 74daaced-4c59-44fa-9348-b902969c8278
2022-03-17T10:42:37.551Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74daaced-4c59-44fa-9348-b902969c8278 matches Tosca VF Customization UUID: 74daaced-4c59-44fa-9348-b902969c8278
2022-03-17T10:42:37.551Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 74daaced-4c59-44fa-9348-b902969c8278 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-03-17T10:42:37.616Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.617Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.621Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 74daaced-4c59-44fa-9348-b902969c8278: {\"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-03-17T10:42:37.622Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@770a9511
2022-03-17T10:42:37.622Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.623Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:42:37.623Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33955751-d030-40b4-8833-3082b7f20849
2022-03-17T10:42:37.639Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33955751-d030-40b4-8833-3082b7f20849
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-03-17T10:42:37.704Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.704Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:37.705Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:37.706Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.706Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:37.707Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:37.707Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.707Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is not matching search criteria
2022-03-17T10:42:37.707Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-17T10:42:37.708Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-17T10:42:37.708Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4812a1f2-e0af-4781-99aa-e5ddc8f791a2
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-03-17T10:42:37.723Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.741Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:37.744Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:42:37.745Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.746Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_DAyryJ 0 is matching search criteria
2022-03-17T10:42:37.746Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_DAyryJ 0] matching following query criteria: sdcType=VF, customizationUUID=74daaced-4c59-44fa-9348-b902969c8278
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-03-17T10:42:37.756Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.759Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.761Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 07d76649-b245-4623-a153-8f50d0997311: basic_onboard_DAyryJ
2022-03-17T10:42:37.761Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.762Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.765Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.766Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.767Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.768Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.769Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.769Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.770Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:42:37.771Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_DAyryJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:42:37.771Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_DAyryJ
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-03-17T10:42:38.183Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_DAyryJ 7a95f43a-c7f7-417f-a5fe-a38abd6802d2 1 ASDC deployResourceStructure
2022-03-17T10:42:38.183Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json ASDC sendASDCNotification
2022-03-17T10:42:38.184Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json
2022-03-17T10:42:38.184Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:42:38.184Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:38.187Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:38.188Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513758183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T10:42:38.300Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-03-17T10:42:38.302Z||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-03-17T10:42:38.302Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:38.419Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:38.420Z||pool-14-thread-1|||||INFO|500||cambria reply ok (119 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:39.189Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-17T10:42:39.189Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml
2022-03-17T10:42:39.189Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:42:39.190Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:39.194Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:39.194Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513759189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-17T10:42:39.308Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-03-17T10:42:39.310Z||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-03-17T10:42:39.310Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:39.387Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:39.388Z||pool-15-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:40.199Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-17T10:42:40.199Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env
2022-03-17T10:42:40.199Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:42:40.204Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:40.219Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:40.219Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513760197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-17T10:42:40.318Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:42:40.322Z||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-03-17T10:42:40.359Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:40.399Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:40.400Z||pool-16-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:41.220Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar ASDC sendASDCNotification
2022-03-17T10:42:41.221Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar
2022-03-17T10:42:41.227Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:42:41.228Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:42:41.244Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:42:41.244Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513761220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:42:41.343Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:42:41.344Z||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-03-17T10:42:41.345Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:42:41.397Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:42:41.398Z||pool-17-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:42:42.246Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:42:42.323Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:42:42.360Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:42:42.361Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:42:42.362Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:43:12.363Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:43:12.384Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:43:12.391Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:43:12.392Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-17T10:43:12.392Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-17T10:43:13.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:43:13.287Z||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-03-17T10:43:13.288Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:43:13.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:43:13.955Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:43:13.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:43:13.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "NOTIFIED"
}
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "aai-ml",
"timestamp": 1647513740352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:13.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "aai-ml",
"timestamp": 1647513741358,
"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-03-17T10:43:14.034Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
2022-03-17T10:43:14.038Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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-03-17T10:43:14.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513733278,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:43:14.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:43:14.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513743233,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:43:14.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513754047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:43:14.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513755211,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:43:14.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513756360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513758183,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/basic_onboard_dayryj0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513759189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-17T10:43:14.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513760197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/resourceInstances/basic_onboard_dayryj0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-17T10:43:14.099Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:14.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:43:14.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513761220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDayryj/1.0/artifacts/service-BasicOnboardDayryj-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:43:14.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:43:42.392Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:43:42.542Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1
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-03-17T10:43:42.563Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:43:42.564Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T10:43:42.564Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T10:43:42.565Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T10:43:42.566Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:43:42.566Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:43:42.567Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:43:42.568Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:43:42.568Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:43:42.569Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:43:42.569Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-03-17T10:43:42.587Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T10:44:12.588Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 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-03-17T10:44:12.641Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 and serviceModelVersionId: 07d76649-b245-4623-a153-8f50d0997311
2022-03-17T10:44:12.642Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e519ed5b-4a0b-43ee-88cb-5251155b4b95
2022-03-17T10:44:13.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:44:13.290Z||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-03-17T10:44:13.290Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:44:14.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:44:14.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "cds",
"timestamp": 1647513811159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513815655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513806355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "cds",
"timestamp": 1647513811159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513815655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513806355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "cds",
"timestamp": 1647513811159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.023Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513815655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513806355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "cds",
"timestamp": 1647513811159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513815655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513806355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "cds",
"timestamp": 1647513811159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.026Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513815655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513806355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "cds",
"timestamp": 1647513811159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513815655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513806355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "policy-id",
"timestamp": 1647513821812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "cds",
"timestamp": 1647513811159,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513815655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "ves-openapi-manager",
"timestamp": 1647513806355,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "policy-id",
"timestamp": 1647513821812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "clamp",
"timestamp": 1647513821817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513823902,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "cds",
"timestamp": 1647513822144,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "policy-id",
"timestamp": 1647513821812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "clamp",
"timestamp": 1647513821817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "cds",
"timestamp": 1647513823151,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-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-03-17T10:44:14.115Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:44:14.124Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:44:14.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "policy-id",
"timestamp": 1647513821812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.254Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "clamp",
"timestamp": 1647513821817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513825613,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513825219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "policy-id",
"timestamp": 1647513821812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "clamp",
"timestamp": 1647513821817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "dcae-sch",
"timestamp": 1647513825907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513826944,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.258Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513825219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "policy-id",
"timestamp": 1647513821812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "clamp",
"timestamp": 1647513821817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "dcae-sch",
"timestamp": 1647513825907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513827974,
"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-03-17T10:44:14.289Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:44:14.290Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:44:14.330Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.330Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513825219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "policy-id",
"timestamp": 1647513821812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "clamp",
"timestamp": 1647513821817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "dcae-sch",
"timestamp": 1647513825907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647513828979,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T10:44:14.332Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513825219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "clamp",
"timestamp": 1647513821817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "policy-id",
"timestamp": 1647513830023,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "dcae-sch",
"timestamp": 1647513825907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513825219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "policy-id",
"timestamp": 1647513831031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "dcae-sch",
"timestamp": 1647513825907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513825219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "policy-id",
"timestamp": 1647513832038,
"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-03-17T10:44:14.356Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:44:14.360Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:44:14.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "dcae-sch",
"timestamp": 1647513825907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513825219,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "dcae-sch",
"timestamp": 1647513825907,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513833174,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "aai-ml",
"timestamp": 1647513833259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "aai-ml",
"timestamp": 1647513833259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "aai-ml",
"timestamp": 1647513833259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "clamp",
"timestamp": 1647513835757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.391Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "aai-ml",
"timestamp": 1647513833259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513837207,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:44:14.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "aai-ml",
"timestamp": 1647513833259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.394Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647513838212,
"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-03-17T10:44:14.424Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:44:14.424Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:44:14.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "clamp",
"timestamp": 1647513837765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:44:14.464Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:14.464Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.464Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "aai-ml",
"timestamp": 1647513833259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:14.464Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.465Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.465Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "clamp",
"timestamp": 1647513838769,
"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-03-17T10:44:14.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:44:14.533Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:44:14.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "aai-ml",
"timestamp": 1647513833259,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:44:14.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:44:14.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:44:14.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "aai-ml",
"timestamp": 1647513841211,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:44:14.579Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:44:49.646Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0
2022-03-17T10:44:49.929Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T10:44:51.374Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0|INFO|500||Invoke
2022-03-17T10:44:51.394Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19f77ea1-f5ef-421f-b52a-9d0ebb6168b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc211c14-05eb-4d4f-b0dd-91b5d6aa2b96], X-ECOMP-RequestID=[19f77ea1-f5ef-421f-b52a-9d0ebb6168b1], X-TransactionId=[], X-ONAP-RequestID=[19f77ea1-f5ef-421f-b52a-9d0ebb6168b1], Content-Type=[application/merge-patch+json]}
2022-03-17T10:44:51.749Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-17T10:44:52.434Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?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/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220317-10:44:52:221-70546], vertex-id=[188472], Content-Length=[0], Date=[Thu, 17 Mar 2022 10:44:52 GMT], Content-Type=[application/json]}
2022-03-17T10:44:52.436Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-17T10:44:52.438Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e519ed5b-4a0b-43ee-88cb-5251155b4b95/model-vers/model-ver/07d76649-b245-4623-a153-8f50d0997311?depth=0|INFO|500||InvokeReturn
2022-03-17T10:44:52.446Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T10:44:52.447Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-03-17T10:44:52.464Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-03-17T10:44:52.466Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19f77ea1-f5ef-421f-b52a-9d0ebb6168b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T10:44:52.469Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T10:44:52.470Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:44:52.474Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:44:52.475Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513892466,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:44:52.576Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:44:52.587Z||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-03-17T10:44:52.587Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:44:52.631Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:44:52.632Z||pool-18-thread-1|||||INFO|500||cambria reply ok (55 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-03-17T10:44:53.576Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:44:53.578Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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-03-17T10:44:53.578Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:44:57.967Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:44:57.969Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-17T10:44:57.970Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"bb99d607-7ca5-4d27-a89d-b7159fc1265f","serviceName":"vFW 2022-03-17 10-41-41","serviceVersion":"1.0","serviceUUID":"63caf474-7aca-4b7f-9067-049cc16d502a","serviceDescription":"catalog service description","serviceInvariantUUID":"906c2200-2914-4ecf-a3a8-91a2e0e978a3","resources":[{"resourceInstanceName":"vFW 2a61609b-1af9 0","resourceName":"vFW 2a61609b-1af9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b13a9a58-d1b9-4d44-9542-b737c018a70c","resourceInvariantUUID":"6c9e873f-8e5b-4390-8e31-ddd4679258a0","resourceCustomizationUUID":"c7cdfd68-fc63-460d-8c19-b51615648578","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ3NDViYzMwZDJjZGY3ZjI4ZWRlY2RlNDJjOGVlZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac35e525-c830-4259-8f87-cfd502a4db11","artifactVersion":"1"},{"artifactName":"vfw2a61609b1af90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json","artifactChecksum":"NzhiYTAxZTg1OGU4MTY3YTNkNDU3MGY4OGZkNDBkZDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a271a497-040b-4a8f-954f-028efdec607f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6ff7b0b-981f-4a13-a6e8-c170bf5f52af","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml","artifactChecksum":"NzA1NzlhYzk1NzNjZTM0ZjA5ZWZjZmE4ZmU4ODRkYmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"90f41f65-59a3-4371-b87f-df73ba64b895","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4efcabf4-4d06-4475-bea2-3dd62116d3bd","artifactVersion":"2","generatedFromUUID":"c6ff7b0b-981f-4a13-a6e8-c170bf5f52af"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220317104141-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml","artifactChecksum":"NjcyZmI5MjE4YWM5OTlhZTQ3MDkzMjJmOWMyN2JkYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8846b438-d2bb-475d-838b-8a98216a9f83","artifactVersion":"1"},{"artifactName":"service-Vfw20220317104141-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar","artifactChecksum":"ZTU4MDU5ZjA4MTc2ZGE5MWIxNGQ4ZDUwYzFiNzQwMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb90b8af-0785-4a2c-8b20-5573a5f2b11d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T10:44:57.975Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:44:57.976Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:44:57.980Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:44:57.981Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:44:58.080Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:44:58.081Z||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-03-17T10:44:58.082Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:44:58.111Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:44:58.112Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:44:58.983Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:44:58.984Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:44:58.988Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:44:58.989Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "NOTIFIED"
}
2022-03-17T10:44:59.089Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:44:59.091Z||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-03-17T10:44:59.092Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:44:59.107Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:44:59.108Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:44:59.990Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:44:59.995Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:44:59.999Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:44:59.999Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-17T10:45:00.102Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-17T10:45:00.108Z||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-03-17T10:45:00.109Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:00.125Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:00.127Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:01.000Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:45:01.001Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:01.005Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:01.005Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:45:01.106Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:45:01.108Z||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-03-17T10:45:01.108Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:01.128Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:01.129Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:02.007Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:45:02.008Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:02.011Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:02.012Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-17T10:45:02.112Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:45:02.114Z||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-03-17T10:45:02.114Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:02.128Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:02.130Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:45:03.013Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:45:03.014Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:03.018Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:03.018Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:45:03.119Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:45:03.121Z||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-03-17T10:45:03.122Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:03.160Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:03.162Z||pool-24-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":3,"count":1}
2022-03-17T10:45:04.023Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:45:04.023Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:04.026Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:04.026Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:45:04.130Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-17T10:45:04.132Z||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-03-17T10:45:04.132Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:04.149Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:04.150Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:05.042Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"serviceName": "vFW 2022-03-17 10-41-41",
"serviceVersion": "1.0",
"serviceUUID": "63caf474-7aca-4b7f-9067-049cc16d502a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "906c2200-2914-4ecf-a3a8-91a2e0e978a3",
"resources": [
{
"resourceInstanceName": "vFW 2a61609b-1af9 0",
"resourceCustomizationUUID": "c7cdfd68-fc63-460d-8c19-b51615648578",
"resourceName": "vFW 2a61609b-1af9",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b13a9a58-d1b9-4d44-9542-b737c018a70c",
"resourceInvariantUUID": "6c9e873f-8e5b-4390-8e31-ddd4679258a0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw2a61609b1af90_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"artifactChecksum": "NzhiYTAxZTg1OGU4MTY3YTNkNDU3MGY4OGZkNDBkZDE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a271a497-040b-4a8f-954f-028efdec607f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c6ff7b0b-981f-4a13-a6e8-c170bf5f52af",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4efcabf4-4d06-4475-bea2-3dd62116d3bd",
"generatedFromUUID": "c6ff7b0b-981f-4a13-a6e8-c170bf5f52af"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4efcabf4-4d06-4475-bea2-3dd62116d3bd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220317104141-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"artifactChecksum": "ZTU4MDU5ZjA4MTc2ZGE5MWIxNGQ4ZDUwYzFiNzQwMWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eb90b8af-0785-4a2c-8b20-5573a5f2b11d"
}
],
"workloadContext": "Production"
}
2022-03-17T10:45:05.043Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T10:45:05.043Z|19f77ea1-f5ef-421f-b52a-9d0ebb6168b1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 63caf474-7aca-4b7f-9067-049cc16d502a ASDC
2022-03-17T10:45:05.046Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:bb99d607-7ca5-4d27-a89d-b7159fc1265f
ServiceName:vFW 2022-03-17 10-41-41
ServiceVersion:1.0
ServiceUUID:63caf474-7aca-4b7f-9067-049cc16d502a
ServiceInvariantUUID:906c2200-2914-4ecf-a3a8-91a2e0e978a3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220317104141-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar
ArtifactUUID:eb90b8af-0785-4a2c-8b20-5573a5f2b11d
ArtifactChecksum:ZTU4MDU5ZjA4MTc2ZGE5MWIxNGQ4ZDUwYzFiNzQwMWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2a61609b-1af9 0
ResourceCustomizationUUID:c7cdfd68-fc63-460d-8c19-b51615648578
ResourceInvariantUUID:6c9e873f-8e5b-4390-8e31-ddd4679258a0
ResourceName:vFW 2a61609b-1af9
ResourceType:VF
ResourceUUID:b13a9a58-d1b9-4d44-9542-b737c018a70c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2a61609b1af90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json
ArtifactUUID:a271a497-040b-4a8f-954f-028efdec607f
ArtifactChecksum:NzhiYTAxZTg1OGU4MTY3YTNkNDU3MGY4OGZkNDBkZDE=
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/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml
ArtifactUUID:c6ff7b0b-981f-4a13-a6e8-c170bf5f52af
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/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
ArtifactUUID:4efcabf4-4d06-4475-bea2-3dd62116d3bd
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/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
ArtifactUUID:4efcabf4-4d06-4475-bea2-3dd62116d3bd
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-17T10:45:05.047Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63caf474-7aca-4b7f-9067-049cc16d502a 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-03-17T10:45:05.162Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:45:05.163Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:45:05.163Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:45:05.163Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eb90b8af-0785-4a2c-8b20-5573a5f2b11d from URL: /sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:05.164Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:45:05.165Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:05.576Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:45:05.619Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar eb90b8af-0785-4a2c-8b20-5573a5f2b11d 98905
2022-03-17T10:45:05.619Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar ASDC sendASDCNotification
2022-03-17T10:45:05.620Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:05.620Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:45:05.620Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:05.625Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:05.626Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513905619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:45:05.736Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-03-17T10:45:05.737Z||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-03-17T10:45:05.737Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:05.765Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:05.766Z||pool-26-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:06.627Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:45:06.628Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-03-17T10:45:06.629Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: eb90b8af-0785-4a2c-8b20-5573a5f2b11d, URL: /sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar to file: /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:06.630Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220317104141-csar.csar
2022-03-17T10:45:06.631Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:06.631Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:07.063Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16790025706520659133/Definitions/service-Vfw20220317104141-template.yml
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
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
2022-03-17T10:45:13.049Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T10:45:13.051Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-17T10:45:13.051Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.052Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-17T10:45:13.055Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.056Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.056Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2a61609b-1af9 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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.057Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.057Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.057Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.057Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.059Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-Vfw20220317104141-csar.csar
2022-03-17T10:45:13.059Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-03-17T10:45:13.059Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.060Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.060Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:13.060Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-17T10:45:13.061Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:45:13.061Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.062Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.062Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:13.062Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-03-17T10:45:13.062Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:45:13.063Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.063Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.064Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.064Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:13.064Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:13.065Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:13.065Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:45:13.065Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.066Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.066Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.066Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:45:13.067Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:45:13.067Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:45:13.067Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.068Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.068Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:45:13.068Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.068Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:45:13.069Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.069Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T10:45:13.070Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.070Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:45:13.070Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.071Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:13.071Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:13.072Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.076Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:13.078Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:13.078Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.079Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:13.080Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:13.080Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.081Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:13.081Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:13.081Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:13.082Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T10:45:13.082Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:45:13.082Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:45:13.082Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.083Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.083Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:45:13.083Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.084Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:45:13.084Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.084Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=216366c0-b50e-4619-a41b-06e87f8d9f61
2022-03-17T10:45:13.085Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.087Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:13.088Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:13.088Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:13.088Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:45:13.088Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.089Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.089Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.089Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:45:13.090Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T10:45:13.090Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:45:13.090Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.091Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:45:13.091Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.091Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=931cd25a-574b-4ed0-ae0c-bbdf5c2fb9aa
2022-03-17T10:45:13.092Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.092Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:13.093Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:13.093Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:13.093Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:45:13.094Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.094Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.094Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.094Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:45:13.095Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:45:13.095Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:45:13.095Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:13.096Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:13.096Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T10:45:13.096Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b205623-41dd-49eb-9f88-d0f16e6eab1b
2022-03-17T10:45:13.097Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.097Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.097Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.098Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.098Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.098Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.098Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:13.099Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:13.099Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-17 10-41-41
Description:catalog service description
Model UUID:63caf474-7aca-4b7f-9067-049cc16d502a
Model Version:NULL
Model InvariantUuid:906c2200-2914-4ecf-a3a8-91a2e0e978a3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 2a61609b-1af9
Model UUID:efe4344b-1727-466e-b2dd-12dd2b6926f2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c9e873f-8e5b-4390-8e31-ddd4679258a0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c7cdfd68-fc63-460d-8c19-b51615648578
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3a425b38-5524-4b12-8fc5-e61d40883f32
ModelName:Vfw2a61609b1af9..base_vfw..module-0
ModelUuid:15b3cebc-6518-4930-b56a-828586890284
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:216366c0-b50e-4619-a41b-06e87f8d9f61
ModelInvariantUuid:9b57eb1c-262c-4b15-9e48-567effe74fec
ModelName:vFW 2a61609b-1af9-nodes.vfwCvfc
ModelUuid:f1c8c70a-8ab5-4d6f-9604-48fb9303ebe5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4bc291f9-222d-435c-9514-fee22d0e0aec
ModelInvariantUuid:f2697cf8-e9e2-47a4-822b-2d662349466d
ModelName:Vfw2a61609b1af9.compute.nodes.heat.vfw
ModelUuid:b1ca32a5-d5d1-4205-9764-9afe7cc2f45d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:931cd25a-574b-4ed0-ae0c-bbdf5c2fb9aa
ModelInvariantUuid:c4c7a889-c342-4a4d-ade4-3fe7c06fafe9
ModelName:vFW 2a61609b-1af9-nodes.vsnCvfc
ModelUuid:f3758f0b-c93b-4277-aebd-31f974d1c0f7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:fc18de56-3e0a-45f9-a1f7-32218d7f7178
ModelInvariantUuid:2d5d1537-c89a-419f-b939-85af40d9e731
ModelName:Vfw2a61609b1af9.compute.nodes.heat.vsn
ModelUuid:713dd2d6-8067-4006-a1bd-e40d34ab23a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1b205623-41dd-49eb-9f88-d0f16e6eab1b
ModelInvariantUuid:99cd4c91-7d46-4dfe-a8ee-3ed7047c1de3
ModelName:vFW 2a61609b-1af9-nodes.vpgCvfc
ModelUuid:dc7c915e-33bd-4263-92a4-686854328b9e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:3e46c511-f59d-46d4-8f52-98aea8295f04
ModelInvariantUuid:754aec30-f8fc-4da1-9fbf-b5d3fec905d0
ModelName:Vfw2a61609b1af9.compute.nodes.heat.vpg
ModelUuid:fe6eaaf7-52e4-46a7-b271-adb3344926df
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-03-17T10:45:13.132Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b13a9a58-d1b9-4d44-9542-b737c018a70c
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-03-17T10:45:13.138Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||vFW 2a61609b-1af9 0
2022-03-17T10:45:13.138Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b13a9a58-d1b9-4d44-9542-b737c018a70c
2022-03-17T10:45:13.139Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a271a497-040b-4a8f-954f-028efdec607f from URL: /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json
2022-03-17T10:45:13.139Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:45:13.140Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json
2022-03-17T10:45:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:45:13.283Z||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-03-17T10:45:13.284Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:13.634Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:45:13.642Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json a271a497-040b-4a8f-954f-028efdec607f 785
2022-03-17T10:45:13.643Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json ASDC sendASDCNotification
2022-03-17T10:45:13.644Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json
2022-03-17T10:45:13.644Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:45:13.646Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:13.651Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:13.651Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513913643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:45:13.753Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-17T10:45:13.755Z||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-03-17T10:45:13.755Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:13.773Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:13.775Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:13.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:13.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "aai-ml",
"timestamp": 1647513859243,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:45:13.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:45:13.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "aai-ml",
"timestamp": 1647513860248,
"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-03-17T10:45:13.835Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb99d607-7ca5-4d27-a89d-b7159fc1265f
2022-03-17T10:45:13.836Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:45:13.907Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.907Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "19f77ea1-f5ef-421f-b52a-9d0ebb6168b1",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513892466,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:45:13.908Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:45:13.908Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:45:13.909Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:45:13.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "NOTIFIED"
}
2022-03-17T10:45:13.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:45:13.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-17T10:45:13.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:45:13.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:45:13.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:45:13.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-17T10:45:13.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:45:13.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:45:13.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513893576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513905619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:45:13.923Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:45:14.654Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2a61609b1af9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3a425b38-5524-4b12-8fc5-e61d40883f32",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "15b3cebc-6518-4930-b56a-828586890284",
"vfModuleModelCustomizationUUID": "200f86e7-e8ec-47b3-8bf4-41295127e06e",
"isBase": true,
"artifacts": [
"c6ff7b0b-981f-4a13-a6e8-c170bf5f52af",
"4efcabf4-4d06-4475-bea2-3dd62116d3bd"
],
"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-03-17T10:45:14.661Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2a61609b1af9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:15b3cebc-6518-4930-b56a-828586890284
VfModuleModelInvariantUUID:3a425b38-5524-4b12-8fc5-e61d40883f32
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6ff7b0b-981f-4a13-a6e8-c170bf5f52af
,
4efcabf4-4d06-4475-bea2-3dd62116d3bd
}
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-03-17T10:45:14.665Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw2a61609b1af9..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3a425b38-5524-4b12-8fc5-e61d40883f32",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "15b3cebc-6518-4930-b56a-828586890284",
"vfModuleModelCustomizationUUID": "200f86e7-e8ec-47b3-8bf4-41295127e06e",
"isBase": true,
"artifacts": [
"c6ff7b0b-981f-4a13-a6e8-c170bf5f52af",
"4efcabf4-4d06-4475-bea2-3dd62116d3bd"
],
"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-03-17T10:45:14.665Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2a61609b1af9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:15b3cebc-6518-4930-b56a-828586890284
VfModuleModelInvariantUUID:3a425b38-5524-4b12-8fc5-e61d40883f32
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6ff7b0b-981f-4a13-a6e8-c170bf5f52af
,
4efcabf4-4d06-4475-bea2-3dd62116d3bd
}
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-03-17T10:45:14.666Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c6ff7b0b-981f-4a13-a6e8-c170bf5f52af from URL: /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml
2022-03-17T10:45:14.666Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:45:14.666Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml
2022-03-17T10:45:15.051Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:45:15.052Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml c6ff7b0b-981f-4a13-a6e8-c170bf5f52af 20368
2022-03-17T10:45:15.053Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T10:45:15.053Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml
2022-03-17T10:45:15.058Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:45:15.059Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:15.064Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:15.065Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513915052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:45:15.169Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-17T10:45:15.184Z||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-03-17T10:45:15.185Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:15.210Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:15.211Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:45:16.066Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4efcabf4-4d06-4475-bea2-3dd62116d3bd from URL: /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
2022-03-17T10:45:16.066Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-03-17T10:45:16.067Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
2022-03-17T10:45:16.386Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-03-17T10:45:16.387Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env 4efcabf4-4d06-4475-bea2-3dd62116d3bd 2098
2022-03-17T10:45:16.387Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T10:45:16.387Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
2022-03-17T10:45:16.388Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:45:16.389Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:16.407Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:16.407Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513916387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:45:16.493Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-03-17T10:45:16.494Z||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-03-17T10:45:16.494Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:16.518Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:16.519Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:17.408Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 63caf474-7aca-4b7f-9067-049cc16d502a
2022-03-17T10:45:17.409Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2a61609b-1af9 0 b13a9a58-d1b9-4d44-9542-b737c018a70c 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-03-17T10:45:17.450Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60cda73f, org.onap.sdc.toscaparser.api.parameters.Input@34f6b743, org.onap.sdc.toscaparser.api.parameters.Input@2477b0ae, org.onap.sdc.toscaparser.api.parameters.Input@31a5b967, org.onap.sdc.toscaparser.api.parameters.Input@3c5c0433]
2022-03-17T10:45:17.457Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.457Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.457Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-03-17T10:45:17.458Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c7cdfd68-fc63-460d-8c19-b51615648578
2022-03-17T10:45:17.458Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7cdfd68-fc63-460d-8c19-b51615648578 matches Tosca VF Customization UUID: c7cdfd68-fc63-460d-8c19-b51615648578
2022-03-17T10:45:17.458Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c7cdfd68-fc63-460d-8c19-b51615648578 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-03-17T10:45:17.469Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.470Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.471Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c7cdfd68-fc63-460d-8c19-b51615648578: {\"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-03-17T10:45:17.471Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38882ee1
2022-03-17T10:45:17.472Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.472Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:45:17.472Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 200f86e7-e8ec-47b3-8bf4-41295127e06e
2022-03-17T10:45:17.473Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 200f86e7-e8ec-47b3-8bf4-41295127e06e
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-03-17T10:45:17.482Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.483Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.483Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:17.484Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.484Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.484Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:17.485Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.485Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:17.485Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:17.486Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:17.486Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T10:45:17.486Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:45:17.486Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:45:17.486Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.487Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.487Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:45:17.487Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.488Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:45:17.488Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.488Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=216366c0-b50e-4619-a41b-06e87f8d9f61
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-03-17T10:45:17.516Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.517Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.517Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:17.518Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.518Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:17.518Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:17.519Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:17.519Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:45:17.519Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.519Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.520Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.520Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:45:17.520Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T10:45:17.521Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:45:17.521Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.521Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:45:17.521Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.522Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=931cd25a-574b-4ed0-ae0c-bbdf5c2fb9aa
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-03-17T10:45:17.545Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.545Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.546Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:17.555Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.556Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is not matching search criteria
2022-03-17T10:45:17.556Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:45:17.570Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:45:17.570Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:45:17.571Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.571Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.571Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.571Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:45:17.572Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:45:17.572Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:45:17.572Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:45:17.572Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:45:17.574Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T10:45:17.574Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b205623-41dd-49eb-9f88-d0f16e6eab1b
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-03-17T10:45:17.578Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.579Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.579Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:45:17.580Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.580Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Node template vFW 2a61609b-1af9 0 is matching search criteria
2022-03-17T10:45:17.580Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 2a61609b-1af9 0] matching following query criteria: sdcType=VF, customizationUUID=c7cdfd68-fc63-460d-8c19-b51615648578
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-03-17T10:45:17.598Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.599Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.599Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 63caf474-7aca-4b7f-9067-049cc16d502a: vFW 2a61609b-1af9
2022-03-17T10:45:17.599Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.600Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.600Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.600Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.601Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.601Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.601Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.601Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.602Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:45:17.602Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-17 10-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:45:17.602Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-17 10-41-41
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-03-17T10:45:18.262Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2a61609b-1af9 b13a9a58-d1b9-4d44-9542-b737c018a70c 1 ASDC deployResourceStructure
2022-03-17T10:45:18.265Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json ASDC sendASDCNotification
2022-03-17T10:45:18.266Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json
2022-03-17T10:45:18.266Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:45:18.267Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:18.292Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:18.293Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513918263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T10:45:18.391Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T10:45:18.393Z||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-03-17T10:45:18.393Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:18.413Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:18.414Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:19.294Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T10:45:19.297Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml
2022-03-17T10:45:19.297Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:45:19.298Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:19.301Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:19.302Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513919294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-17T10:45:19.402Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:45:19.404Z||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-03-17T10:45:19.404Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:19.433Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:19.434Z||pool-31-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:20.313Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T10:45:20.313Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env
2022-03-17T10:45:20.313Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:45:20.314Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:20.344Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:20.344Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513920312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-17T10:45:20.444Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:45:20.445Z||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-03-17T10:45:20.446Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:20.482Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:20.483Z||pool-32-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:21.346Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar ASDC sendASDCNotification
2022-03-17T10:45:21.347Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar
2022-03-17T10:45:21.348Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-17T10:45:21.349Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:21.360Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:21.365Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513921346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:45:21.470Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-03-17T10:45:21.471Z||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-03-17T10:45:21.471Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:21.510Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:21.511Z||pool-33-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:45:22.366Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb99d607-7ca5-4d27-a89d-b7159fc1265f
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-03-17T10:45:22.407Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb99d607-7ca5-4d27-a89d-b7159fc1265f
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-03-17T10:45:22.418Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-17T10:45:22.419Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-17T10:45:22.419Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-17T10:45:22.419Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-17T10:45:22.426Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-17T10:45:22.427Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-03-17T10:45:22.439Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-17T10:45:52.440Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb99d607-7ca5-4d27-a89d-b7159fc1265f 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-03-17T10:45:52.455Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb99d607-7ca5-4d27-a89d-b7159fc1265f and serviceModelVersionId: 63caf474-7aca-4b7f-9067-049cc16d502a
2022-03-17T10:45:52.456Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 906c2200-2914-4ecf-a3a8-91a2e0e978a3
2022-03-17T10:45:52.461Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?depth=0
2022-03-17T10:45:52.491Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-03-17T10:45:52.758Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?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-03-17T10:45:52.760Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?depth=0|INFO|500||Invoke
2022-03-17T10:45:52.939Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-17T10:45:53.338Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?depth=0|INFO|500||InvokeReturn
2022-03-17T10:45:53.347Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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/906c2200-2914-4ecf-a3a8-91a2e0e978a3/model-vers/model-ver/63caf474-7aca-4b7f-9067-049cc16d502a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220317-10:45:53:394-28573], vertex-id=[139392], Content-Length=[0], Date=[Thu, 17 Mar 2022 10:45:53 GMT], Content-Type=[application/json]}
2022-03-17T10:45:53.347Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-03-17T10:45:53.348Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-17T10:45:53.348Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-03-17T10:45:53.367Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-03-17T10:45:53.368Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb99d607-7ca5-4d27-a89d-b7159fc1265f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-17T10:45:53.369Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-17T10:45:53.373Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:45:53.387Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:45:53.388Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513953368,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:45:53.502Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-03-17T10:45:53.503Z||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-03-17T10:45:53.504Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:45:53.601Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:45:53.620Z||pool-34-thread-1|||||INFO|500||cambria reply ok (117 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-03-17T10:45:54.412Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:45:54.416Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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-03-17T10:45:54.416Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:46:03.981Z|bb99d607-7ca5-4d27-a89d-b7159fc1265f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:46:03.983Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:46:03.984Z||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-03-17T10:46:03.984Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:46:13.282Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:46:13.283Z||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-03-17T10:46:13.283Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:46:13.315Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:46:13.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-17T10:46:13.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513913643,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:46:13.319Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:46:13.531Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:46:13.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:46:13.533Z||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-03-17T10:46:13.533Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:46:23.090Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:13.281Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:47:13.282Z||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-03-17T10:47:13.282Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:13.284Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-17T10:47:13.284Z||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-03-17T10:47:13.285Z||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 dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:13.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:13.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513915052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:47:13.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513916387,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:47:13.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513918263,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/vfw2a61609b1af90_modules.json",
"status": "DEPLOY_OK"
}
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513919294,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-17T10:47:13.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513920312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/resourceInstances/vfw2a61609b1af90/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513921346,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104141/1.0/artifacts/service-Vfw20220317104141-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bb99d607-7ca5-4d27-a89d-b7159fc1265f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647513953368,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-17T10:47:13.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-17T10:47:13.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:13.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-17T10:47:13.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74","serviceName":"vFW 2022-03-17 10-44-31","serviceVersion":"1.0","serviceUUID":"4e60f3ef-0cda-48db-8a0e-2e053db570d9","serviceDescription":"catalog service description","serviceInvariantUUID":"f7ad436a-eaf4-4909-a515-4139ea84a8d2","resources":[{"resourceInstanceName":"vFW 59fef03a-87e1 0","resourceName":"vFW 59fef03a-87e1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ab18e4fa-a52d-447f-ab40-292535021a3d","resourceInvariantUUID":"4d5a3861-828e-4432-b125-844a0c17b109","resourceCustomizationUUID":"9dc6a00a-e757-4622-946e-f9755c280ef2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml","artifactChecksum":"MzU0MDEyZmI0NjhhMzVhYTcyNjlmMDY5NzE0ODM2YmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d798b981-c63d-49a8-a0ea-d0c6a84cae42","artifactVersion":"1"},{"artifactName":"vfw59fef03a87e10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json","artifactChecksum":"M2EyNDk5ZmZiYTk2NTgwMWM4ZDBhNzM1M2ZhZWUwZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"db6b837f-242c-458a-9f79-4aab5e8c4281","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c004d51b-ba7d-417b-ab9e-0cbb29d54d4c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml","artifactChecksum":"ZWUwMDIzYWVjYTQ2NTY0ZWU1MTRhZDZjNDEzYTVmMWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efeebac1-a598-47ed-b5da-23ced109bb7f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72","artifactVersion":"2","generatedFromUUID":"c004d51b-ba7d-417b-ab9e-0cbb29d54d4c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220317104431-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml","artifactChecksum":"MjNiZmFjZWViMTIxOWJmNThmNTk1YjllZTlmMmIyZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd21463e-c995-4772-a2a0-ca9dc1362b3f","artifactVersion":"1"},{"artifactName":"service-Vfw20220317104431-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar","artifactChecksum":"NmJjNTBmY2RhYzBmZmIxNDU4MzJhNDEzNzcyMGM0ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2674c3c-cc6c-4e01-8398-a470d7179bbd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-17T10:47:13.964Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:13.966Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:13.971Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:13.974Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514033281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:47:14.070Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-17T10:47:14.071Z||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-03-17T10:47:14.072Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:14.094Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:14.095Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:14.976Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:14.977Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:14.997Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:14.998Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514033281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
"status": "NOTIFIED"
}
2022-03-17T10:47:15.104Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-17T10:47:15.106Z||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-03-17T10:47:15.106Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:15.137Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:15.168Z||pool-36-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:16.000Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:16.001Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:16.014Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:16.014Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514033281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-17T10:47:16.120Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-17T10:47:16.121Z||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-03-17T10:47:16.122Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:16.148Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:16.149Z||pool-37-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:17.015Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:17.016Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:17.022Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:17.022Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514033281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:47:17.122Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:47:17.124Z||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-03-17T10:47:17.124Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:17.139Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:17.141Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:18.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:18.024Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:18.030Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:18.030Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514033281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-17T10:47:18.129Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:47:18.130Z||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-03-17T10:47:18.130Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:18.148Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:18.149Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:19.031Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:19.034Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:19.039Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:19.039Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514033281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-17T10:47:19.139Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:47:19.141Z||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-03-17T10:47:19.141Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:19.162Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:19.163Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-17T10:47:20.040Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-17T10:47:20.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:20.053Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:20.053Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514033281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
"status": "NOTIFIED"
}
2022-03-17T10:47:20.154Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:47:20.156Z||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-03-17T10:47:20.156Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:20.176Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:20.178Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:21.055Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"serviceName": "vFW 2022-03-17 10-44-31",
"serviceVersion": "1.0",
"serviceUUID": "4e60f3ef-0cda-48db-8a0e-2e053db570d9",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f7ad436a-eaf4-4909-a515-4139ea84a8d2",
"resources": [
{
"resourceInstanceName": "vFW 59fef03a-87e1 0",
"resourceCustomizationUUID": "9dc6a00a-e757-4622-946e-f9755c280ef2",
"resourceName": "vFW 59fef03a-87e1",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ab18e4fa-a52d-447f-ab40-292535021a3d",
"resourceInvariantUUID": "4d5a3861-828e-4432-b125-844a0c17b109",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw59fef03a87e10_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
"artifactChecksum": "M2EyNDk5ZmZiYTk2NTgwMWM4ZDBhNzM1M2ZhZWUwZDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "db6b837f-242c-458a-9f79-4aab5e8c4281",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c004d51b-ba7d-417b-ab9e-0cbb29d54d4c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72",
"generatedFromUUID": "c004d51b-ba7d-417b-ab9e-0cbb29d54d4c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220317104431-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
"artifactChecksum": "NmJjNTBmY2RhYzBmZmIxNDU4MzJhNDEzNzcyMGM0ZjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f2674c3c-cc6c-4e01-8398-a470d7179bbd"
}
],
"workloadContext": "Production"
}
2022-03-17T10:47:21.055Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-17T10:47:21.055Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e60f3ef-0cda-48db-8a0e-2e053db570d9 ASDC
2022-03-17T10:47:21.056Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74
ServiceName:vFW 2022-03-17 10-44-31
ServiceVersion:1.0
ServiceUUID:4e60f3ef-0cda-48db-8a0e-2e053db570d9
ServiceInvariantUUID:f7ad436a-eaf4-4909-a515-4139ea84a8d2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220317104431-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar
ArtifactUUID:f2674c3c-cc6c-4e01-8398-a470d7179bbd
ArtifactChecksum:NmJjNTBmY2RhYzBmZmIxNDU4MzJhNDEzNzcyMGM0ZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 59fef03a-87e1 0
ResourceCustomizationUUID:9dc6a00a-e757-4622-946e-f9755c280ef2
ResourceInvariantUUID:4d5a3861-828e-4432-b125-844a0c17b109
ResourceName:vFW 59fef03a-87e1
ResourceType:VF
ResourceUUID:ab18e4fa-a52d-447f-ab40-292535021a3d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw59fef03a87e10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json
ArtifactUUID:db6b837f-242c-458a-9f79-4aab5e8c4281
ArtifactChecksum:M2EyNDk5ZmZiYTk2NTgwMWM4ZDBhNzM1M2ZhZWUwZDQ=
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/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml
ArtifactUUID:c004d51b-ba7d-417b-ab9e-0cbb29d54d4c
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/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
ArtifactUUID:a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72
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/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
ArtifactUUID:a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-17T10:47:21.056Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e60f3ef-0cda-48db-8a0e-2e053db570d9 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-03-17T10:47:21.225Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:47:21.228Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:47:21.228Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:47:21.228Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f2674c3c-cc6c-4e01-8398-a470d7179bbd from URL: /sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:21.229Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:47:21.230Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:21.409Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:47:21.441Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar f2674c3c-cc6c-4e01-8398-a470d7179bbd 98935
2022-03-17T10:47:21.442Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar ASDC sendASDCNotification
2022-03-17T10:47:21.442Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:21.442Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:47:21.443Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:21.450Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:21.450Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514041442,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:47:21.550Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-17T10:47:21.554Z||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-03-17T10:47:21.556Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:21.646Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:21.647Z||pool-42-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:22.455Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-17T10:47:22.456Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-17T10:47:22.459Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f2674c3c-cc6c-4e01-8398-a470d7179bbd, URL: /sdc/v1/catalog/services/Vfw20220317104431/1.0/artifacts/service-Vfw20220317104431-csar.csar to file: /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:22.459Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220317104431-csar.csar
2022-03-17T10:47:22.460Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:22.460Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:22.979Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4935388597939239868/Definitions/service-Vfw20220317104431-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-03-17T10:47:28.139Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-17T10:47:28.141Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T10:47:28.142Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.142Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-17T10:47:28.142Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.143Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.144Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.144Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 59fef03a-87e1 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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.145Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.145Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||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-Vfw20220317104431-csar.csar
2022-03-17T10:47:28.145Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-17T10:47:28.145Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.146Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.146Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:28.146Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T10:47:28.146Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:47:28.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:28.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-17T10:47:28.147Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-17T10:47:28.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.148Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:28.149Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:28.149Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:28.149Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:47:28.154Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.155Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.156Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.157Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:47:28.158Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:47:28.158Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:47:28.158Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.158Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.159Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:47:28.159Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.159Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:47:28.159Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.160Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-17T10:47:28.160Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.160Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:47:28.161Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.161Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:28.165Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:28.166Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.167Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:28.167Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:28.167Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.168Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:28.168Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:28.168Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.169Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:28.169Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:28.169Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:28.169Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T10:47:28.170Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:47:28.170Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:47:28.170Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.170Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.171Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:47:28.171Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.171Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:47:28.172Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.172Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=647bdbb1-7c06-4db7-a6c5-3f198050df64
2022-03-17T10:47:28.172Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.173Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:28.173Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:28.174Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:28.174Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:47:28.175Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.182Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.184Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.186Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:47:28.188Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-17T10:47:28.190Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:47:28.191Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.191Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:47:28.191Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.192Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5daf9c01-7d22-468d-8ff0-9246b908bd1c
2022-03-17T10:47:28.192Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.194Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:28.194Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:28.195Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:28.195Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-17T10:47:28.195Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.195Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.196Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.196Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-17T10:47:28.197Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:47:28.198Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:47:28.198Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:28.199Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:28.199Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-17T10:47:28.199Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8975f27b-aad9-4a05-aebf-ad1c88faae33
2022-03-17T10:47:28.200Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.200Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.200Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.201Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.201Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.201Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.202Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:28.202Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:28.202Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-17 10-44-31
Description:catalog service description
Model UUID:4e60f3ef-0cda-48db-8a0e-2e053db570d9
Model Version:NULL
Model InvariantUuid:f7ad436a-eaf4-4909-a515-4139ea84a8d2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 59fef03a-87e1
Model UUID:d469e813-ae97-4e91-b4b5-256398e322b2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d5a3861-828e-4432-b125-844a0c17b109
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9dc6a00a-e757-4622-946e-f9755c280ef2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3f15c58b-c8f0-4853-ba08-8594de8efc50
ModelName:Vfw59fef03a87e1..base_vfw..module-0
ModelUuid:93e14efa-af7a-4d4a-ab6b-6353d544d550
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:647bdbb1-7c06-4db7-a6c5-3f198050df64
ModelInvariantUuid:04b6dc9f-0afc-478f-a25c-1f4ef3009ab9
ModelName:vFW 59fef03a-87e1-nodes.vfwCvfc
ModelUuid:a794ff56-9518-478c-ac19-a11e11c75267
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:f82974f2-e87c-440f-b0bd-c766010eed46
ModelInvariantUuid:c6727a82-8201-485c-b65d-72cda15c3cb9
ModelName:Vfw59fef03a87e1.compute.nodes.heat.vfw
ModelUuid:48345d31-be80-44a1-be2b-5c1a4b67a374
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5daf9c01-7d22-468d-8ff0-9246b908bd1c
ModelInvariantUuid:ac64a41d-94fa-4f30-bf78-a3c13b877b81
ModelName:vFW 59fef03a-87e1-nodes.vsnCvfc
ModelUuid:b8919ffd-a283-4e53-a4de-ea1a2cd0b41c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:eeb32c6f-7db0-405d-bb28-0d028a1f54c6
ModelInvariantUuid:29a279ae-a40b-4e68-819b-89ad52d7e4ca
ModelName:Vfw59fef03a87e1.compute.nodes.heat.vsn
ModelUuid:9148b1df-9735-44e6-b2db-1aa005aa062e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8975f27b-aad9-4a05-aebf-ad1c88faae33
ModelInvariantUuid:9d94524e-c879-4115-94f6-05f942c0656a
ModelName:vFW 59fef03a-87e1-nodes.vpgCvfc
ModelUuid:33bce6f7-2605-4c50-a376-c3307e218549
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:b925d1c3-df5f-4855-8208-43e1c96deaf1
ModelInvariantUuid:bb26d71e-e5cc-442f-b908-c7ff1ab7233f
ModelName:Vfw59fef03a87e1.compute.nodes.heat.vpg
ModelUuid:6b9f6a8a-9612-4933-b2a0-122ed034db35
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-03-17T10:47:28.245Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ab18e4fa-a52d-447f-ab40-292535021a3d
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-03-17T10:47:28.257Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||vFW 59fef03a-87e1 0
2022-03-17T10:47:28.258Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ab18e4fa-a52d-447f-ab40-292535021a3d
2022-03-17T10:47:28.258Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: db6b837f-242c-458a-9f79-4aab5e8c4281 from URL: /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json
2022-03-17T10:47:28.258Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:47:28.259Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json
2022-03-17T10:47:28.390Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:47:28.392Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json db6b837f-242c-458a-9f79-4aab5e8c4281 785
2022-03-17T10:47:28.398Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json ASDC sendASDCNotification
2022-03-17T10:47:28.398Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json
2022-03-17T10:47:28.398Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:47:28.399Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:28.403Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:28.403Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514048397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/vfw59fef03a87e10_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:47:28.503Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-17T10:47:28.504Z||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-03-17T10:47:28.505Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:28.562Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:28.563Z||pool-43-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:29.405Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw59fef03a87e1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3f15c58b-c8f0-4853-ba08-8594de8efc50",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "93e14efa-af7a-4d4a-ab6b-6353d544d550",
"vfModuleModelCustomizationUUID": "a5232469-f856-4515-8046-1af2a404befa",
"isBase": true,
"artifacts": [
"c004d51b-ba7d-417b-ab9e-0cbb29d54d4c",
"a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72"
],
"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-03-17T10:47:29.421Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw59fef03a87e1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93e14efa-af7a-4d4a-ab6b-6353d544d550
VfModuleModelInvariantUUID:3f15c58b-c8f0-4853-ba08-8594de8efc50
VfModuleModelDescription:NULL
Artifacts UUID List:{
c004d51b-ba7d-417b-ab9e-0cbb29d54d4c
,
a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72
}
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-03-17T10:47:29.435Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw59fef03a87e1..base_vfw..module-0",
"vfModuleModelInvariantUUID": "3f15c58b-c8f0-4853-ba08-8594de8efc50",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "93e14efa-af7a-4d4a-ab6b-6353d544d550",
"vfModuleModelCustomizationUUID": "a5232469-f856-4515-8046-1af2a404befa",
"isBase": true,
"artifacts": [
"c004d51b-ba7d-417b-ab9e-0cbb29d54d4c",
"a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72"
],
"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-03-17T10:47:29.436Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw59fef03a87e1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:93e14efa-af7a-4d4a-ab6b-6353d544d550
VfModuleModelInvariantUUID:3f15c58b-c8f0-4853-ba08-8594de8efc50
VfModuleModelDescription:NULL
Artifacts UUID List:{
c004d51b-ba7d-417b-ab9e-0cbb29d54d4c
,
a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72
}
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-03-17T10:47:29.436Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c004d51b-ba7d-417b-ab9e-0cbb29d54d4c from URL: /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml
2022-03-17T10:47:29.437Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:47:29.437Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml
2022-03-17T10:47:29.674Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:47:29.676Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml c004d51b-ba7d-417b-ab9e-0cbb29d54d4c 20368
2022-03-17T10:47:29.676Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-17T10:47:29.676Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml
2022-03-17T10:47:29.676Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:47:29.678Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:29.683Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:29.684Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514049676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:47:29.790Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-17T10:47:29.792Z||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-03-17T10:47:29.792Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:29.811Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:29.812Z||pool-44-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:30.685Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72 from URL: /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
2022-03-17T10:47:30.687Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-17T10:47:30.687Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
2022-03-17T10:47:30.974Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-17T10:47:30.976Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env a7bb9d1a-5d17-4fed-8e43-fc8c3c05fe72 2098
2022-03-17T10:47:30.976Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-17T10:47:30.977Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env
2022-03-17T10:47:30.977Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-17T10:47:30.979Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-17T10:47:30.990Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-17T10:47:30.991Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647514050976,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220317104431/1.0/resourceInstances/vfw59fef03a87e10/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-17T10:47:31.090Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-17T10:47:31.091Z||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-03-17T10:47:31.091Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dOJLRUupbHnFPF1Z) ...
2022-03-17T10:47:31.110Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-17T10:47:31.111Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-17T10:47:31.992Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4e60f3ef-0cda-48db-8a0e-2e053db570d9
2022-03-17T10:47:31.996Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 59fef03a-87e1 0 ab18e4fa-a52d-447f-ab40-292535021a3d 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-03-17T10:47:32.081Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ac492ea, org.onap.sdc.toscaparser.api.parameters.Input@735cca01, org.onap.sdc.toscaparser.api.parameters.Input@778e275b, org.onap.sdc.toscaparser.api.parameters.Input@4cc18723, org.onap.sdc.toscaparser.api.parameters.Input@32ec1f93]
2022-03-17T10:47:32.083Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:32.083Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:32.083Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-17T10:47:32.083Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 9dc6a00a-e757-4622-946e-f9755c280ef2
2022-03-17T10:47:32.084Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9dc6a00a-e757-4622-946e-f9755c280ef2 matches Tosca VF Customization UUID: 9dc6a00a-e757-4622-946e-f9755c280ef2
2022-03-17T10:47:32.084Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 9dc6a00a-e757-4622-946e-f9755c280ef2 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-03-17T10:47:32.088Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:32.088Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-17T10:47:32.090Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 9dc6a00a-e757-4622-946e-f9755c280ef2: {\"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-03-17T10:47:32.090Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@617ffbc3
2022-03-17T10:47:32.090Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:32.091Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-17 10-44-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-17T10:47:32.091Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a5232469-f856-4515-8046-1af2a404befa
2022-03-17T10:47:32.091Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a5232469-f856-4515-8046-1af2a404befa
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-03-17T10:47:32.095Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:32.096Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:32.096Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:32.096Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:32.097Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:32.097Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:32.098Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:32.098Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is not matching search criteria
2022-03-17T10:47:32.098Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-17T10:47:32.099Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-17T10:47:32.099Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-17T10:47:32.099Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-17T10:47:32.100Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-17T10:47:32.100Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-17T10:47:32.100Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:32.101Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-17T10:47:32.101Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-17T10:47:32.101Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-17T10:47:32.102Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-17T10:47:32.102Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=647bdbb1-7c06-4db7-a6c5-3f198050df64
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-03-17T10:47:32.115Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-17T10:47:32.116Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Node template vFW 59fef03a-87e1 0 is matching search criteria
2022-03-17T10:47:32.116Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 59fef03a-87e1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-17T10:47:32.116Z|43f6fbd4-87a4-4bd4-9e59-2c132cf2bb74|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery