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-15T10:45:55.520Z||main|||||INFO|500||The following profiles are active: basic
2022-03-15T10:46:11.611Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-15T10:46:11.612Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-15T10:46:11.756Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-15T10:46:17.965Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-15T10:46:18.567Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-15T10:46:19.572Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-15T10:46:19.581Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-15T10:46:19.750Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-15T10:46:20.212Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-15T10:46:21.267Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-15T10:46:23.695Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T10:46:26.936Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T10:46:27.016Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-15T10:46:27.699Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-15T10:46:27.873Z||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-15T10:46:29.580Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-15T10:46:31.037Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-15T10:46:31.059Z||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$$fa32a587.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-15T10:46:31.060Z||main|||||WARN|500||The sdc end point is not alive
2022-03-15T10:46:35.612Z||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-15T10:46:39.390Z||main|||||WARN|500||---
2022-03-15T10:46:39.432Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-15T10:46:39.432Z||main|||||WARN|500||---
2022-03-15T10:46:39.908Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-15T10:46:46.652Z||main|||||INFO|500||Started Application in 55.446 seconds (JVM running for 58.25)
2022-03-15T10:46:46.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-15T10:46:46.669Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-15T10:46:46.682Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-15T10:46:46.710Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-15T10:46:46.783Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b2c47b5-92f9-40fe-a2aa-a04ea6828ed2 url= /sdc/v1/artifactTypes
2022-03-15T10:46:46.783Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-15T10:46:47.114Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-15T10:46:47.154Z||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-15T10:46:47.181Z||scheduling-1|||||DEBUG|500||create keys
2022-03-15T10:46:47.190Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-15T10:46:47.229Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:46:47.248Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bb8dcce4-defe-46d3-b81f-59b64b217dc3 url= /sdc/v1/registerForDistribution
2022-03-15T10:46:47.364Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= bb8dcce4-defe-46d3-b81f-59b64b217dc3 url= /sdc/v1/registerForDistribution
2022-03-15T10:46:47.365Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-15T10:46:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:46:47.377Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:46:47.383Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-15T10:46:47.397Z||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-15T10:46:47.398Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:46:47.400Z||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-15T10:46:47.400Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:46:57.745Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:46:57.748Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:47:47.375Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:47:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:47:47.377Z||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-15T10:47:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:47:47.377Z||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-15T10:47:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:47:56.940Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:47:56.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:48:47.374Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:48:47.376Z||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-15T10:48:47.376Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:48:47.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:48:47.379Z||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-15T10:48:47.379Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:48:56.937Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:48:56.937Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:49:47.374Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:49:47.376Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-15T10:49:47.376Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ...
2022-03-15T10:49:47.377Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:49:47.379Z||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-15T10:49:47.379Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:49:56.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:49:56.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:50:47.375Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:50:47.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:50:47.376Z||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-15T10:50:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:50:47.377Z||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-15T10:50:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:50:56.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:50:56.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:51:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:51:47.375Z||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-15T10:51:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:51:47.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:51:47.379Z||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-15T10:51:47.379Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:51:56.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:51:56.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:52:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:52:47.375Z||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-15T10:52:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:52:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:52:47.378Z||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-15T10:52:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:52:56.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:52:56.937Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:53:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:53:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:53:47.377Z||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-15T10:53:47.377Z||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-15T10:53:47.382Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:53:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:53:56.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:53:56.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:54:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:54:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:54:47.380Z||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-15T10:54:47.380Z||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-15T10:54:47.380Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:54:47.380Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:54:56.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:54:56.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:55:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:55:47.376Z||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-15T10:55:47.376Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:55:47.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:55:47.377Z||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-15T10:55:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:55:56.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:55:56.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:56:13.058Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-15T10:56:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:56:47.376Z||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-15T10:56:47.376Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:56:47.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:56:47.378Z||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-15T10:56:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:56:56.938Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:56:56.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:57:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:57:47.375Z||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-15T10:57:47.376Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:57:47.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:57:47.378Z||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-15T10:57:47.379Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:57:56.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:57:56.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:58:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:58:47.375Z||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-15T10:58:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:58:47.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:58:47.377Z||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-15T10:58:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:58:56.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:58:56.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:59:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:59:47.376Z||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-15T10:59:47.376Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:59:47.377Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T10:59:47.378Z||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-15T10:59:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T10:59:56.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T10:59:56.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:00:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:00:47.375Z||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-15T11:00:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:00:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:00:47.377Z||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-15T11:00:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:00:56.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:00:56.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:01:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:01:47.375Z||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-15T11:01:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:01:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:01:47.378Z||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-15T11:01:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:01:56.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:01:56.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:02:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:02:47.375Z||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-15T11:02:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:02:47.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:02:47.378Z||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-15T11:02:47.379Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:02:56.935Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:02:56.935Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:03:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:03:47.376Z||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-15T11:03:47.376Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:03:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:03:47.377Z||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-15T11:03:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:03:56.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:03:56.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:04:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:04:47.376Z||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-15T11:04:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:04:47.376Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:04:47.377Z||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-15T11:04:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:04:56.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:04:56.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:05:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:05:47.375Z||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-15T11:05:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:05:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:05:47.377Z||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-15T11:05:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:05:56.944Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:05:56.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:06:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:06:47.375Z||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-15T11:06:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:06:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:06:47.377Z||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-15T11:06:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:06:56.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:06:56.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:07:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:07:47.375Z||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-15T11:07:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:07:47.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:07:47.378Z||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-15T11:07:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:07:56.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:07:56.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:08:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:08:47.375Z||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-15T11:08:47.376Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:08:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:08:47.377Z||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-15T11:08:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:08:56.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:08:56.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:09:47.375Z||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-15T11:09:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:09:47.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:09:47.377Z||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-15T11:09:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:09:56.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:09:56.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:10:47.376Z||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-15T11:10:47.376Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:10:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:10:47.377Z||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-15T11:10:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:10:56.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:10:56.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:11:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:11:47.375Z||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-15T11:11:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:11:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:11:47.377Z||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-15T11:11:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:11:56.935Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:11:56.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:12:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:12:47.375Z||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-15T11:12:47.375Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:12:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:12:47.377Z||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-15T11:12:47.377Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:12:56.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:12:56.942Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:13:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:13:47.377Z||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-15T11:13:47.377Z||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-15T11:13:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:13:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:13:48.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:48.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfe6d427-7d1f-4ff6-9318-37bba2cc22e8","serviceName":"basic_onboard_yKszfE","serviceVersion":"1.0","serviceUUID":"6cd5efd2-82de-429b-a270-cfe1ef0f8635","serviceDescription":"service","serviceInvariantUUID":"1452d246-884c-45fc-bd88-cade6f09beb5","resources":[{"resourceInstanceName":"basic_onboard_yKszfE 0","resourceName":"basic_onboard_yKszfE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39764b2d-65f9-4cb5-b231-6a0568599349","resourceInvariantUUID":"5abdc588-b204-42dd-be2c-8a7090facd3f","resourceCustomizationUUID":"52036f02-d5f7-41d5-bd99-0748da4717c7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml","artifactChecksum":"NTg3NGQwZjIzZDBjYjVhOWQ2YWUyYzlkMmNhZWRlMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76d556a3-b0e6-4b50-9cc3-7b1f0fc7d78a","artifactVersion":"1"},{"artifactName":"basic_onboard_ykszfe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json","artifactChecksum":"OGE5NGRiZTM1NDAxOTRkZWE4YWZkOGFhZjYxZjI4ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8aa06528-9e67-4ae8-8157-8dad3b36d83c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7fd2391b-d00f-443f-ab30-e76c704eb714","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b4b9abcc-7367-490f-84f2-33051aae392a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d874c0f4-ebb8-42d9-9172-78d02cad5828","artifactVersion":"2","generatedFromUUID":"7fd2391b-d00f-443f-ab30-e76c704eb714"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYkszfe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml","artifactChecksum":"MGNjMmFiNDY1Yzk5M2MyNDk3ZjJmMjM4ZTEwNzk3ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35f4b7bd-9baf-43cc-a669-c67c8986ed9b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYkszfe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar","artifactChecksum":"NTk1ZTMzNGZjMjgyYmQxNDIzZmE5OTU5YzViMTg2ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf59875c-0209-4840-99c4-076f093aa5bd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:13:48.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:48.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "cds",
"timestamp": 1647342771043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.071Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:13:48.081Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:13:48.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342772598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342771589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "policy-id",
"timestamp": 1647342773754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342772598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342771589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "cds",
"timestamp": 1647342771043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.102Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:13:48.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "policy-id",
"timestamp": 1647342773754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.103Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342772598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342771589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "cds",
"timestamp": 1647342771043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "policy-id",
"timestamp": 1647342773754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342771589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "cds",
"timestamp": 1647342771043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342772598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "policy-id",
"timestamp": 1647342773754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342771589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "cds",
"timestamp": 1647342771043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342772598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "policy-id",
"timestamp": 1647342773754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342783265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342772598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "cds",
"timestamp": 1647342771043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342771589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "policy-id",
"timestamp": 1647342773754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342783265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342771589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "cds",
"timestamp": 1647342771043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342772598,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "policy-id",
"timestamp": 1647342773754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342783265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342783265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342787338,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:48.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "cds",
"timestamp": 1647342787346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:48.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "policy-id",
"timestamp": 1647342788472,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:48.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342783265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "cds",
"timestamp": 1647342788372,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-15T11:13:48.202Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-03-15T11:13:48.207Z||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-15T11:13:48.208Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
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-15T11:13:48.223Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:48.225Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T11:13:48.389Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
2022-03-15T11:13:48.413Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:13:48.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "policy-id",
"timestamp": 1647342789488,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:13:48.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342788785,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:48.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342783265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "policy-id",
"timestamp": 1647342790493,
"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-15T11:13:48.459Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
2022-03-15T11:13:48.460Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:13:48.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342783265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342790161,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:48.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342791236,
"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-15T11:13:48.473Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
2022-03-15T11:13:48.474Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:13:48.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342791360,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:48.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342792241,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:13:48.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342795829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DEPLOY_ERROR"
}
2022-03-15T11:13:48.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "clamp",
"timestamp": 1647342796746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "clamp",
"timestamp": 1647342796746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "aai-ml",
"timestamp": 1647342798203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "clamp",
"timestamp": 1647342796746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "aai-ml",
"timestamp": 1647342798203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "clamp",
"timestamp": 1647342796746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "aai-ml",
"timestamp": 1647342798203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "clamp",
"timestamp": 1647342796746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "aai-ml",
"timestamp": 1647342798203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "clamp",
"timestamp": 1647342796746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "aai-ml",
"timestamp": 1647342798203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "clamp",
"timestamp": 1647342796746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "aai-ml",
"timestamp": 1647342798203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:48.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "aai-ml",
"timestamp": 1647342798203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:13:48.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:13:48.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "aai-ml",
"timestamp": 1647342806200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:48.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "clamp",
"timestamp": 1647342811043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:48.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "clamp",
"timestamp": 1647342813053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:13:48.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "clamp",
"timestamp": 1647342814058,
"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-15T11:13:48.497Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
2022-03-15T11:13:48.497Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:13:48.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "aai-ml",
"timestamp": 1647342822240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:13:48.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:13:48.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:13:48.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "aai-ml",
"timestamp": 1647342823262,
"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-15T11:13:48.508Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
2022-03-15T11:13:48.508Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:13:49.122Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:13:49.123Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:13:49.126Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:13:49.127Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:13:49.227Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:13:49.228Z||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-15T11:13:49.228Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:13:49.242Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:49.243Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:13:50.128Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:13:50.129Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:13:50.132Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:13:50.132Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:13:50.232Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:13:50.233Z||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-15T11:13:50.234Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:13:50.245Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:50.246Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:13:51.133Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:13:51.134Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:13:51.138Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:13:51.138Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:51.238Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:13:51.240Z||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-15T11:13:51.240Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:13:51.256Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:51.257Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:13:52.139Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:13:52.140Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:13:52.143Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:13:52.143Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T11:13:52.243Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:13:52.244Z||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-15T11:13:52.245Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:13:52.259Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:52.261Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:13:53.144Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:13:53.145Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:13:53.148Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:13:53.148Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:13:53.249Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:13:53.251Z||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-15T11:13:53.251Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:13:53.267Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:53.267Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:13:54.149Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:13:54.150Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:13:54.153Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:13:54.153Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:13:54.253Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:13:54.254Z||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-15T11:13:54.254Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:13:54.271Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:54.272Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:13:55.156Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"serviceName": "basic_onboard_yKszfE",
"serviceVersion": "1.0",
"serviceUUID": "6cd5efd2-82de-429b-a270-cfe1ef0f8635",
"serviceDescription": "service",
"serviceInvariantUUID": "1452d246-884c-45fc-bd88-cade6f09beb5",
"resources": [
{
"resourceInstanceName": "basic_onboard_yKszfE 0",
"resourceCustomizationUUID": "52036f02-d5f7-41d5-bd99-0748da4717c7",
"resourceName": "basic_onboard_yKszfE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "39764b2d-65f9-4cb5-b231-6a0568599349",
"resourceInvariantUUID": "5abdc588-b204-42dd-be2c-8a7090facd3f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ykszfe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"artifactChecksum": "OGE5NGRiZTM1NDAxOTRkZWE4YWZkOGFhZjYxZjI4ZjM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8aa06528-9e67-4ae8-8157-8dad3b36d83c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7fd2391b-d00f-443f-ab30-e76c704eb714",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d874c0f4-ebb8-42d9-9172-78d02cad5828",
"generatedFromUUID": "7fd2391b-d00f-443f-ab30-e76c704eb714"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d874c0f4-ebb8-42d9-9172-78d02cad5828",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYkszfe-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"artifactChecksum": "NTk1ZTMzNGZjMjgyYmQxNDIzZmE5OTU5YzViMTg2ZDI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bf59875c-0209-4840-99c4-076f093aa5bd"
}
],
"workloadContext": "Production"
}
2022-03-15T11:13:55.158Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:13:55.158Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6cd5efd2-82de-429b-a270-cfe1ef0f8635 ASDC
2022-03-15T11:13:55.358Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
ServiceName:basic_onboard_yKszfE
ServiceVersion:1.0
ServiceUUID:6cd5efd2-82de-429b-a270-cfe1ef0f8635
ServiceInvariantUUID:1452d246-884c-45fc-bd88-cade6f09beb5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYkszfe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar
ArtifactUUID:bf59875c-0209-4840-99c4-076f093aa5bd
ArtifactChecksum:NTk1ZTMzNGZjMjgyYmQxNDIzZmE5OTU5YzViMTg2ZDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yKszfE 0
ResourceCustomizationUUID:52036f02-d5f7-41d5-bd99-0748da4717c7
ResourceInvariantUUID:5abdc588-b204-42dd-be2c-8a7090facd3f
ResourceName:basic_onboard_yKszfE
ResourceType:VF
ResourceUUID:39764b2d-65f9-4cb5-b231-6a0568599349
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ykszfe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json
ArtifactUUID:8aa06528-9e67-4ae8-8157-8dad3b36d83c
ArtifactChecksum:OGE5NGRiZTM1NDAxOTRkZWE4YWZkOGFhZjYxZjI4ZjM=
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/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:7fd2391b-d00f-443f-ab30-e76c704eb714
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/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env
ArtifactUUID:d874c0f4-ebb8-42d9-9172-78d02cad5828
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/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env
ArtifactUUID:d874c0f4-ebb8-42d9-9172-78d02cad5828
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T11:13:55.359Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cd5efd2-82de-429b-a270-cfe1ef0f8635 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-15T11:13:55.426Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:13:55.429Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-15T11:13:55.433Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-15T11:13:55.434Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf59875c-0209-4840-99c4-076f093aa5bd from URL: /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:13:55.434Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:13:55.436Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:13:55.922Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:13:55.948Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar bf59875c-0209-4840-99c4-076f093aa5bd 71583
2022-03-15T11:13:55.951Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar ASDC sendASDCNotification
2022-03-15T11:13:55.951Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:13:55.952Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:13:55.954Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:13:55.957Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:13:55.957Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342835949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:13:56.057Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:13:56.059Z||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-15T11:13:56.059Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:13:56.073Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:13:56.074Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:13:56.959Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:13:56.960Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-15T11:13:56.961Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf59875c-0209-4840-99c4-076f093aa5bd, URL: /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar to file: /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:13:56.965Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:13:57.099Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:13:57.100Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:13:57.922Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12305242450604645111/Definitions/service-BasicOnboardYkszfe-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-15T11:14:00.515Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:14:00.521Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-15T11:14:00.521Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:00.521Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-15T11:14:00.521Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:00.521Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|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-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:00.522Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|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-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:00.522Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|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-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:00.522Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:00.522Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:00.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|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-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:00.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yKszfE 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-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:00.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|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-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:00.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-15T11:14:00.530Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.532Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:00.538Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria
2022-03-15T11:14:00.538Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-15T11:14:00.541Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:14:00.544Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.544Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:00.545Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria
2022-03-15T11:14:00.545Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-15T11:14:00.545Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:14:00.546Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.546Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:00.550Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.550Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is not matching search criteria
2022-03-15T11:14:00.551Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-15T11:14:00.551Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-15T11:14:00.552Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-15T11:14:00.552Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:14:00.553Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T11:14:00.553Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.553Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:14:00.555Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.555Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria
2022-03-15T11:14:00.556Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:14:00.557Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.557Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria
2022-03-15T11:14:00.557Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:14:00.558Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.558Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria
2022-03-15T11:14:00.559Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:14:00.559Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.560Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is not matching search criteria
2022-03-15T11:14:00.560Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T11:14:00.560Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:14:00.561Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e853151-7deb-4bcb-b102-6719ca4621a4
2022-03-15T11:14:00.562Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.562Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:00.562Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.563Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:00.563Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.563Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:00.564Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:00.564Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:00.565Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_yKszfE
Description:service
Model UUID:6cd5efd2-82de-429b-a270-cfe1ef0f8635
Model Version:NULL
Model InvariantUuid:1452d246-884c-45fc-bd88-cade6f09beb5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_yKszfE
Model UUID:6d59f8ba-eca0-4a00-91d1-a06d74fc90d3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5abdc588-b204-42dd-be2c-8a7090facd3f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:52036f02-d5f7-41d5-bd99-0748da4717c7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:6495dd45-d6cc-4407-a0d6-170b810c1731
ModelName:BasicOnboardYkszfe..base_ubuntu18..module-0
ModelUuid:7c3d81cc-baba-4c30-9ff1-20a752f5f812
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3e853151-7deb-4bcb-b102-6719ca4621a4
ModelInvariantUuid:85457d8c-9d1d-402b-ab53-d2ce8302b24a
ModelName:basic_onboard_yKszfE-nodes.ubuntu18Cvfc
ModelUuid:d420e720-2c17-454c-865a-f5627c3cac95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:b5a83c73-95fa-4987-ac68-5da478da453f
ModelInvariantUuid:8afe1ad3-5a69-4c73-aff1-1aa8ffc8b09c
ModelName:BasicOnboardYkszfe.compute.nodes.heat.ubuntu18
ModelUuid:140dbfbb-eb26-4d47-9d88-ef6b2fdea10c
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-15T11:14:00.575Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 39764b2d-65f9-4cb5-b231-6a0568599349
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-15T11:14:00.688Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||basic_onboard_yKszfE 0
2022-03-15T11:14:00.700Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39764b2d-65f9-4cb5-b231-6a0568599349
2022-03-15T11:14:00.700Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8aa06528-9e67-4ae8-8157-8dad3b36d83c from URL: /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json
2022-03-15T11:14:00.700Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:14:00.701Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json
2022-03-15T11:14:00.905Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:14:00.906Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json 8aa06528-9e67-4ae8-8157-8dad3b36d83c 798
2022-03-15T11:14:00.911Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json ASDC sendASDCNotification
2022-03-15T11:14:00.912Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json
2022-03-15T11:14:00.912Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:14:00.912Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:14:00.917Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:14:00.917Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342840911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:14:01.016Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-15T11:14:01.017Z||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-15T11:14:01.017Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:14:01.032Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:01.033Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:14:01.922Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYkszfe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6495dd45-d6cc-4407-a0d6-170b810c1731",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7c3d81cc-baba-4c30-9ff1-20a752f5f812",
"vfModuleModelCustomizationUUID": "60d3ec68-a612-412a-a908-bdb37bc1cdab",
"isBase": true,
"artifacts": [
"7fd2391b-d00f-443f-ab30-e76c704eb714",
"d874c0f4-ebb8-42d9-9172-78d02cad5828"
],
"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-15T11:14:01.944Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYkszfe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c3d81cc-baba-4c30-9ff1-20a752f5f812
VfModuleModelInvariantUUID:6495dd45-d6cc-4407-a0d6-170b810c1731
VfModuleModelDescription:NULL
Artifacts UUID List:{
7fd2391b-d00f-443f-ab30-e76c704eb714
,
d874c0f4-ebb8-42d9-9172-78d02cad5828
}
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-15T11:14:01.952Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYkszfe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "6495dd45-d6cc-4407-a0d6-170b810c1731",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "7c3d81cc-baba-4c30-9ff1-20a752f5f812",
"vfModuleModelCustomizationUUID": "60d3ec68-a612-412a-a908-bdb37bc1cdab",
"isBase": true,
"artifacts": [
"7fd2391b-d00f-443f-ab30-e76c704eb714",
"d874c0f4-ebb8-42d9-9172-78d02cad5828"
],
"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-15T11:14:01.952Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYkszfe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7c3d81cc-baba-4c30-9ff1-20a752f5f812
VfModuleModelInvariantUUID:6495dd45-d6cc-4407-a0d6-170b810c1731
VfModuleModelDescription:NULL
Artifacts UUID List:{
7fd2391b-d00f-443f-ab30-e76c704eb714
,
d874c0f4-ebb8-42d9-9172-78d02cad5828
}
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-15T11:14:01.953Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7fd2391b-d00f-443f-ab30-e76c704eb714 from URL: /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml
2022-03-15T11:14:01.953Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:14:01.953Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml
2022-03-15T11:14:02.190Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:14:02.190Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml 7fd2391b-d00f-443f-ab30-e76c704eb714 5033
2022-03-15T11:14:02.190Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T11:14:02.191Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml
2022-03-15T11:14:02.191Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:14:02.191Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:14:02.193Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:14:02.194Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342842190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:14:02.294Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:14:02.295Z||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-15T11:14:02.295Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:14:02.310Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:02.311Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:14:03.195Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d874c0f4-ebb8-42d9-9172-78d02cad5828 from URL: /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env
2022-03-15T11:14:03.195Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:14:03.196Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env
2022-03-15T11:14:04.436Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:14:04.436Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env d874c0f4-ebb8-42d9-9172-78d02cad5828 909
2022-03-15T11:14:04.437Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T11:14:04.437Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env
2022-03-15T11:14:04.437Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:14:04.437Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:14:04.441Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:14:04.441Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342844436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:14:04.541Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:14:04.542Z||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-15T11:14:04.542Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:14:04.555Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:04.556Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:14:05.442Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6cd5efd2-82de-429b-a270-cfe1ef0f8635
2022-03-15T11:14:05.442Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yKszfE 0 39764b2d-65f9-4cb5-b231-6a0568599349 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-15T11:14:05.477Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41165ebe, org.onap.sdc.toscaparser.api.parameters.Input@64e040fd, org.onap.sdc.toscaparser.api.parameters.Input@4a006966, org.onap.sdc.toscaparser.api.parameters.Input@4934148, org.onap.sdc.toscaparser.api.parameters.Input@77831cca]
2022-03-15T11:14:05.482Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.482Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:05.483Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-15T11:14:05.483Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 52036f02-d5f7-41d5-bd99-0748da4717c7
2022-03-15T11:14:05.483Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 52036f02-d5f7-41d5-bd99-0748da4717c7 matches Tosca VF Customization UUID: 52036f02-d5f7-41d5-bd99-0748da4717c7
2022-03-15T11:14:05.484Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 52036f02-d5f7-41d5-bd99-0748da4717c7 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-15T11:14:05.491Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.492Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:05.493Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 52036f02-d5f7-41d5-bd99-0748da4717c7: {\"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-15T11:14:05.493Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36b8b7b2
2022-03-15T11:14:05.494Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.494Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:14:05.495Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 60d3ec68-a612-412a-a908-bdb37bc1cdab
2022-03-15T11:14:05.497Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 60d3ec68-a612-412a-a908-bdb37bc1cdab
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-15T11:14:05.504Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.505Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria
2022-03-15T11:14:05.505Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:14:05.506Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.506Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria
2022-03-15T11:14:05.507Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:14:05.507Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.507Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is not matching search criteria
2022-03-15T11:14:05.508Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-15T11:14:05.508Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-15T11:14:05.508Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e853151-7deb-4bcb-b102-6719ca4621a4
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-15T11:14:05.518Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.519Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria
2022-03-15T11:14:05.519Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:14:05.520Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.520Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria
2022-03-15T11:14:05.520Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=52036f02-d5f7-41d5-bd99-0748da4717c7
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-15T11:14:05.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:05.524Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6cd5efd2-82de-429b-a270-cfe1ef0f8635: basic_onboard_yKszfE
2022-03-15T11:14:05.524Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.524Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:05.525Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.525Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:05.525Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.526Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:05.526Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.526Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:05.527Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:14:05.527Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:14:05.527Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_yKszfE
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-15T11:14:05.736Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yKszfE 39764b2d-65f9-4cb5-b231-6a0568599349 1 ASDC deployResourceStructure
2022-03-15T11:14:05.736Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json ASDC sendASDCNotification
2022-03-15T11:14:05.736Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json
2022-03-15T11:14:05.736Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:14:05.737Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:14:05.739Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:14:05.739Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342845736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:14:05.839Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:14:05.841Z||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-15T11:14:05.841Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:14:05.856Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:05.856Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:14:06.740Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-15T11:14:06.740Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml
2022-03-15T11:14:06.741Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:14:06.741Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:14:06.743Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:14:06.743Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342846740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T11:14:06.844Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:14:06.845Z||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-15T11:14:06.845Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:14:06.857Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:06.858Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:14:07.745Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-15T11:14:07.745Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env
2022-03-15T11:14:07.745Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:14:07.745Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:14:07.747Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:14:07.747Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342847744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-15T11:14:07.848Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:14:07.853Z||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-15T11:14:07.853Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:14:07.869Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:07.870Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:14:08.749Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar ASDC sendASDCNotification
2022-03-15T11:14:08.749Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar
2022-03-15T11:14:08.749Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:14:08.750Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:14:08.753Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:14:08.753Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342848749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:14:08.853Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:14:08.854Z||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-15T11:14:08.854Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:14:08.868Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:08.869Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:14:09.754Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:14:09.771Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:14:09.778Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:14:09.778Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:14:09.779Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:14:09.779Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:14:39.779Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:14:39.797Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:14:39.806Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:14:39.806Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:14:39.807Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:14:39.807Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:14:47.377Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:14:47.378Z||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-15T11:14:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:14:47.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:14:47.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:14:47.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:14:47.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:09.808Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:15:09.819Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:15:09.827Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:15:09.828Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:15:09.828Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:15:09.828Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:15:39.829Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:15:39.842Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:15:39.849Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:15:39.849Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:15:39.849Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:15:39.849Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:15:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:15:47.378Z||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-15T11:15:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:15:47.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:15:47.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342827374,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342835949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342840911,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342842190,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.434Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342844436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342845736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:15:47.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342846740,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T11:15:47.436Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342847744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-15T11:15:47.436Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647342848749,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:15:47.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "cds",
"timestamp": 1647342861045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "aai-ml",
"timestamp": 1647342858204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "cds",
"timestamp": 1647342861045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "aai-ml",
"timestamp": 1647342858204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "cds",
"timestamp": 1647342861045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "aai-ml",
"timestamp": 1647342858204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "cds",
"timestamp": 1647342861045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "aai-ml",
"timestamp": 1647342858204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "cds",
"timestamp": 1647342861045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "aai-ml",
"timestamp": 1647342858204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342871590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "cds",
"timestamp": 1647342861045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "aai-ml",
"timestamp": 1647342858204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342871590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342872598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "policy-id",
"timestamp": 1647342873754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "cds",
"timestamp": 1647342861045,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "aai-ml",
"timestamp": 1647342858204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342873265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342871590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342872598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "policy-id",
"timestamp": 1647342873754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342873265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "cds",
"timestamp": 1647342875030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342871590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "aai-ml",
"timestamp": 1647342875411,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.452Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342872598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "policy-id",
"timestamp": 1647342873754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342873265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "cds",
"timestamp": 1647342876038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-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-15T11:15:47.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3
2022-03-15T11:15:47.467Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:15:47.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342871590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342872598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "policy-id",
"timestamp": 1647342873754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342873265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342871590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342872598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "policy-id",
"timestamp": 1647342873754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342873265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "ves-openapi-manager",
"timestamp": 1647342871590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342872598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "policy-id",
"timestamp": 1647342873754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342873265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:15:47.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342872598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "policy-id",
"timestamp": 1647342873754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342873265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:15:47.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342880741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "policy-id",
"timestamp": 1647342881983,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342881380,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "policy-id",
"timestamp": 1647342882989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:15:47.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342882165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "policy-id",
"timestamp": 1647342883993,
"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-15T11:15:47.486Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3
2022-03-15T11:15:47.486Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:15:47.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342883361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:15:47.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342884385,
"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-15T11:15:47.498Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3
2022-03-15T11:15:47.498Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:15:47.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342884888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:15:47.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647342885389,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:15:47.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:15:47.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647342885894,
"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-15T11:15:47.508Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3
2022-03-15T11:15:47.508Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:15:47.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:15:47.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "aai-ml",
"timestamp": 1647342886395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:15:47.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:16:09.854Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:16:09.867Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:16:09.872Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:16:09.873Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:16:09.873Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:16:09.873Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:16:39.874Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:16:39.884Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@77b39f6e marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1900) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-15T11:16:39.888Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-15T11:16:39.889Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||ERROR|500||(conn=1900) WSREP has not yet prepared node for application use
2022-03-15T11:16:39.891Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1900) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-15T11:16:39.894Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
at com.sun.proxy.$Proxy188.find(Unknown Source)
at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1900) WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
... 68 common frames omitted
2022-03-15T11:16:39.904Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-15T11:16:39.906Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||ERROR|500||Exception occurred
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
at com.sun.proxy.$Proxy218.findById(Unknown Source)
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647)
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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
... 24 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
at com.sun.proxy.$Proxy141.rollback(Unknown Source)
at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
... 27 common frames omitted
2022-03-15T11:16:39.907Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-15T11:16:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:16:47.378Z||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-15T11:16:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:16:47.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:16:47.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "aai-ml",
"timestamp": 1647342887399,
"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-15T11:16:47.927Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3
2022-03-15T11:16:47.928Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:16:47.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "clamp",
"timestamp": 1647342886746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:16:47.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:16:47.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "clamp",
"timestamp": 1647342886746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:16:47.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:16:47.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "clamp",
"timestamp": 1647342886746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:16:47.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:16:47.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "clamp",
"timestamp": 1647342886746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:16:47.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:16:47.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "clamp",
"timestamp": 1647342886746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:16:47.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:16:47.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "clamp",
"timestamp": 1647342886746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:16:47.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:16:47.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "clamp",
"timestamp": 1647342886746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:16:47.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:16:47.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "clamp",
"timestamp": 1647342903052,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:16:47.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:16:47.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "clamp",
"timestamp": 1647342905062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:16:47.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:16:47.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:16:47.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "clamp",
"timestamp": 1647342906065,
"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-15T11:16:47.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3
2022-03-15T11:16:47.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:17:09.907Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:17:09.943Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:17:09.948Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:17:09.948Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:17:09.949Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:17:09.949Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:17:39.949Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:17:39.962Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:17:39.968Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:17:39.968Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:17:39.968Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:17:39.968Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:17:47.377Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:17:47.378Z||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-15T11:17:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:17:48.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:17:48.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647343011589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343012598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "policy-id",
"timestamp": 1647343013754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343012598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647343011589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "policy-id",
"timestamp": 1647343013754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343012598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647343011589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "policy-id",
"timestamp": 1647343013754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343023265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343012598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647343011589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "policy-id",
"timestamp": 1647343013754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343023265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343012598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647343011589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "policy-id",
"timestamp": 1647343013754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343023265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343012598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647343011589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "policy-id",
"timestamp": 1647343013754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "cds",
"timestamp": 1647343026042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343023265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343012598,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "ves-openapi-manager",
"timestamp": 1647343011589,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "policy-id",
"timestamp": 1647343013754,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "cds",
"timestamp": 1647343026042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343023265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "cds",
"timestamp": 1647343026042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343028762,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:17:48.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "policy-id",
"timestamp": 1647343029843,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:17:48.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343023265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "cds",
"timestamp": 1647343026042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "policy-id",
"timestamp": 1647343030847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:17:48.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343023265,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343030130,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:17:48.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "cds",
"timestamp": 1647343026042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "policy-id",
"timestamp": 1647343031850,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-15T11:17:48.062Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b
2022-03-15T11:17:48.062Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:17:48.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343031189,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:17:48.071Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343031434,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:17:48.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "cds",
"timestamp": 1647343026042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343032459,
"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-15T11:17:48.079Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b
2022-03-15T11:17:48.080Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:17:48.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "cds",
"timestamp": 1647343026042,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1647343033462,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:17:48.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "cds",
"timestamp": 1647343033968,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:17:48.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343034555,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:17:48.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "cds",
"timestamp": 1647343034978,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-15T11:17:48.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b
2022-03-15T11:17:48.107Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:17:48.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1647343035559,
"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-15T11:17:48.124Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b
2022-03-15T11:17:48.124Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:17:48.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "clamp",
"timestamp": 1647343036746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "clamp",
"timestamp": 1647343036746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "aai-ml",
"timestamp": 1647343038203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "clamp",
"timestamp": 1647343036746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "aai-ml",
"timestamp": 1647343038203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "clamp",
"timestamp": 1647343036746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "aai-ml",
"timestamp": 1647343038203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "clamp",
"timestamp": 1647343036746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "aai-ml",
"timestamp": 1647343038203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "clamp",
"timestamp": 1647343036746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "aai-ml",
"timestamp": 1647343038203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "clamp",
"timestamp": 1647343036746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "aai-ml",
"timestamp": 1647343038203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:17:48.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "aai-ml",
"timestamp": 1647343038203,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:17:48.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-03-15T11:17:48.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "aai-ml",
"timestamp": 1647343046108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:17:48.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "clamp",
"timestamp": 1647343050269,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:17:48.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "clamp",
"timestamp": 1647343052084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:17:48.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "clamp",
"timestamp": 1647343053088,
"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-15T11:17:48.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b
2022-03-15T11:17:48.156Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:17:48.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "aai-ml",
"timestamp": 1647343059834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:17:48.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:17:48.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-15T11:17:48.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "aai-ml",
"timestamp": 1647343060839,
"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-15T11:17:48.182Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b
2022-03-15T11:17:48.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:18:09.969Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:18:09.984Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:18:09.989Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:18:09.989Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:18:09.989Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:18:09.990Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:18:39.990Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:18:40.006Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8
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-15T11:18:40.011Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:18:40.011Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:18:40.011Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-15T11:18:40.011Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-15T11:18:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:18:47.378Z||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-15T11:18:47.378Z||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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:18:56.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:10.012Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-15T11:19:10.013Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:19:10.031Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 and serviceModelVersionId: 6cd5efd2-82de-429b-a270-cfe1ef0f8635
2022-03-15T11:19:10.031Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1452d246-884c-45fc-bd88-cade6f09beb5
2022-03-15T11:19:29.552Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0
2022-03-15T11:19:29.707Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:19:30.347Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0|INFO|500||Invoke
2022-03-15T11:19:30.356Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cfe6d427-7d1f-4ff6-9318-37bba2cc22e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0fdea844-6d33-4b59-b55d-57692d10b4be], X-ECOMP-RequestID=[cfe6d427-7d1f-4ff6-9318-37bba2cc22e8], X-TransactionId=[], X-ONAP-RequestID=[cfe6d427-7d1f-4ff6-9318-37bba2cc22e8], Content-Type=[application/merge-patch+json]}
2022-03-15T11:19:30.494Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}
2022-03-15T11:19:30.934Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?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/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220315-11:19:29:401-35453], vertex-id=[122944], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:19:29 GMT], Content-Type=[application/json]}
2022-03-15T11:19:30.936Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:19:30.937Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0|INFO|500||InvokeReturn
2022-03-15T11:19:30.941Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:19:30.943Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-15T11:19:30.949Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-15T11:19:30.951Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-15T11:19:30.952Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-15T11:19:30.952Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:30.962Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:30.962Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343170951,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-15T11:19:31.055Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-15T11:19:31.056Z||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-15T11:19:31.057Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:31.077Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:31.078Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 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-15T11:19:31.975Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:19:31.976Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|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-15T11:19:31.976Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|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 GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:36.346Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:36.347Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T11:19:36.348Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"199385ff-65f5-4758-a02a-b3836b30c3f3","serviceName":"vFW 2022-03-15 11-12-55","serviceVersion":"1.0","serviceUUID":"1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb","serviceDescription":"catalog service description","serviceInvariantUUID":"ae9f3c97-8890-4d75-af28-fbf469c1bba9","resources":[{"resourceInstanceName":"vFW 8f7848c0-9417 0","resourceName":"vFW 8f7848c0-9417","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dce7fa2b-01de-49db-a0a6-23e6dc9098f2","resourceInvariantUUID":"d594741d-d551-4016-8c2e-79ecff6045e3","resourceCustomizationUUID":"475b7967-e65b-4dc8-af04-bca43b4afcfa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml","artifactChecksum":"ZTU5N2QzNDljM2VkYjhhMTdjNGU5OWIyOGYxYTgzYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb718e65-21be-4220-bd16-b93872833036","artifactVersion":"1"},{"artifactName":"vfw8f7848c094170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json","artifactChecksum":"ZGI5Yjc2NDhlYjM2NDE2OWZjMjBjOGY0YjE2ZTAxYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7a0e0b9-0d68-440a-894e-674474fc4a6b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d541311a-969f-44f6-a705-817c382627fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml","artifactChecksum":"M2QyMDgzNTMwY2E2ODEwNjIzNjc2N2E2ZWNkOWQxYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6946ae1-f122-4ca1-a519-68abe7d93d75","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a277dc20-116f-4caa-84eb-054a684742d2","artifactVersion":"2","generatedFromUUID":"d541311a-969f-44f6-a705-817c382627fe"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315111255-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml","artifactChecksum":"MmQyYTViZGMxOTljMWM5NjVlMzcyNTM2YmZkYzYyOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7d0d9c37-a3a0-47d0-aaeb-2bc12f7d68fe","artifactVersion":"1"},{"artifactName":"service-Vfw20220315111255-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar","artifactChecksum":"NzZkMTcyZDYyZGNhZDU1MTNjMWQ1ZmM4YjU2N2VhOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a883be9-708b-43bb-b6ac-217d9e1838d2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:19:36.352Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:19:36.353Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:36.357Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:36.357Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:19:36.456Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:19:36.457Z||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-15T11:19:36.458Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:36.471Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:36.472Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:37.358Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:19:37.359Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:37.361Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:37.361Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:19:37.461Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:19:37.462Z||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-15T11:19:37.463Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:37.476Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:37.477Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:38.362Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:19:38.363Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:38.365Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:38.366Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:19:38.466Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:19:38.467Z||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-15T11:19:38.467Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:38.480Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:38.481Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:39.366Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:19:39.367Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:39.370Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:39.370Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:19:39.471Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:19:39.472Z||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-15T11:19:39.472Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:39.487Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:39.488Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:40.371Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:19:40.372Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:40.375Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:40.375Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T11:19:40.475Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:19:40.476Z||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-15T11:19:40.477Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:40.490Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:40.491Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:19:41.376Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:19:41.377Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:41.380Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:41.380Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:19:41.480Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:19:41.481Z||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-15T11:19:41.482Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:41.497Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:41.498Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:42.381Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:19:42.382Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:42.384Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:42.385Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:19:42.485Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:19:42.486Z||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-15T11:19:42.486Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:42.500Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:42.501Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:43.387Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"serviceName": "vFW 2022-03-15 11-12-55",
"serviceVersion": "1.0",
"serviceUUID": "1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ae9f3c97-8890-4d75-af28-fbf469c1bba9",
"resources": [
{
"resourceInstanceName": "vFW 8f7848c0-9417 0",
"resourceCustomizationUUID": "475b7967-e65b-4dc8-af04-bca43b4afcfa",
"resourceName": "vFW 8f7848c0-9417",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dce7fa2b-01de-49db-a0a6-23e6dc9098f2",
"resourceInvariantUUID": "d594741d-d551-4016-8c2e-79ecff6045e3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8f7848c094170_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"artifactChecksum": "ZGI5Yjc2NDhlYjM2NDE2OWZjMjBjOGY0YjE2ZTAxYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7a0e0b9-0d68-440a-894e-674474fc4a6b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d541311a-969f-44f6-a705-817c382627fe",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a277dc20-116f-4caa-84eb-054a684742d2",
"generatedFromUUID": "d541311a-969f-44f6-a705-817c382627fe"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "a277dc20-116f-4caa-84eb-054a684742d2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220315111255-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"artifactChecksum": "NzZkMTcyZDYyZGNhZDU1MTNjMWQ1ZmM4YjU2N2VhOGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4a883be9-708b-43bb-b6ac-217d9e1838d2"
}
],
"workloadContext": "Production"
}
2022-03-15T11:19:43.387Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:19:43.388Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb ASDC
2022-03-15T11:19:43.388Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:199385ff-65f5-4758-a02a-b3836b30c3f3
ServiceName:vFW 2022-03-15 11-12-55
ServiceVersion:1.0
ServiceUUID:1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb
ServiceInvariantUUID:ae9f3c97-8890-4d75-af28-fbf469c1bba9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315111255-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar
ArtifactUUID:4a883be9-708b-43bb-b6ac-217d9e1838d2
ArtifactChecksum:NzZkMTcyZDYyZGNhZDU1MTNjMWQ1ZmM4YjU2N2VhOGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8f7848c0-9417 0
ResourceCustomizationUUID:475b7967-e65b-4dc8-af04-bca43b4afcfa
ResourceInvariantUUID:d594741d-d551-4016-8c2e-79ecff6045e3
ResourceName:vFW 8f7848c0-9417
ResourceType:VF
ResourceUUID:dce7fa2b-01de-49db-a0a6-23e6dc9098f2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8f7848c094170_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json
ArtifactUUID:a7a0e0b9-0d68-440a-894e-674474fc4a6b
ArtifactChecksum:ZGI5Yjc2NDhlYjM2NDE2OWZjMjBjOGY0YjE2ZTAxYTA=
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/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml
ArtifactUUID:d541311a-969f-44f6-a705-817c382627fe
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/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env
ArtifactUUID:a277dc20-116f-4caa-84eb-054a684742d2
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/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env
ArtifactUUID:a277dc20-116f-4caa-84eb-054a684742d2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T11:19:43.389Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb 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-15T11:19:43.425Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:19:43.425Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-15T11:19:43.426Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-15T11:19:43.426Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4a883be9-708b-43bb-b6ac-217d9e1838d2 from URL: /sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar
2022-03-15T11:19:43.426Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:19:43.426Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar
2022-03-15T11:19:44.020Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:19:44.028Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar 4a883be9-708b-43bb-b6ac-217d9e1838d2 98953
2022-03-15T11:19:44.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar ASDC sendASDCNotification
2022-03-15T11:19:44.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar
2022-03-15T11:19:44.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:19:44.031Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:44.033Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:44.033Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343184030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:19:44.134Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:19:44.135Z||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-15T11:19:44.135Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:44.159Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:44.159Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:45.034Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:19:45.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-15T11:19:45.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4a883be9-708b-43bb-b6ac-217d9e1838d2, URL: /sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar to file: /app/ASDC/1/service-Vfw20220315111255-csar.csar
2022-03-15T11:19:45.037Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315111255-csar.csar
2022-03-15T11:19:45.038Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315111255-csar.csar
2022-03-15T11:19:45.038Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315111255-csar.csar
2022-03-15T11:19:45.282Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15862606186425535750/Definitions/service-Vfw20220315111255-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
2022-03-15T11:19:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-15T11:19:47.378Z||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-15T11:19:47.378Z||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 GJJuJEpNPB8vix3e) ...
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-15T11:19:47.686Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:19:47.687Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-15T11:19:47.687Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.687Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T11:19:47.688Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.688Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.688Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.689Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.689Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.689Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.689Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8f7848c0-9417 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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|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-Vfw20220315111255-csar.csar
2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-15T11:19:47.691Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.710Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:47.711Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:47.711Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-15T11:19:47.711Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:19:47.712Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.712Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:47.712Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:47.712Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-15T11:19:47.713Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:19:47.713Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.713Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:47.714Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.714Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria
2022-03-15T11:19:47.714Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:19:47.715Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:19:47.715Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:19:47.715Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.715Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:47.716Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.716Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:19:47.716Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:19:47.716Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:19:47.717Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.717Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:47.717Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:19:47.718Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:47.718Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:19:47.718Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.719Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T11:19:47.719Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.719Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:19:47.720Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.720Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:47.720Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:19:47.721Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.721Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:47.722Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:19:47.722Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.722Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:47.722Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:19:47.723Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.723Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria
2022-03-15T11:19:47.723Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:19:47.723Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:19:47.723Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T11:19:47.724Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:19:47.724Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:19:47.724Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.724Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:47.724Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:19:47.725Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:47.725Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:19:47.725Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.726Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c79797db-c5fa-4f5c-8791-801a7bb5b27e
2022-03-15T11:19:47.726Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria
2022-03-15T11:19:47.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:19:47.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:19:47.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:19:47.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.728Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:47.728Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.728Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:19:47.728Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T11:19:47.728Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:19:47.729Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:47.729Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:19:47.729Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.730Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3ac663de-433a-4bfe-abda-83e530463c5c
2022-03-15T11:19:47.730Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.730Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria
2022-03-15T11:19:47.731Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:19:47.731Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:19:47.731Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:19:47.732Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.732Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:47.732Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:19:47.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:19:47.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:19:47.734Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:19:47.734Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:47.734Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T11:19:47.735Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8207b76a-f026-4f9d-817d-db2e2dab0f2e
2022-03-15T11:19:47.735Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.735Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:47.736Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.736Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:47.736Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:47.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:47.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:47.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-15 11-12-55
Description:catalog service description
Model UUID:1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb
Model Version:NULL
Model InvariantUuid:ae9f3c97-8890-4d75-af28-fbf469c1bba9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8f7848c0-9417
Model UUID:c1815153-6020-4bca-94f2-3031cf6f9835
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d594741d-d551-4016-8c2e-79ecff6045e3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:475b7967-e65b-4dc8-af04-bca43b4afcfa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:de9ef54e-3dff-4070-b2fc-f1b6efa27207
ModelName:Vfw8f7848c09417..base_vfw..module-0
ModelUuid:4b4b97e5-ac40-4f43-a988-c1b05904bcf2
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c79797db-c5fa-4f5c-8791-801a7bb5b27e
ModelInvariantUuid:2dae30fc-d4c3-45b1-98bd-42093b2b687c
ModelName:vFW 8f7848c0-9417-nodes.vfwCvfc
ModelUuid:87c42354-d355-4f77-83f6-4ed635685d7d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c2b7fb62-20b5-44d7-a40c-c37492071439
ModelInvariantUuid:0e5e1cb5-4518-4dfe-9ec7-9ec8e6863dbf
ModelName:Vfw8f7848c09417.compute.nodes.heat.vfw
ModelUuid:a6b19191-0218-4d1f-8696-da7ed3f78db0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3ac663de-433a-4bfe-abda-83e530463c5c
ModelInvariantUuid:f7be9f7d-d88c-460f-9be6-8d81e77fbf33
ModelName:vFW 8f7848c0-9417-nodes.vsnCvfc
ModelUuid:0e35dba6-bca1-4775-a12e-596eb8474cbb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:7d106765-899a-4948-98ac-457ef38082f5
ModelInvariantUuid:2bfc1cbd-6ddd-4a46-8a73-2324f8027d8c
ModelName:Vfw8f7848c09417.compute.nodes.heat.vsn
ModelUuid:8fbbc784-0bf3-4367-9ff9-4fe5172c6a0e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8207b76a-f026-4f9d-817d-db2e2dab0f2e
ModelInvariantUuid:c453a711-5750-4e8b-a01f-8da0ea6b90f8
ModelName:vFW 8f7848c0-9417-nodes.vpgCvfc
ModelUuid:11c146e8-3d37-4921-b49f-05b0180f0f3e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:f2c69a28-5f6e-4c56-8daf-1e40e9851744
ModelInvariantUuid:00f39dfb-6a5b-40ab-ad91-792edbe8f1d2
ModelName:Vfw8f7848c09417.compute.nodes.heat.vpg
ModelUuid:793a66de-6de4-4da5-9a30-0073ae0f36ed
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-15T11:19:47.744Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dce7fa2b-01de-49db-a0a6-23e6dc9098f2
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-15T11:19:47.747Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||vFW 8f7848c0-9417 0
2022-03-15T11:19:47.748Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dce7fa2b-01de-49db-a0a6-23e6dc9098f2
2022-03-15T11:19:47.748Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a7a0e0b9-0d68-440a-894e-674474fc4a6b from URL: /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json
2022-03-15T11:19:47.748Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:19:47.749Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json
2022-03-15T11:19:47.805Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:19:47.806Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json a7a0e0b9-0d68-440a-894e-674474fc4a6b 785
2022-03-15T11:19:47.806Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json ASDC sendASDCNotification
2022-03-15T11:19:47.807Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json
2022-03-15T11:19:47.807Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:19:47.807Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:47.810Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:47.810Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343187806,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:19:47.910Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:19:47.911Z||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-15T11:19:47.911Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:47.924Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:47.925Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:19:47.938Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:47.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:19:47.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343170951,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_ERROR",
"errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-15T11:19:47.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:19:47.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:19:47.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:19:47.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:19:47.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:19:47.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:19:47.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T11:19:47.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:19:47.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:19:47.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-15T11:19:47.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-15T11:19:47.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343184030,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:19:47.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-15T11:19:48.812Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8f7848c09417..base_vfw..module-0",
"vfModuleModelInvariantUUID": "de9ef54e-3dff-4070-b2fc-f1b6efa27207",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4b4b97e5-ac40-4f43-a988-c1b05904bcf2",
"vfModuleModelCustomizationUUID": "c78088a6-f603-4ef0-8c90-b30820abe0fc",
"isBase": true,
"artifacts": [
"d541311a-969f-44f6-a705-817c382627fe",
"a277dc20-116f-4caa-84eb-054a684742d2"
],
"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-15T11:19:48.819Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8f7848c09417..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4b4b97e5-ac40-4f43-a988-c1b05904bcf2
VfModuleModelInvariantUUID:de9ef54e-3dff-4070-b2fc-f1b6efa27207
VfModuleModelDescription:NULL
Artifacts UUID List:{
d541311a-969f-44f6-a705-817c382627fe
,
a277dc20-116f-4caa-84eb-054a684742d2
}
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-15T11:19:48.833Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8f7848c09417..base_vfw..module-0",
"vfModuleModelInvariantUUID": "de9ef54e-3dff-4070-b2fc-f1b6efa27207",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4b4b97e5-ac40-4f43-a988-c1b05904bcf2",
"vfModuleModelCustomizationUUID": "c78088a6-f603-4ef0-8c90-b30820abe0fc",
"isBase": true,
"artifacts": [
"d541311a-969f-44f6-a705-817c382627fe",
"a277dc20-116f-4caa-84eb-054a684742d2"
],
"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-15T11:19:48.834Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8f7848c09417..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4b4b97e5-ac40-4f43-a988-c1b05904bcf2
VfModuleModelInvariantUUID:de9ef54e-3dff-4070-b2fc-f1b6efa27207
VfModuleModelDescription:NULL
Artifacts UUID List:{
d541311a-969f-44f6-a705-817c382627fe
,
a277dc20-116f-4caa-84eb-054a684742d2
}
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-15T11:19:48.834Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d541311a-969f-44f6-a705-817c382627fe from URL: /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml
2022-03-15T11:19:48.835Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:19:48.835Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml
2022-03-15T11:19:48.898Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:19:48.911Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml d541311a-969f-44f6-a705-817c382627fe 20368
2022-03-15T11:19:48.913Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T11:19:48.913Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml
2022-03-15T11:19:48.913Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:19:48.914Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:48.916Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:48.916Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343188913,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:19:49.017Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:19:49.018Z||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-15T11:19:49.018Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:49.036Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:49.037Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:49.917Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a277dc20-116f-4caa-84eb-054a684742d2 from URL: /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env
2022-03-15T11:19:49.918Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:19:49.918Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env
2022-03-15T11:19:49.980Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:19:49.982Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env a277dc20-116f-4caa-84eb-054a684742d2 2098
2022-03-15T11:19:49.982Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T11:19:49.983Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env
2022-03-15T11:19:49.983Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:19:49.983Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:49.986Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:49.986Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343189982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:19:50.087Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:19:50.089Z||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-15T11:19:50.089Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:50.101Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:50.102Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:50.987Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb
2022-03-15T11:19:50.988Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8f7848c0-9417 0 dce7fa2b-01de-49db-a0a6-23e6dc9098f2 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-15T11:19:51.008Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71bf6034, org.onap.sdc.toscaparser.api.parameters.Input@563c116e, org.onap.sdc.toscaparser.api.parameters.Input@4527b2d9, org.onap.sdc.toscaparser.api.parameters.Input@3fc11a67, org.onap.sdc.toscaparser.api.parameters.Input@3575736b]
2022-03-15T11:19:51.010Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.010Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:51.010Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-15T11:19:51.010Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 475b7967-e65b-4dc8-af04-bca43b4afcfa
2022-03-15T11:19:51.011Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 475b7967-e65b-4dc8-af04-bca43b4afcfa matches Tosca VF Customization UUID: 475b7967-e65b-4dc8-af04-bca43b4afcfa
2022-03-15T11:19:51.011Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 475b7967-e65b-4dc8-af04-bca43b4afcfa 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-15T11:19:51.014Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.014Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:51.015Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 475b7967-e65b-4dc8-af04-bca43b4afcfa: {\"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-15T11:19:51.015Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c985725
2022-03-15T11:19:51.015Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.016Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:19:51.016Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c78088a6-f603-4ef0-8c90-b30820abe0fc
2022-03-15T11:19:51.016Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c78088a6-f603-4ef0-8c90-b30820abe0fc
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-15T11:19:51.019Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.019Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:51.019Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:19:51.019Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.020Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:51.020Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:19:51.020Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.020Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria
2022-03-15T11:19:51.021Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:19:51.021Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:19:51.021Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T11:19:51.021Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:19:51.021Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:19:51.023Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c79797db-c5fa-4f5c-8791-801a7bb5b27e
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-15T11:19:51.025Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.025Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:51.025Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:19:51.026Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.026Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria
2022-03-15T11:19:51.026Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:19:51.026Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:19:51.026Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:19:51.028Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:51.028Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:19:51.028Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:19:51.028Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3ac663de-433a-4bfe-abda-83e530463c5c
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-15T11:19:51.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:51.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:19:51.034Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.034Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria
2022-03-15T11:19:51.034Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:19:51.034Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:19:51.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:19:51.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:19:51.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:19:51.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T11:19:51.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8207b76a-f026-4f9d-817d-db2e2dab0f2e
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-15T11:19:51.039Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.039Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:51.040Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:19:51.040Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.040Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria
2022-03-15T11:19:51.040Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=475b7967-e65b-4dc8-af04-bca43b4afcfa
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-15T11:19:51.043Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.044Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:51.044Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb: vFW 8f7848c0-9417
2022-03-15T11:19:51.044Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.045Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:51.045Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.045Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:51.045Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.046Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:51.046Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.046Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:51.046Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:19:51.047Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:19:51.047Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-15 11-12-55
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-15T11:19:51.247Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8f7848c0-9417 dce7fa2b-01de-49db-a0a6-23e6dc9098f2 1 ASDC deployResourceStructure
2022-03-15T11:19:51.248Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json ASDC sendASDCNotification
2022-03-15T11:19:51.249Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json
2022-03-15T11:19:51.249Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:19:51.250Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:51.253Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:51.254Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343191248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json",
"status": "DEPLOY_OK"
}
2022-03-15T11:19:51.353Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:19:51.355Z||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-15T11:19:51.355Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:51.371Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:51.371Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:52.256Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T11:19:52.257Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml
2022-03-15T11:19:52.257Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:19:52.257Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:52.260Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:52.260Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343192256,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-15T11:19:52.360Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:19:52.361Z||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-15T11:19:52.361Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:52.376Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:52.377Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:53.262Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T11:19:53.263Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env
2022-03-15T11:19:53.263Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:19:53.263Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:53.266Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:53.266Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343193262,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-15T11:19:53.366Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:19:53.368Z||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-15T11:19:53.368Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:53.380Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:53.381Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:19:54.268Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar ASDC sendASDCNotification
2022-03-15T11:19:54.268Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar
2022-03-15T11:19:54.268Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-15T11:19:54.269Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:19:54.271Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:19:54.271Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343194268,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-15T11:19:54.371Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:19:54.372Z||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-15T11:19:54.372Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:19:54.385Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:19:54.386Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:19:55.272Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 199385ff-65f5-4758-a02a-b3836b30c3f3
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-15T11:19:55.285Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 199385ff-65f5-4758-a02a-b3836b30c3f3
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-15T11:19:55.290Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-15T11:19:55.290Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-15T11:19:55.290Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:19:55.292Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-15T11:19:55.292Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-15T11:19:55.298Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-15T11:20:25.299Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:20:25.304Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 199385ff-65f5-4758-a02a-b3836b30c3f3 and serviceModelVersionId: 1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb
2022-03-15T11:20:25.305Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae9f3c97-8890-4d75-af28-fbf469c1bba9
2022-03-15T11:20:25.306Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?depth=0
2022-03-15T11:20:25.310Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-15T11:20:25.404Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?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-15T11:20:25.406Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?depth=0|INFO|500||Invoke
2022-03-15T11:20:25.449Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-15T11:20:25.725Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?depth=0|INFO|500||InvokeReturn
2022-03-15T11:20:25.725Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220315-11:20:24:356-2813], vertex-id=[135232], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:20:24 GMT], Content-Type=[application/json]}
2022-03-15T11:20:25.726Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-15T11:20:25.726Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-15T11:20:25.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-15T11:20:25.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-15T11:20:25.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 199385ff-65f5-4758-a02a-b3836b30c3f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-15T11:20:25.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-15T11:20:25.734Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:25.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:25.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343225733,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-15T11:20:25.837Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:20:25.839Z||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-15T11:20:25.839Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:25.859Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:25.859Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 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-15T11:20:26.757Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-15T11:20:26.757Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"53c6a6d6-67b8-4cd7-9201-13389dddde4b","serviceName":"vFW 2022-03-15 11-15-27","serviceVersion":"1.0","serviceUUID":"397666e0-15f9-4035-b3f3-064564680e83","serviceDescription":"catalog service description","serviceInvariantUUID":"bd586d49-67c4-4a65-90e0-edd66392786c","resources":[{"resourceInstanceName":"vFW 07de0481-4a3d 0","resourceName":"vFW 07de0481-4a3d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4416dd3f-c981-4d76-a81b-e2d91957222d","resourceInvariantUUID":"2e96191d-eff4-477d-9b67-53a61e747b35","resourceCustomizationUUID":"22329265-0485-42ed-9b09-fb50cbe899ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml","artifactChecksum":"ZGM0M2U5MzU0ZWYxZjk1ZjVkM2ZhMGE2ZGQyNjIxZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef0141d3-633e-4c6a-98ff-955d2e5bb899","artifactVersion":"1"},{"artifactName":"vfw07de04814a3d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json","artifactChecksum":"NDlhOGI2ZmMzNTAwMWNkMTIyODdkZDY4MmM4NjM4NmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"316b9c4f-d031-465e-9ac4-541665557660","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"30c403b7-b77d-4d8b-b1a1-3bfb3e147315","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml","artifactChecksum":"YzZiYzQwYTllNzA3NTQxYTcwZWJkMmNlMzY3MzhkYWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b8b0381-c77f-4aac-bff2-29b753e07ecb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24f733e0-f784-4809-9d6c-8e6a6d51b597","artifactVersion":"2","generatedFromUUID":"30c403b7-b77d-4d8b-b1a1-3bfb3e147315"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315111527-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml","artifactChecksum":"ZGE2NjlhZmU5NDJhNmI4MjcwNjk0NjQ3YzM3NjA1MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8fd6aa94-d51e-4522-ab5c-dc2b4794b5fa","artifactVersion":"1"},{"artifactName":"service-Vfw20220315111527-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar","artifactChecksum":"NjI5ZjM0OTE1NWE1Y2QzMWMzYTFkMTMxNTJjYTQ1MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f54af268-3515-42db-ab4d-f54d0735906b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-15T11:20:26.759Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:20:26.759Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:26.762Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:26.762Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:20:26.862Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:20:26.865Z||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-15T11:20:26.865Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:26.885Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:26.886Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:20:27.762Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:20:27.763Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:27.766Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:27.766Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "NOTIFIED"
}
2022-03-15T11:20:27.867Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:20:27.868Z||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-15T11:20:27.868Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:27.882Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:27.882Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:20:28.767Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:20:28.768Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:28.770Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:28.771Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-15T11:20:28.871Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:20:28.872Z||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-15T11:20:28.872Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:28.884Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:28.885Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:20:29.772Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:20:29.773Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:29.775Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:29.775Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:20:29.875Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:20:29.877Z||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-15T11:20:29.877Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:29.891Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:29.891Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:20:30.776Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:20:30.777Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:30.779Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:30.779Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-15T11:20:30.879Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:20:30.880Z||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-15T11:20:30.880Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:30.899Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:30.899Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:20:31.780Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:20:31.781Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:31.783Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:31.784Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-15T11:20:31.885Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-15T11:20:31.886Z||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-15T11:20:31.886Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:31.908Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:31.908Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:20:32.784Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-15T11:20:32.785Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:32.787Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:32.788Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343171975,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "NOTIFIED"
}
2022-03-15T11:20:32.889Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:20:32.891Z||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-15T11:20:32.892Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:32.906Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:32.907Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:20:33.789Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"serviceName": "vFW 2022-03-15 11-15-27",
"serviceVersion": "1.0",
"serviceUUID": "397666e0-15f9-4035-b3f3-064564680e83",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bd586d49-67c4-4a65-90e0-edd66392786c",
"resources": [
{
"resourceInstanceName": "vFW 07de0481-4a3d 0",
"resourceCustomizationUUID": "22329265-0485-42ed-9b09-fb50cbe899ef",
"resourceName": "vFW 07de0481-4a3d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "4416dd3f-c981-4d76-a81b-e2d91957222d",
"resourceInvariantUUID": "2e96191d-eff4-477d-9b67-53a61e747b35",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw07de04814a3d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"artifactChecksum": "NDlhOGI2ZmMzNTAwMWNkMTIyODdkZDY4MmM4NjM4NmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "316b9c4f-d031-465e-9ac4-541665557660",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "30c403b7-b77d-4d8b-b1a1-3bfb3e147315",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "24f733e0-f784-4809-9d6c-8e6a6d51b597",
"generatedFromUUID": "30c403b7-b77d-4d8b-b1a1-3bfb3e147315"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "24f733e0-f784-4809-9d6c-8e6a6d51b597",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220315111527-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"artifactChecksum": "NjI5ZjM0OTE1NWE1Y2QzMWMzYTFkMTMxNTJjYTQ1MjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f54af268-3515-42db-ab4d-f54d0735906b"
}
],
"workloadContext": "Production"
}
2022-03-15T11:20:33.789Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-15T11:20:33.790Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 397666e0-15f9-4035-b3f3-064564680e83 ASDC
2022-03-15T11:20:33.790Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:53c6a6d6-67b8-4cd7-9201-13389dddde4b
ServiceName:vFW 2022-03-15 11-15-27
ServiceVersion:1.0
ServiceUUID:397666e0-15f9-4035-b3f3-064564680e83
ServiceInvariantUUID:bd586d49-67c4-4a65-90e0-edd66392786c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220315111527-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar
ArtifactUUID:f54af268-3515-42db-ab4d-f54d0735906b
ArtifactChecksum:NjI5ZjM0OTE1NWE1Y2QzMWMzYTFkMTMxNTJjYTQ1MjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 07de0481-4a3d 0
ResourceCustomizationUUID:22329265-0485-42ed-9b09-fb50cbe899ef
ResourceInvariantUUID:2e96191d-eff4-477d-9b67-53a61e747b35
ResourceName:vFW 07de0481-4a3d
ResourceType:VF
ResourceUUID:4416dd3f-c981-4d76-a81b-e2d91957222d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw07de04814a3d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json
ArtifactUUID:316b9c4f-d031-465e-9ac4-541665557660
ArtifactChecksum:NDlhOGI2ZmMzNTAwMWNkMTIyODdkZDY4MmM4NjM4NmE=
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/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml
ArtifactUUID:30c403b7-b77d-4d8b-b1a1-3bfb3e147315
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/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env
ArtifactUUID:24f733e0-f784-4809-9d6c-8e6a6d51b597
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/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env
ArtifactUUID:24f733e0-f784-4809-9d6c-8e6a6d51b597
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-15T11:20:33.790Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 397666e0-15f9-4035-b3f3-064564680e83 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-15T11:20:33.821Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:20:33.822Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-15T11:20:33.822Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-15T11:20:33.822Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f54af268-3515-42db-ab4d-f54d0735906b from URL: /sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar
2022-03-15T11:20:33.822Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:20:33.823Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar
2022-03-15T11:20:35.378Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:20:35.384Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar f54af268-3515-42db-ab4d-f54d0735906b 98918
2022-03-15T11:20:35.384Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar ASDC sendASDCNotification
2022-03-15T11:20:35.385Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar
2022-03-15T11:20:35.385Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:20:35.385Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:35.387Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:35.387Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343235384,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:20:35.487Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:20:35.489Z||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-15T11:20:35.490Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:35.502Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:35.504Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-15T11:20:36.388Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-15T11:20:36.389Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-15T11:20:36.389Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f54af268-3515-42db-ab4d-f54d0735906b, URL: /sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar to file: /app/ASDC/1/service-Vfw20220315111527-csar.csar
2022-03-15T11:20:36.390Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315111527-csar.csar
2022-03-15T11:20:36.390Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315111527-csar.csar
2022-03-15T11:20:36.390Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315111527-csar.csar
2022-03-15T11:20:36.586Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5479731021310559373/Definitions/service-Vfw20220315111527-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-15T11:20:39.215Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07de0481-4a3d 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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-Vfw20220315111527-csar.csar
2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria
2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-15T11:20:39.219Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:20:39.219Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.219Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:20:39.219Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria
2022-03-15T11:20:39.220Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-15T11:20:39.220Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-15T11:20:39.220Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.220Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:20:39.221Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.221Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria
2022-03-15T11:20:39.221Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:20:39.221Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:20:39.221Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:20:39.222Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.222Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:39.222Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.222Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:20:39.222Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:20:39.223Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:20:39.223Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.223Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:39.223Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:20:39.224Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:39.224Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:20:39.224Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.224Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-15T11:20:39.224Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.225Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:20:39.225Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.225Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria
2022-03-15T11:20:39.225Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:20:39.226Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.226Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria
2022-03-15T11:20:39.226Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:20:39.226Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.226Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria
2022-03-15T11:20:39.227Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:20:39.227Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.227Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria
2022-03-15T11:20:39.227Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:20:39.228Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:20:39.228Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T11:20:39.228Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:20:39.228Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:20:39.228Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.229Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:39.229Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:20:39.229Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:39.229Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:20:39.229Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.230Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23e85a10-d8bc-46fd-83e2-67fcb668cc12
2022-03-15T11:20:39.230Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.230Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria
2022-03-15T11:20:39.230Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:20:39.231Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:20:39.231Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:20:39.231Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.231Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:39.231Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.232Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:20:39.232Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-15T11:20:39.232Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:20:39.232Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:39.232Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:20:39.233Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.233Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d20d391-8381-4c4a-96ea-32d683d05c31
2022-03-15T11:20:39.233Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.233Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria
2022-03-15T11:20:39.233Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:20:39.234Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:20:39.234Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-15T11:20:39.234Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.234Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:39.235Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.235Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-15T11:20:39.235Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:20:39.235Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:20:39.235Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:20:39.236Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:39.236Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-15T11:20:39.236Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01e0c5f4-bf2b-49bd-9e55-be416cdaac9c
2022-03-15T11:20:39.236Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.236Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:20:39.237Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.237Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:20:39.237Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.237Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:20:39.237Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:39.238Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:20:39.238Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-15 11-15-27
Description:catalog service description
Model UUID:397666e0-15f9-4035-b3f3-064564680e83
Model Version:NULL
Model InvariantUuid:bd586d49-67c4-4a65-90e0-edd66392786c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 07de0481-4a3d
Model UUID:65273002-eb6f-4c44-bf10-0dc2477cf886
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2e96191d-eff4-477d-9b67-53a61e747b35
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:22329265-0485-42ed-9b09-fb50cbe899ef
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:81bf9a64-fd60-4966-9f87-e0f1ef990d05
ModelName:Vfw07de04814a3d..base_vfw..module-0
ModelUuid:2fb9b857-6712-4a39-b89b-3ab3aed67520
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:23e85a10-d8bc-46fd-83e2-67fcb668cc12
ModelInvariantUuid:ee2523ad-91b1-463c-9c97-e86c89296a6c
ModelName:vFW 07de0481-4a3d-nodes.vfwCvfc
ModelUuid:e1522f37-d491-46f4-9fa0-c74007f5c5a7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4674feea-b036-41aa-9810-58fe9a8fcaef
ModelInvariantUuid:b0b5cca3-ee9d-4d61-b7bc-aca01a977479
ModelName:Vfw07de04814a3d.compute.nodes.heat.vfw
ModelUuid:24b82054-4503-4f89-9a91-1079c1cc58c3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9d20d391-8381-4c4a-96ea-32d683d05c31
ModelInvariantUuid:327b5801-c0d0-4eff-a50f-760014519660
ModelName:vFW 07de0481-4a3d-nodes.vsnCvfc
ModelUuid:94962e44-78c6-4e64-94c5-0127af73beff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:121af58c-f3f9-4111-ba03-fabb66e7fa6f
ModelInvariantUuid:ab96e2b6-524e-4756-bd03-36345ed823e2
ModelName:Vfw07de04814a3d.compute.nodes.heat.vsn
ModelUuid:a00e39c3-5a0d-4e3a-bb65-8e8c2114825e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:01e0c5f4-bf2b-49bd-9e55-be416cdaac9c
ModelInvariantUuid:61fe236a-21e2-416d-b78d-3e8779bb67ee
ModelName:vFW 07de0481-4a3d-nodes.vpgCvfc
ModelUuid:57cd2287-f17c-41e5-9f7b-bf61ad3abed1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d899f8f9-4151-4e78-a420-e1a971e5b919
ModelInvariantUuid:70b91847-902a-428e-a82f-3499e115316f
ModelName:Vfw07de04814a3d.compute.nodes.heat.vpg
ModelUuid:593dca35-0402-42fe-8b80-c45487ceb810
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-15T11:20:39.243Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4416dd3f-c981-4d76-a81b-e2d91957222d
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-15T11:20:39.247Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||vFW 07de0481-4a3d 0
2022-03-15T11:20:39.247Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4416dd3f-c981-4d76-a81b-e2d91957222d
2022-03-15T11:20:39.247Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 316b9c4f-d031-465e-9ac4-541665557660 from URL: /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json
2022-03-15T11:20:39.247Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:20:39.247Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json
2022-03-15T11:20:39.480Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:20:39.480Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json 316b9c4f-d031-465e-9ac4-541665557660 785
2022-03-15T11:20:39.481Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json ASDC sendASDCNotification
2022-03-15T11:20:39.481Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json
2022-03-15T11:20:39.481Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:20:39.481Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:39.485Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:39.485Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343239481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:20:39.584Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:20:39.586Z||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-15T11:20:39.586Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:39.600Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:39.601Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:20:40.486Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw07de04814a3d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "81bf9a64-fd60-4966-9f87-e0f1ef990d05",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2fb9b857-6712-4a39-b89b-3ab3aed67520",
"vfModuleModelCustomizationUUID": "e5c206de-f3ab-4600-bf25-48c3b0ff92d9",
"isBase": true,
"artifacts": [
"30c403b7-b77d-4d8b-b1a1-3bfb3e147315",
"24f733e0-f784-4809-9d6c-8e6a6d51b597"
],
"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-15T11:20:40.489Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw07de04814a3d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2fb9b857-6712-4a39-b89b-3ab3aed67520
VfModuleModelInvariantUUID:81bf9a64-fd60-4966-9f87-e0f1ef990d05
VfModuleModelDescription:NULL
Artifacts UUID List:{
30c403b7-b77d-4d8b-b1a1-3bfb3e147315
,
24f733e0-f784-4809-9d6c-8e6a6d51b597
}
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-15T11:20:40.492Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw07de04814a3d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "81bf9a64-fd60-4966-9f87-e0f1ef990d05",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2fb9b857-6712-4a39-b89b-3ab3aed67520",
"vfModuleModelCustomizationUUID": "e5c206de-f3ab-4600-bf25-48c3b0ff92d9",
"isBase": true,
"artifacts": [
"30c403b7-b77d-4d8b-b1a1-3bfb3e147315",
"24f733e0-f784-4809-9d6c-8e6a6d51b597"
],
"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-15T11:20:40.492Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw07de04814a3d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2fb9b857-6712-4a39-b89b-3ab3aed67520
VfModuleModelInvariantUUID:81bf9a64-fd60-4966-9f87-e0f1ef990d05
VfModuleModelDescription:NULL
Artifacts UUID List:{
30c403b7-b77d-4d8b-b1a1-3bfb3e147315
,
24f733e0-f784-4809-9d6c-8e6a6d51b597
}
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-15T11:20:40.492Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 30c403b7-b77d-4d8b-b1a1-3bfb3e147315 from URL: /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml
2022-03-15T11:20:40.492Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:20:40.493Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml
2022-03-15T11:20:40.771Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:20:40.772Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml 30c403b7-b77d-4d8b-b1a1-3bfb3e147315 20368
2022-03-15T11:20:40.773Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-15T11:20:40.773Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml
2022-03-15T11:20:40.773Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:20:40.773Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:40.777Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:40.778Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343240772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:20:40.877Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-15T11:20:40.879Z||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-15T11:20:40.879Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:40.895Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:40.896Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:20:41.780Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24f733e0-f784-4809-9d6c-8e6a6d51b597 from URL: /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env
2022-03-15T11:20:41.780Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-15T11:20:41.780Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env
2022-03-15T11:20:42.084Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-15T11:20:42.084Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env 24f733e0-f784-4809-9d6c-8e6a6d51b597 2098
2022-03-15T11:20:42.085Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-15T11:20:42.085Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env
2022-03-15T11:20:42.085Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-15T11:20:42.085Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-15T11:20:42.088Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-15T11:20:42.088Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1647343242085,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-15T11:20:42.188Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-15T11:20:42.189Z||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-15T11:20:42.189Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ...
2022-03-15T11:20:42.202Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-15T11:20:42.203Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-15T11:20:43.089Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 397666e0-15f9-4035-b3f3-064564680e83
2022-03-15T11:20:43.089Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 07de0481-4a3d 0 4416dd3f-c981-4d76-a81b-e2d91957222d 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-15T11:20:43.114Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3180edc6, org.onap.sdc.toscaparser.api.parameters.Input@7a465eb9, org.onap.sdc.toscaparser.api.parameters.Input@6c871ddc, org.onap.sdc.toscaparser.api.parameters.Input@1af533d5, org.onap.sdc.toscaparser.api.parameters.Input@2c2d0390]
2022-03-15T11:20:43.116Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:43.116Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:20:43.116Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-15T11:20:43.117Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 22329265-0485-42ed-9b09-fb50cbe899ef
2022-03-15T11:20:43.117Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22329265-0485-42ed-9b09-fb50cbe899ef matches Tosca VF Customization UUID: 22329265-0485-42ed-9b09-fb50cbe899ef
2022-03-15T11:20:43.117Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 22329265-0485-42ed-9b09-fb50cbe899ef 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-15T11:20:43.120Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:43.120Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-15T11:20:43.121Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 22329265-0485-42ed-9b09-fb50cbe899ef: {\"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-15T11:20:43.122Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3335dc2
2022-03-15T11:20:43.122Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:43.123Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-15T11:20:43.123Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e5c206de-f3ab-4600-bf25-48c3b0ff92d9
2022-03-15T11:20:43.124Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e5c206de-f3ab-4600-bf25-48c3b0ff92d9
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-15T11:20:43.134Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:43.135Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria
2022-03-15T11:20:43.135Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:20:43.135Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:43.136Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria
2022-03-15T11:20:43.136Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:20:43.136Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:43.136Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria
2022-03-15T11:20:43.137Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-15T11:20:43.137Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-15T11:20:43.137Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-15T11:20:43.137Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-15T11:20:43.138Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-15T11:20:43.138Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-15T11:20:43.138Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:43.138Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-15T11:20:43.139Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-15T11:20:43.139Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-15T11:20:43.139Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-15T11:20:43.139Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23e85a10-d8bc-46fd-83e2-67fcb668cc12
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-15T11:20:43.142Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-15T11:20:43.143Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria
2022-03-15T11:20:43.143Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-15T11:20:43.144Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery