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-04-05T03:12:04.292Z||main|||||INFO|500||The following profiles are active: basic
2022-04-05T03:12:17.607Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-05T03:12:17.608Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-05T03:12:17.802Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-05T03:12:22.918Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-05T03:12:23.367Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-05T03:12:23.910Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-05T03:12:23.923Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-05T03:12:24.081Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-05T03:12:24.329Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-05T03:12:25.138Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-05T03:12:26.982Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-05T03:12:30.070Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-05T03:12:30.145Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-05T03:12:30.807Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-05T03:12:30.949Z||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-04-05T03:12:32.661Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-05T03:12:34.073Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-04-05T03:12:34.105Z||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-04-05T03:12:34.107Z||main|||||WARN|500||The sdc end point is not alive
2022-04-05T03:12:38.468Z||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-04-05T03:12:41.988Z||main|||||WARN|500||---
2022-04-05T03:12:41.989Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-05T03:12:41.990Z||main|||||WARN|500||---
2022-04-05T03:12:42.552Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-05T03:12:48.487Z||main|||||INFO|500||Started Application in 48.37 seconds (JVM running for 50.913)
2022-04-05T03:12:48.515Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-05T03:12:48.517Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-05T03:12:48.530Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-05T03:12:48.559Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-05T03:12:48.613Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5289c884-a96c-48ab-bb20-5653b3d3ee64 url= /sdc/v1/artifactTypes
2022-04-05T03:12:48.613Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-05T03:12:48.957Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-05T03:12:48.982Z||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-04-05T03:12:49.005Z||scheduling-1|||||DEBUG|500||create keys
2022-04-05T03:12:49.014Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-05T03:12:49.052Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:12:49.076Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a4223347-fdce-47f6-aee2-df8b15111d01 url= /sdc/v1/registerForDistribution
2022-04-05T03:12:49.312Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a4223347-fdce-47f6-aee2-df8b15111d01 url= /sdc/v1/registerForDistribution
2022-04-05T03:12:49.312Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-05T03:12:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:12:49.325Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:12:49.331Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-05T03:12:49.332Z||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-04-05T03:12:49.332Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:12:49.332Z||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-04-05T03:12:49.332Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:12:59.650Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:12:59.650Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:13:49.320Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:13:49.321Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:13:49.321Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:13:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:13:49.323Z||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-04-05T03:13:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:13:58.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:13:58.896Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:14:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:14:49.321Z||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-04-05T03:14:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:14:49.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:14:49.323Z||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-04-05T03:14:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:14:58.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:14:58.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:15:49.320Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:15:49.321Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:15:49.321Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:15:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:15:49.323Z||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-04-05T03:15:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:15:58.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:15:58.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:16:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:16:49.321Z||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-04-05T03:16:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:16:49.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:16:49.324Z||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-04-05T03:16:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:16:58.897Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:16:58.897Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:17:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:17:49.321Z||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-04-05T03:17:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:17:49.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:17:49.323Z||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-04-05T03:17:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:17:58.870Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:17:58.873Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:18:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:18:49.321Z||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-04-05T03:18:49.322Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:18:49.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:18:49.323Z||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-04-05T03:18:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:18:58.866Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:18:58.869Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:19:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:19:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:19:49.323Z||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-04-05T03:19:49.323Z||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-04-05T03:19:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:19:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:19:58.874Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:19:58.874Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:20:49.320Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:20:49.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:20:49.324Z||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-04-05T03:20:49.324Z||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-04-05T03:20:49.325Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:20:49.325Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:20:58.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:20:58.872Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:21:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:21:49.321Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:21:49.321Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:21:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:21:49.324Z||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-04-05T03:21:49.325Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:21:58.876Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:21:58.900Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:22:10.756Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-05T03:22:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:22:49.321Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:22:49.321Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:22:49.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:22:49.323Z||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-04-05T03:22:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:22:58.872Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:22:58.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:23:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:23:49.321Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:23:49.321Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:23:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:23:49.323Z||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-04-05T03:23:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:23:58.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:23:58.893Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:24:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:24:49.321Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:24:49.321Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:24:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:24:49.323Z||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-04-05T03:24:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:24:58.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:24:58.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:25:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:25:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:25:49.323Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:25:49.323Z||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-04-05T03:25:49.323Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:25:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:25:58.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:25:58.877Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:26:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:26:49.321Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:26:49.321Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:26:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:26:49.323Z||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-04-05T03:26:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:26:58.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:26:58.871Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:27:49.320Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:27:49.321Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:27:49.321Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:27:49.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:27:49.323Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:27:49.323Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:27:58.869Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:27:58.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:28:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:28:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:28:49.324Z||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-04-05T03:28:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:28:49.324Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:28:49.324Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:28:58.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:28:58.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:29:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:29:49.321Z||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-04-05T03:29:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:29:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:29:49.323Z||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-04-05T03:29:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:29:58.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:29:58.874Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:30:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:30:49.321Z||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-04-05T03:30:49.322Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:30:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:30:49.323Z||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-04-05T03:30:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:30:58.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:30:58.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:31:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:31:49.321Z||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-04-05T03:31:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:31:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:31:49.323Z||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-04-05T03:31:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:31:58.864Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:31:58.864Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:32:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:32:49.321Z||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-04-05T03:32:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:32:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:32:49.323Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:32:49.323Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:32:58.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:32:58.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:33:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:33:49.321Z||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-04-05T03:33:49.322Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:33:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:33:49.323Z||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-04-05T03:33:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:33:58.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:33:58.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:34:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:34:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:34:49.323Z||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-04-05T03:34:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:34:49.323Z||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-04-05T03:34:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:34:58.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:34:58.875Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:35:49.320Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:35:49.321Z||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-04-05T03:35:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:35:49.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:35:49.323Z||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-04-05T03:35:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:35:58.865Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:35:58.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:36:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:36:49.321Z||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-04-05T03:36:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:36:49.323Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:36:49.324Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:36:49.324Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:36:58.863Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:36:58.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:37:49.321Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:37:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:37:49.324Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:37:49.324Z||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-04-05T03:37:49.324Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:37:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:37:58.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:37:58.878Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:38:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:38:49.321Z||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-04-05T03:38:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:38:49.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:38:49.323Z||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-04-05T03:38:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:38:58.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:38:58.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:39:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:39:49.321Z||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-04-05T03:39:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:39:49.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:39:49.324Z||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-04-05T03:39:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:39:58.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:39:58.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:40:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:40:49.321Z||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-04-05T03:40:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:40:49.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:40:49.323Z||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-04-05T03:40:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:40:58.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:40:58.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:41:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:41:49.321Z||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-04-05T03:41:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:41:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:41:49.323Z||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-04-05T03:41:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:41:58.866Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:41:58.881Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:49.320Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:42:49.321Z||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-04-05T03:42:49.321Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:42:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:42:49.323Z||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-04-05T03:42:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:42:49.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:49.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:49.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-05T03:42:49.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6eb43ab5-8adf-4444-b009-0ac6f5409f50","serviceName":"vFW 2022-04-05 03-39-15","serviceVersion":"1.0","serviceUUID":"8c54d78d-2bd5-43b6-a6ed-f645e86fbc74","serviceDescription":"catalog service description","serviceInvariantUUID":"9f7848f6-ab14-4915-8475-550a1ccccbfe","resources":[{"resourceInstanceName":"vFW 27bc5ce2-0c4d 0","resourceName":"vFW 27bc5ce2-0c4d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cdcc0d0d-128a-4a61-a0a0-dcb50bc88256","resourceInvariantUUID":"a1d78476-5e52-4bc2-a347-87de0284c344","resourceCustomizationUUID":"5a0e38ed-ea08-4efb-81c4-951bd0a26ddf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml","artifactChecksum":"NmJlMjg4YjY1YWRkODA3NjlhMGZjMzYxZDNhNmFlYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7aa14e2b-431a-4fa2-9601-4d83bbaa53d5","artifactVersion":"1"},{"artifactName":"vfw27bc5ce20c4d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json","artifactChecksum":"OTMyNWU3ZmRiOTk0ZDQ5ZjFmZDk1Yzg2ZTBmM2FjNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7febdf04-c5e9-4802-b067-726f870475d6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"10c2027c-4228-4d79-b5ac-91384feb071d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml","artifactChecksum":"ODRlMWNlYWY4YWUyMmJhNjQyZWZiZWVmODQwYmI1YmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f8b7c25-80e2-4826-9035-1a7408884dc1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"00729650-6b1d-4ffc-a16f-d6c5afd8b15c","artifactVersion":"2","generatedFromUUID":"10c2027c-4228-4d79-b5ac-91384feb071d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220405033915-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml","artifactChecksum":"OWNkNTA3YmNjNWUwMTQwZmE1ZGRhMTA2NzhhNTkxZmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12fd0019-82e4-4d31-9ea8-352ac7a9e5fd","artifactVersion":"1"},{"artifactName":"service-Vfw20220405033915-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar","artifactChecksum":"Y2Q3YmNkNjcyOWU3MzY5NzQ0ZDllYmZiYTExOWM4MGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d26be46-818f-41ff-ba74-2f2a10f2e666","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-05T03:42:49.962Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:42:49.970Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:42:49.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:49.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130121149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.004Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:42:50.004Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.016Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130122167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "policy-id",
"timestamp": 1649130119492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130121149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.021Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.021Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.021Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130122167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.022Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.022Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.022Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "policy-id",
"timestamp": 1649130119492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.023Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.023Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.023Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130121149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.024Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.024Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.024Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "policy-id",
"timestamp": 1649130119492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.025Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.025Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.026Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130122167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.026Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "cds",
"timestamp": 1649130129969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.028Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130121149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.028Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.028Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.029Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "policy-id",
"timestamp": 1649130119492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.029Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.029Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130122167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.030Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "cds",
"timestamp": 1649130129969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130121149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "policy-id",
"timestamp": 1649130119492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130122167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "cds",
"timestamp": 1649130129969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130131763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130121149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "policy-id",
"timestamp": 1649130119492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130122167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "cds",
"timestamp": 1649130129969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130131763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130121149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "policy-id",
"timestamp": 1649130119492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130122167,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "cds",
"timestamp": 1649130129969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130131763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "cds",
"timestamp": 1649130129969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130135432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "policy-id",
"timestamp": 1649130135769,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130131763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "cds",
"timestamp": 1649130129969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "policy-id",
"timestamp": 1649130136778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:42:50.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130131763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130136858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.053Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "policy-id",
"timestamp": 1649130137784,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
2022-04-05T03:42:50.104Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-04-05T03:42:50.110Z||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-04-05T03:42:50.111Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
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-04-05T03:42:50.129Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:50.130Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-05T03:42:50.279Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50
2022-04-05T03:42:50.303Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:42:50.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.331Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130131763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.332Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "cds",
"timestamp": 1649130138075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.332Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "dcae-sch",
"timestamp": 1649130137755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.333Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.333Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130138252,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.333Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.333Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.334Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "cds",
"timestamp": 1649130139100,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-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-04-05T03:42:50.349Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50
2022-04-05T03:42:50.349Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:42:50.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130131763,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "dcae-sch",
"timestamp": 1649130137755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130139308,
"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-04-05T03:42:50.364Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50
2022-04-05T03:42:50.364Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:42:50.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.374Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "dcae-sch",
"timestamp": 1649130137755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.374Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.374Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130140312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-05T03:42:50.375Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.375Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.375Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130140054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.376Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.376Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "dcae-sch",
"timestamp": 1649130137755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.376Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.376Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.380Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "clamp",
"timestamp": 1649130141556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.381Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "dcae-sch",
"timestamp": 1649130137755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.381Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "clamp",
"timestamp": 1649130141556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.382Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.382Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "dcae-sch",
"timestamp": 1649130137755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "clamp",
"timestamp": 1649130141556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.383Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.383Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "dcae-sch",
"timestamp": 1649130137755,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.384Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130141321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.384Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130142167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "policy-id",
"timestamp": 1649130139492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "clamp",
"timestamp": 1649130141556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130142167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130141321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "policy-id",
"timestamp": 1649130139492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "cds",
"timestamp": 1649130144972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.388Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "clamp",
"timestamp": 1649130141556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130141321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130142167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "policy-id",
"timestamp": 1649130139492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "cds",
"timestamp": 1649130144972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "clamp",
"timestamp": 1649130141556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.392Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130146712,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:42:50.393Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130142167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130141321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "policy-id",
"timestamp": 1649130139492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "cds",
"timestamp": 1649130144972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "clamp",
"timestamp": 1649130141556,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130147717,
"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-04-05T03:42:50.405Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50
2022-04-05T03:42:50.405Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:42:50.415Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.415Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130142167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.416Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.416Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130141321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.416Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "policy-id",
"timestamp": 1649130139492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.417Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.417Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.417Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "cds",
"timestamp": 1649130144972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.418Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130142167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130141321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "policy-id",
"timestamp": 1649130139492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "cds",
"timestamp": 1649130144972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130142167,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.422Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.422Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.422Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130141321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.423Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.423Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "policy-id",
"timestamp": 1649130139492,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.423Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "cds",
"timestamp": 1649130144972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.424Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.425Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "cds",
"timestamp": 1649130144972,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.426Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130151827,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "policy-id",
"timestamp": 1649130152154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "cds",
"timestamp": 1649130152937,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.429Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.429Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "policy-id",
"timestamp": 1649130153158,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:42:50.430Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130153118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.431Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "cds",
"timestamp": 1649130153949,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-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-04-05T03:42:50.447Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802
2022-04-05T03:42:50.447Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:42:50.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.456Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "policy-id",
"timestamp": 1649130154162,
"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-04-05T03:42:50.460Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802
2022-04-05T03:42:50.460Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:42:50.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "aai-ml",
"timestamp": 1649130153847,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130154435,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.469Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130155457,
"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-04-05T03:42:50.475Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802
2022-04-05T03:42:50.475Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:42:50.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130156463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-05T03:42:50.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "dcae-sch",
"timestamp": 1649130157755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "clamp",
"timestamp": 1649130159034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:50.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "dcae-sch",
"timestamp": 1649130157755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "dcae-sch",
"timestamp": 1649130157755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "clamp",
"timestamp": 1649130161058,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:42:50.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:42:50.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "dcae-sch",
"timestamp": 1649130157755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "clamp",
"timestamp": 1649130162066,
"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-04-05T03:42:50.498Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50
2022-04-05T03:42:50.499Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:42:50.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "dcae-sch",
"timestamp": 1649130157755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130161763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "dcae-sch",
"timestamp": 1649130157755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130161763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "dcae-sch",
"timestamp": 1649130157755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130161763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130161763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130161763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130161763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:50.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:50.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:42:50.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130161763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:50.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:42:51.012Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:42:51.012Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:42:51.014Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:42:51.014Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "NOTIFIED"
}
2022-04-05T03:42:51.114Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:42:51.116Z||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-04-05T03:42:51.116Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:42:51.127Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:51.128Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:42:52.015Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:42:52.016Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:42:52.018Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:42:52.018Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-05T03:42:52.118Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:42:52.119Z||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-04-05T03:42:52.120Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:42:52.128Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:52.129Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:42:53.019Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:42:53.020Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:42:53.023Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:42:53.023Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:53.123Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:42:53.124Z||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-04-05T03:42:53.124Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:42:53.134Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:53.135Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:42:54.024Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:42:54.025Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:42:54.027Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:42:54.027Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-05T03:42:54.127Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:42:54.128Z||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-04-05T03:42:54.128Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:42:54.136Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:54.137Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-05T03:42:55.028Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:42:55.029Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:42:55.031Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:42:55.032Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:42:55.132Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:42:55.133Z||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-04-05T03:42:55.133Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:42:55.143Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:55.144Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:42:56.032Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:42:56.033Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:42:56.036Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:42:56.036Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:42:56.136Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:42:56.137Z||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-04-05T03:42:56.137Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:42:56.149Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:56.150Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:42:57.038Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"serviceName": "vFW 2022-04-05 03-39-15",
"serviceVersion": "1.0",
"serviceUUID": "8c54d78d-2bd5-43b6-a6ed-f645e86fbc74",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9f7848f6-ab14-4915-8475-550a1ccccbfe",
"resources": [
{
"resourceInstanceName": "vFW 27bc5ce2-0c4d 0",
"resourceCustomizationUUID": "5a0e38ed-ea08-4efb-81c4-951bd0a26ddf",
"resourceName": "vFW 27bc5ce2-0c4d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cdcc0d0d-128a-4a61-a0a0-dcb50bc88256",
"resourceInvariantUUID": "a1d78476-5e52-4bc2-a347-87de0284c344",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw27bc5ce20c4d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"artifactChecksum": "OTMyNWU3ZmRiOTk0ZDQ5ZjFmZDk1Yzg2ZTBmM2FjNDA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7febdf04-c5e9-4802-b067-726f870475d6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "10c2027c-4228-4d79-b5ac-91384feb071d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "00729650-6b1d-4ffc-a16f-d6c5afd8b15c",
"generatedFromUUID": "10c2027c-4228-4d79-b5ac-91384feb071d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "00729650-6b1d-4ffc-a16f-d6c5afd8b15c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220405033915-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"artifactChecksum": "Y2Q3YmNkNjcyOWU3MzY5NzQ0ZDllYmZiYTExOWM4MGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3d26be46-818f-41ff-ba74-2f2a10f2e666"
}
],
"workloadContext": "Production"
}
2022-04-05T03:42:57.039Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-05T03:42:57.040Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8c54d78d-2bd5-43b6-a6ed-f645e86fbc74 ASDC
2022-04-05T03:42:57.169Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6eb43ab5-8adf-4444-b009-0ac6f5409f50
ServiceName:vFW 2022-04-05 03-39-15
ServiceVersion:1.0
ServiceUUID:8c54d78d-2bd5-43b6-a6ed-f645e86fbc74
ServiceInvariantUUID:9f7848f6-ab14-4915-8475-550a1ccccbfe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220405033915-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar
ArtifactUUID:3d26be46-818f-41ff-ba74-2f2a10f2e666
ArtifactChecksum:Y2Q3YmNkNjcyOWU3MzY5NzQ0ZDllYmZiYTExOWM4MGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 27bc5ce2-0c4d 0
ResourceCustomizationUUID:5a0e38ed-ea08-4efb-81c4-951bd0a26ddf
ResourceInvariantUUID:a1d78476-5e52-4bc2-a347-87de0284c344
ResourceName:vFW 27bc5ce2-0c4d
ResourceType:VF
ResourceUUID:cdcc0d0d-128a-4a61-a0a0-dcb50bc88256
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw27bc5ce20c4d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json
ArtifactUUID:7febdf04-c5e9-4802-b067-726f870475d6
ArtifactChecksum:OTMyNWU3ZmRiOTk0ZDQ5ZjFmZDk1Yzg2ZTBmM2FjNDA=
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/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml
ArtifactUUID:10c2027c-4228-4d79-b5ac-91384feb071d
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/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env
ArtifactUUID:00729650-6b1d-4ffc-a16f-d6c5afd8b15c
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/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env
ArtifactUUID:00729650-6b1d-4ffc-a16f-d6c5afd8b15c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-05T03:42:57.170Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8c54d78d-2bd5-43b6-a6ed-f645e86fbc74 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-04-05T03:42:57.229Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-05T03:42:57.231Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:42:57.232Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:42:57.233Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3d26be46-818f-41ff-ba74-2f2a10f2e666 from URL: /sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar
2022-04-05T03:42:57.233Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-05T03:42:57.235Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar
2022-04-05T03:42:57.621Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-05T03:42:57.646Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar 3d26be46-818f-41ff-ba74-2f2a10f2e666 98966
2022-04-05T03:42:57.649Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar ASDC sendASDCNotification
2022-04-05T03:42:57.649Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar
2022-04-05T03:42:57.650Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-05T03:42:57.651Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:42:57.654Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:42:57.654Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130177647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:42:57.754Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:42:57.755Z||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-04-05T03:42:57.756Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:42:57.766Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:42:57.766Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-05T03:42:58.655Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-05T03:42:58.656Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:42:58.656Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3d26be46-818f-41ff-ba74-2f2a10f2e666, URL: /sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar to file: /app/ASDC/1/service-Vfw20220405033915-csar.csar
2022-04-05T03:42:58.657Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220405033915-csar.csar
2022-04-05T03:42:58.742Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220405033915-csar.csar
2022-04-05T03:42:58.743Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220405033915-csar.csar
2022-04-05T03:42:59.435Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3671190546276179239/Definitions/service-Vfw20220405033915-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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-05T03:43:02.185Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.190Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 27bc5ce2-0c4d 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-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.191Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.192Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-Vfw20220405033915-csar.csar
2022-04-05T03:43:02.192Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-05T03:43:02.198Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.199Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:02.203Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:02.204Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-05T03:43:02.205Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-05T03:43:02.207Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.207Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:02.207Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:02.207Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-05T03:43:02.208Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-05T03:43:02.208Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.208Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:02.211Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria
2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:02.212Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:02.213Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.214Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-05T03:43:02.216Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.216Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:02.216Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:02.217Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:43:02.218Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.218Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria
2022-04-05T03:43:02.218Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-05T03:43:02.218Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-05T03:43:02.218Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-05T03:43:02.219Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-05T03:43:02.219Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-05T03:43:02.219Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.219Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:02.220Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-05T03:43:02.220Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:02.220Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-05T03:43:02.220Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.220Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=493ccf5a-bcb8-48e3-8a98-f6995874145b
2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria
2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.221Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:02.222Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-05T03:43:02.222Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.222Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-05T03:43:02.222Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-05T03:43:02.222Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab6cebbf-0fb0-4836-9d02-009df6601374
2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.223Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria
2022-04-05T03:43:02.224Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-05T03:43:02.224Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-05T03:43:02.224Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.224Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:02.224Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-05T03:43:02.225Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5361e7e9-9a46-4e0e-bcba-a6d8b719226f
2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.226Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:02.227Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.227Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:02.227Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:02.227Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:02.227Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-04-05 03-39-15
Description:catalog service description
Model UUID:8c54d78d-2bd5-43b6-a6ed-f645e86fbc74
Model Version:NULL
Model InvariantUuid:9f7848f6-ab14-4915-8475-550a1ccccbfe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 27bc5ce2-0c4d
Model UUID:49228098-0bef-4fbf-8eff-8822b90f9cf6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a1d78476-5e52-4bc2-a347-87de0284c344
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:5a0e38ed-ea08-4efb-81c4-951bd0a26ddf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c9638e6e-525a-4694-a5e4-0e5eb0d69f32
ModelName:Vfw27bc5ce20c4d..base_vfw..module-0
ModelUuid:52aa9efc-ca22-4579-b568-803ea3df0429
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:493ccf5a-bcb8-48e3-8a98-f6995874145b
ModelInvariantUuid:0b7afc66-9ca2-443c-8144-9dd57f3d11fe
ModelName:vFW 27bc5ce2-0c4d-nodes.vfwCvfc
ModelUuid:e14dc4e6-39a5-4d34-a064-cd8823b5601e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:0818890c-e638-4c1f-85dc-ba1218d09ebb
ModelInvariantUuid:b8faf119-4adb-40e5-b269-aea9649e93a8
ModelName:Vfw27bc5ce20c4d.compute.nodes.heat.vfw
ModelUuid:229a7042-f656-468d-bff2-88f8932593aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ab6cebbf-0fb0-4836-9d02-009df6601374
ModelInvariantUuid:08cef232-f968-40ac-9ccf-6b59babb4de5
ModelName:vFW 27bc5ce2-0c4d-nodes.vsnCvfc
ModelUuid:63636fcb-bb2f-467f-a60a-adaaf014ac75
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:38ad50ad-30f6-4ca4-8042-9ed615d506ab
ModelInvariantUuid:2e1d7b9f-d0f3-4206-ac70-2ebff338cacc
ModelName:Vfw27bc5ce20c4d.compute.nodes.heat.vsn
ModelUuid:0ecb5abe-8de9-4ad9-92d1-3233c7f245fa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5361e7e9-9a46-4e0e-bcba-a6d8b719226f
ModelInvariantUuid:a0ad757b-b089-4cf5-985a-b047c6985827
ModelName:vFW 27bc5ce2-0c4d-nodes.vpgCvfc
ModelUuid:586299f4-a851-48b0-8ddd-1bdaacdb0225
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c1fa9d9a-17ff-46bf-b334-26789d9a6c07
ModelInvariantUuid:fca52dc3-d7ab-47e0-85a0-92b67af06d04
ModelName:Vfw27bc5ce20c4d.compute.nodes.heat.vpg
ModelUuid:769097bb-910b-4244-a4a9-b94bae1918f1
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-04-05T03:43:02.238Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: cdcc0d0d-128a-4a61-a0a0-dcb50bc88256
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-04-05T03:43:02.337Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||vFW 27bc5ce2-0c4d 0
2022-04-05T03:43:02.346Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cdcc0d0d-128a-4a61-a0a0-dcb50bc88256
2022-04-05T03:43:02.347Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7febdf04-c5e9-4802-b067-726f870475d6 from URL: /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json
2022-04-05T03:43:02.347Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-05T03:43:02.347Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json
2022-04-05T03:43:02.487Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-05T03:43:02.487Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json 7febdf04-c5e9-4802-b067-726f870475d6 785
2022-04-05T03:43:02.488Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json ASDC sendASDCNotification
2022-04-05T03:43:02.488Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json
2022-04-05T03:43:02.488Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-05T03:43:02.488Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:43:02.491Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:43:02.491Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130182488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:43:02.592Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-05T03:43:02.594Z||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-04-05T03:43:02.594Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:43:02.653Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:43:02.654Z||pool-11-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:43:03.493Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw27bc5ce20c4d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c9638e6e-525a-4694-a5e4-0e5eb0d69f32",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "52aa9efc-ca22-4579-b568-803ea3df0429",
"vfModuleModelCustomizationUUID": "74781c1d-3127-4abb-8090-6f5d8e8c3865",
"isBase": true,
"artifacts": [
"10c2027c-4228-4d79-b5ac-91384feb071d",
"00729650-6b1d-4ffc-a16f-d6c5afd8b15c"
],
"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-04-05T03:43:03.509Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw27bc5ce20c4d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52aa9efc-ca22-4579-b568-803ea3df0429
VfModuleModelInvariantUUID:c9638e6e-525a-4694-a5e4-0e5eb0d69f32
VfModuleModelDescription:NULL
Artifacts UUID List:{
10c2027c-4228-4d79-b5ac-91384feb071d
,
00729650-6b1d-4ffc-a16f-d6c5afd8b15c
}
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-04-05T03:43:03.513Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw27bc5ce20c4d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c9638e6e-525a-4694-a5e4-0e5eb0d69f32",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "52aa9efc-ca22-4579-b568-803ea3df0429",
"vfModuleModelCustomizationUUID": "74781c1d-3127-4abb-8090-6f5d8e8c3865",
"isBase": true,
"artifacts": [
"10c2027c-4228-4d79-b5ac-91384feb071d",
"00729650-6b1d-4ffc-a16f-d6c5afd8b15c"
],
"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-04-05T03:43:03.513Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw27bc5ce20c4d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:52aa9efc-ca22-4579-b568-803ea3df0429
VfModuleModelInvariantUUID:c9638e6e-525a-4694-a5e4-0e5eb0d69f32
VfModuleModelDescription:NULL
Artifacts UUID List:{
10c2027c-4228-4d79-b5ac-91384feb071d
,
00729650-6b1d-4ffc-a16f-d6c5afd8b15c
}
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-04-05T03:43:03.514Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 10c2027c-4228-4d79-b5ac-91384feb071d from URL: /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml
2022-04-05T03:43:03.514Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-05T03:43:03.515Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml
2022-04-05T03:43:03.690Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-05T03:43:03.691Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml 10c2027c-4228-4d79-b5ac-91384feb071d 20368
2022-04-05T03:43:03.692Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-05T03:43:03.692Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml
2022-04-05T03:43:03.692Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-05T03:43:03.693Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:43:03.695Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:43:03.695Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130183692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:43:03.795Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:43:03.796Z||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-04-05T03:43:03.796Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:43:03.805Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:43:03.805Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-05T03:43:04.696Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 00729650-6b1d-4ffc-a16f-d6c5afd8b15c from URL: /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env
2022-04-05T03:43:04.697Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-05T03:43:04.697Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env
2022-04-05T03:43:04.983Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-05T03:43:04.984Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env 00729650-6b1d-4ffc-a16f-d6c5afd8b15c 2098
2022-04-05T03:43:04.984Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-05T03:43:04.984Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env
2022-04-05T03:43:04.984Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-05T03:43:04.985Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:43:04.987Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:43:04.987Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130184984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:43:05.087Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:43:05.088Z||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-04-05T03:43:05.089Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:43:05.099Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:43:05.100Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:43:05.989Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8c54d78d-2bd5-43b6-a6ed-f645e86fbc74
2022-04-05T03:43:05.990Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 27bc5ce2-0c4d 0 cdcc0d0d-128a-4a61-a0a0-dcb50bc88256 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-04-05T03:43:06.025Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@520ceca5, org.onap.sdc.toscaparser.api.parameters.Input@6c910a8a, org.onap.sdc.toscaparser.api.parameters.Input@6ff24233, org.onap.sdc.toscaparser.api.parameters.Input@29c6e649, org.onap.sdc.toscaparser.api.parameters.Input@1c9a4e10]
2022-04-05T03:43:06.028Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.028Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:06.029Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-04-05T03:43:06.029Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5a0e38ed-ea08-4efb-81c4-951bd0a26ddf
2022-04-05T03:43:06.029Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a0e38ed-ea08-4efb-81c4-951bd0a26ddf matches Tosca VF Customization UUID: 5a0e38ed-ea08-4efb-81c4-951bd0a26ddf
2022-04-05T03:43:06.029Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5a0e38ed-ea08-4efb-81c4-951bd0a26ddf 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-04-05T03:43:06.036Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.036Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:06.037Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5a0e38ed-ea08-4efb-81c4-951bd0a26ddf: {\"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-04-05T03:43:06.037Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12feef8b
2022-04-05T03:43:06.038Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.038Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-05T03:43:06.039Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 74781c1d-3127-4abb-8090-6f5d8e8c3865
2022-04-05T03:43:06.040Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 74781c1d-3127-4abb-8090-6f5d8e8c3865
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-04-05T03:43:06.046Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.046Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:06.046Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:43:06.047Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.048Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:06.048Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:43:06.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria
2022-04-05T03:43:06.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-05T03:43:06.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-05T03:43:06.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-05T03:43:06.050Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-05T03:43:06.050Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-05T03:43:06.050Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-05T03:43:06.050Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:06.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-05T03:43:06.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:06.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-05T03:43:06.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-05T03:43:06.052Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=493ccf5a-bcb8-48e3-8a98-f6995874145b
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-04-05T03:43:06.067Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.068Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:06.068Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:43:06.068Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.069Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria
2022-04-05T03:43:06.069Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-05T03:43:06.069Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-05T03:43:06.069Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-05T03:43:06.070Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:06.070Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-05T03:43:06.070Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-05T03:43:06.070Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-05T03:43:06.071Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-05T03:43:06.071Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-05T03:43:06.071Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:06.072Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-05T03:43:06.072Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-05T03:43:06.072Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab6cebbf-0fb0-4836-9d02-009df6601374
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-04-05T03:43:06.075Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.075Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:06.075Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:43:06.078Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.078Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is not matching search criteria
2022-04-05T03:43:06.078Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-05T03:43:06.079Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-05T03:43:06.079Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-05T03:43:06.079Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:06.079Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-05T03:43:06.080Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-05T03:43:06.080Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-05T03:43:06.080Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-05T03:43:06.080Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-05T03:43:06.081Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-05T03:43:06.081Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-05T03:43:06.081Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-05T03:43:06.082Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5361e7e9-9a46-4e0e-bcba-a6d8b719226f
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-04-05T03:43:06.085Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.085Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:06.086Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:43:06.086Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.087Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Node template vFW 27bc5ce2-0c4d 0 is matching search criteria
2022-04-05T03:43:06.087Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 27bc5ce2-0c4d 0] matching following query criteria: sdcType=VF, customizationUUID=5a0e38ed-ea08-4efb-81c4-951bd0a26ddf
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-04-05T03:43:06.089Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.090Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:06.090Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8c54d78d-2bd5-43b6-a6ed-f645e86fbc74: vFW 27bc5ce2-0c4d
2022-04-05T03:43:06.091Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.091Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:06.092Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.092Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:06.092Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.092Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:06.093Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.093Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:06.093Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:43:06.094Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-05 03-39-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:43:06.094Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-04-05 03-39-15
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-04-05T03:43:06.337Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 27bc5ce2-0c4d cdcc0d0d-128a-4a61-a0a0-dcb50bc88256 1 ASDC deployResourceStructure
2022-04-05T03:43:06.337Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json ASDC sendASDCNotification
2022-04-05T03:43:06.338Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json
2022-04-05T03:43:06.338Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-05T03:43:06.338Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:43:06.340Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:43:06.340Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130186337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-05T03:43:06.440Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:43:06.441Z||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-04-05T03:43:06.442Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:43:06.450Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:43:06.451Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:43:07.341Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-05T03:43:07.342Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml
2022-04-05T03:43:07.342Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-05T03:43:07.343Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:43:07.345Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:43:07.345Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130187340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-05T03:43:07.445Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:43:07.446Z||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-04-05T03:43:07.447Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:43:07.459Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:43:07.461Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-04-05T03:43:08.346Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-05T03:43:08.346Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env
2022-04-05T03:43:08.346Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-05T03:43:08.347Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:43:08.348Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:43:08.349Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130188345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-05T03:43:08.449Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:43:08.450Z||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-04-05T03:43:08.450Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:43:08.459Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:43:08.459Z||pool-16-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:43:09.350Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar ASDC sendASDCNotification
2022-04-05T03:43:09.350Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar
2022-04-05T03:43:09.350Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-05T03:43:09.350Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:43:09.353Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:43:09.353Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130189349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:43:09.453Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:43:09.455Z||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-04-05T03:43:09.455Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:43:09.467Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:43:09.468Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-04-05T03:43:10.354Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50
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-04-05T03:43:10.368Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50
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-04-05T03:43:10.372Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-05T03:43:10.372Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-05T03:43:10.372Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-05T03:43:40.372Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50
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-04-05T03:43:40.383Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50
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-04-05T03:43:40.386Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-05T03:43:40.386Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-05T03:43:40.386Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-05T03:43:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:43:49.323Z||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-04-05T03:43:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:43:49.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:43:49.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:43:49.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130170042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:43:49.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:10.386Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50
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-04-05T03:44:10.400Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50
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-04-05T03:44:10.404Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-05T03:44:10.404Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-05T03:44:10.405Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-05T03:44:40.405Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50
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-04-05T03:44:40.417Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50
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-04-05T03:44:40.420Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-05T03:44:40.420Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-05T03:44:40.421Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-05T03:44:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:44:49.324Z||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-04-05T03:44:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:44:49.848Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:44:49.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.850Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "NOTIFIED"
}
2022-04-05T03:44:49.851Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.851Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "clamp",
"timestamp": 1649130171555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-04-05T03:44:49.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "clamp",
"timestamp": 1649130171555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "NOTIFIED"
}
2022-04-05T03:44:49.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130172688,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:44:49.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "clamp",
"timestamp": 1649130171555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.854Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130173692,
"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-04-05T03:44:49.860Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802
2022-04-05T03:44:49.860Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:44:49.869Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-04-05T03:44:49.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "aai-ml",
"timestamp": 1649130174146,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:44:49.870Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.870Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.870Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "clamp",
"timestamp": 1649130171555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.870Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.871Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.871Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.871Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "aai-ml",
"timestamp": 1649130175153,
"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-04-05T03:44:49.877Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6eb43ab5-8adf-4444-b009-0ac6f5409f50
2022-04-05T03:44:49.877Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:44:49.888Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.888Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "clamp",
"timestamp": 1649130171555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "clamp",
"timestamp": 1649130171555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.889Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "clamp",
"timestamp": 1649130171555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130177647,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.890Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:44:49.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.891Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "aai-ml",
"timestamp": 1649130145767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:44:49.891Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-04-05T03:44:49.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.892Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130182488,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:44:49.892Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.892Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "aai-ml",
"timestamp": 1649130183315,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:44:49.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "clamp",
"timestamp": 1649130184029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:44:49.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130183692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:44:49.893Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.893Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130184984,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:44:49.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.894Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "clamp",
"timestamp": 1649130186044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:44:49.894Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.894Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.895Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "clamp",
"timestamp": 1649130187048,
"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-04-05T03:44:49.901Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802
2022-04-05T03:44:49.901Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:44:49.910Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130186337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/vfw27bc5ce20c4d0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-05T03:44:49.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130187340,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-04-05T03:44:49.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130188345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/resourceInstances/vfw27bc5ce20c4d0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-04-05T03:44:49.911Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130189349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220405033915/1.0/artifacts/service-Vfw20220405033915-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:44:49.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "aai-ml",
"timestamp": 1649130190737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:44:49.912Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:44:49.912Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-05T03:44:49.912Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "aai-ml",
"timestamp": 1649130191741,
"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-04-05T03:44:49.918Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3642536a-200a-4e54-85cd-d0386199a802
2022-04-05T03:44:49.918Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:45:10.421Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50
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-04-05T03:45:10.435Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50
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-04-05T03:45:10.438Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-05T03:45:10.438Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-05T03:45:10.438Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-05T03:45:10.438Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:45:10.439Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-04-05T03:45:10.445Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-05T03:45:40.445Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 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-04-05T03:45:40.459Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6eb43ab5-8adf-4444-b009-0ac6f5409f50 and serviceModelVersionId: 8c54d78d-2bd5-43b6-a6ed-f645e86fbc74
2022-04-05T03:45:40.459Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f7848f6-ab14-4915-8475-550a1ccccbfe
2022-04-05T03:45:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:45:49.324Z||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-04-05T03:45:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:45:55.799Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0
2022-04-05T03:45:55.915Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-05T03:45:56.450Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0|INFO|500||Invoke
2022-04-05T03:45:56.462Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6eb43ab5-8adf-4444-b009-0ac6f5409f50], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[60c3ab21-9809-40b0-8643-54d47f6d65f8], X-ECOMP-RequestID=[6eb43ab5-8adf-4444-b009-0ac6f5409f50], X-TransactionId=[], X-ONAP-RequestID=[6eb43ab5-8adf-4444-b009-0ac6f5409f50], Content-Type=[application/merge-patch+json]}
2022-04-05T03:45:56.581Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-05T03:45:56.996Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?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/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220405-03:45:57:028-36532], vertex-id=[385256], Content-Length=[0], Date=[Tue, 05 Apr 2022 03:45:57 GMT], Content-Type=[application/json]}
2022-04-05T03:45:56.998Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-05T03:45:56.999Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f7848f6-ab14-4915-8475-550a1ccccbfe/model-vers/model-ver/8c54d78d-2bd5-43b6-a6ed-f645e86fbc74?depth=0|INFO|500||InvokeReturn
2022-04-05T03:45:57.005Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-05T03:45:57.006Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-04-05T03:45:57.014Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||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-04-05T03:45:57.016Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6eb43ab5-8adf-4444-b009-0ac6f5409f50 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-05T03:45:57.017Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-05T03:45:57.018Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:45:57.021Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:45:57.021Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130357016,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-05T03:45:57.121Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:45:57.123Z||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-04-05T03:45:57.123Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:45:57.135Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:45:57.136Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:45:57.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:45:57.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-05T03:45:57.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6eb43ab5-8adf-4444-b009-0ac6f5409f50",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130357016,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-05T03:45:57.796Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-04-05T03:45:58.036Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-05T03:45:58.036Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3642536a-200a-4e54-85cd-d0386199a802","serviceName":"basic_onboard_HWzyfu","serviceVersion":"1.0","serviceUUID":"a4ce4379-db2c-473e-bef5-a0ff59a12617","serviceDescription":"service","serviceInvariantUUID":"8f7c7ade-6db5-4627-b303-c05e9dac92c0","resources":[{"resourceInstanceName":"basic_onboard_HWzyfu 0","resourceName":"basic_onboard_HWzyfu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c4c949d2-87ea-42ed-9d11-34d65b15a129","resourceInvariantUUID":"18fe5cef-4636-41a4-bda6-d8bc597506d2","resourceCustomizationUUID":"fe472b1c-2f47-4148-8593-be0fa77bfd26","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml","artifactChecksum":"MzRjOTI1MDQ1OGVmNzA4NjE3MWY2ZDFhY2ExNTI4YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"459137df-c5c0-4428-ba98-a540cb150283","artifactVersion":"1"},{"artifactName":"basic_onboard_hwzyfu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json","artifactChecksum":"ZGYwYWY0ZjlhOWNkMTkyMDBkNzNkMTFjMTIxMWE4ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"37384da9-a745-4f67-9a86-1dd6b74bf5b8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6245a536-6ea7-41f3-8755-fbf8a8f49fea","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"010aa3ff-8ada-4b28-9c9e-1e3ac0dbb870","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24fd367a-fb2c-4fdb-ba08-65bbacd2cedd","artifactVersion":"2","generatedFromUUID":"6245a536-6ea7-41f3-8755-fbf8a8f49fea"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHwzyfu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml","artifactChecksum":"ZjJmNWRkOWNjNDk4ZTUwMzBiYzFlYTZmOTg3ZDI1MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"96ce1b23-2959-4aa1-b074-fa671c47a507","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHwzyfu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar","artifactChecksum":"MDI4NTdkMjQ2OGU2ZTllMjY2OWQyMTRjZGM1MjYwZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46627be0-3dc7-4c6b-9ca3-c15c706476e3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-05T03:45:58.037Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:45:58.037Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:45:58.039Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:45:58.039Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:45:58.140Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:45:58.141Z||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-04-05T03:45:58.141Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:45:58.151Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:45:58.152Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:45:59.040Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:45:59.044Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:45:59.047Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:45:59.047Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "NOTIFIED"
}
2022-04-05T03:45:59.148Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:45:59.150Z||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-04-05T03:45:59.150Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:45:59.177Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:45:59.178Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:00.048Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:46:00.049Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:00.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:00.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-05T03:46:00.151Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:46:00.152Z||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-04-05T03:46:00.152Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:00.161Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:00.162Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:01.051Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:46:01.053Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:01.055Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:01.056Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:46:01.156Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:46:01.157Z||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-04-05T03:46:01.157Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:01.170Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:01.171Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:02.056Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:46:02.057Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:02.059Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:02.059Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-05T03:46:02.159Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:46:02.161Z||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-04-05T03:46:02.161Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:02.171Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:02.172Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:03.060Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:46:03.061Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:03.063Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:03.063Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:46:03.164Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:46:03.165Z||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-04-05T03:46:03.165Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:03.177Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:03.178Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:04.064Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:46:04.065Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:04.067Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:04.067Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:46:04.168Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:46:04.169Z||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-04-05T03:46:04.169Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:04.178Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:04.178Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-05T03:46:05.070Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"serviceName": "basic_onboard_HWzyfu",
"serviceVersion": "1.0",
"serviceUUID": "a4ce4379-db2c-473e-bef5-a0ff59a12617",
"serviceDescription": "service",
"serviceInvariantUUID": "8f7c7ade-6db5-4627-b303-c05e9dac92c0",
"resources": [
{
"resourceInstanceName": "basic_onboard_HWzyfu 0",
"resourceCustomizationUUID": "fe472b1c-2f47-4148-8593-be0fa77bfd26",
"resourceName": "basic_onboard_HWzyfu",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c4c949d2-87ea-42ed-9d11-34d65b15a129",
"resourceInvariantUUID": "18fe5cef-4636-41a4-bda6-d8bc597506d2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hwzyfu0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"artifactChecksum": "ZGYwYWY0ZjlhOWNkMTkyMDBkNzNkMTFjMTIxMWE4ODc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "37384da9-a745-4f67-9a86-1dd6b74bf5b8",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6245a536-6ea7-41f3-8755-fbf8a8f49fea",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "24fd367a-fb2c-4fdb-ba08-65bbacd2cedd",
"generatedFromUUID": "6245a536-6ea7-41f3-8755-fbf8a8f49fea"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "24fd367a-fb2c-4fdb-ba08-65bbacd2cedd",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHwzyfu-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"artifactChecksum": "MDI4NTdkMjQ2OGU2ZTllMjY2OWQyMTRjZGM1MjYwZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "46627be0-3dc7-4c6b-9ca3-c15c706476e3"
}
],
"workloadContext": "Production"
}
2022-04-05T03:46:05.071Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-05T03:46:05.071Z|6eb43ab5-8adf-4444-b009-0ac6f5409f50|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a4ce4379-db2c-473e-bef5-a0ff59a12617 ASDC
2022-04-05T03:46:05.072Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3642536a-200a-4e54-85cd-d0386199a802
ServiceName:basic_onboard_HWzyfu
ServiceVersion:1.0
ServiceUUID:a4ce4379-db2c-473e-bef5-a0ff59a12617
ServiceInvariantUUID:8f7c7ade-6db5-4627-b303-c05e9dac92c0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHwzyfu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar
ArtifactUUID:46627be0-3dc7-4c6b-9ca3-c15c706476e3
ArtifactChecksum:MDI4NTdkMjQ2OGU2ZTllMjY2OWQyMTRjZGM1MjYwZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_HWzyfu 0
ResourceCustomizationUUID:fe472b1c-2f47-4148-8593-be0fa77bfd26
ResourceInvariantUUID:18fe5cef-4636-41a4-bda6-d8bc597506d2
ResourceName:basic_onboard_HWzyfu
ResourceType:VF
ResourceUUID:c4c949d2-87ea-42ed-9d11-34d65b15a129
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hwzyfu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json
ArtifactUUID:37384da9-a745-4f67-9a86-1dd6b74bf5b8
ArtifactChecksum:ZGYwYWY0ZjlhOWNkMTkyMDBkNzNkMTFjMTIxMWE4ODc=
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/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6245a536-6ea7-41f3-8755-fbf8a8f49fea
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/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env
ArtifactUUID:24fd367a-fb2c-4fdb-ba08-65bbacd2cedd
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/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env
ArtifactUUID:24fd367a-fb2c-4fdb-ba08-65bbacd2cedd
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-04-05T03:46:05.072Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4ce4379-db2c-473e-bef5-a0ff59a12617 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-04-05T03:46:05.112Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-05T03:46:05.113Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:46:05.114Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:46:05.114Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 46627be0-3dc7-4c6b-9ca3-c15c706476e3 from URL: /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:05.114Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-05T03:46:05.115Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:05.782Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-05T03:46:05.786Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar 46627be0-3dc7-4c6b-9ca3-c15c706476e3 71561
2022-04-05T03:46:05.787Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar ASDC sendASDCNotification
2022-04-05T03:46:05.787Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:05.787Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-05T03:46:05.788Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:05.790Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:05.790Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130365787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:46:05.891Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:46:05.892Z||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-04-05T03:46:05.892Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:05.902Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:05.903Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:06.791Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-05T03:46:06.792Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:46:06.793Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 46627be0-3dc7-4c6b-9ca3-c15c706476e3, URL: /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar to file: /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:06.793Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:06.793Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:06.794Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:06.921Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2598600615788382166/Definitions/service-BasicOnboardHwzyfu-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-04-05T03:46:08.180Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-05T03:46:08.181Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-05T03:46:08.181Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:08.181Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-05T03:46:08.181Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||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-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:08.181Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||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-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||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-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||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-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||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-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:08.182Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HWzyfu 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-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:08.183Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||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-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:08.183Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-05T03:46:08.183Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.183Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:08.184Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria
2022-04-05T03:46:08.184Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-05T03:46:08.184Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-05T03:46:08.184Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.184Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:08.185Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria
2022-04-05T03:46:08.185Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-05T03:46:08.185Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-05T03:46:08.185Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.185Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:08.186Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.186Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is not matching search criteria
2022-04-05T03:46:08.186Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-05T03:46:08.186Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-05T03:46:08.186Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-05T03:46:08.187Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-05T03:46:08.187Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-05T03:46:08.187Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.187Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-05T03:46:08.187Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.188Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria
2022-04-05T03:46:08.188Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:46:08.188Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.188Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria
2022-04-05T03:46:08.189Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:46:08.189Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.189Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria
2022-04-05T03:46:08.189Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:46:08.190Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.190Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is not matching search criteria
2022-04-05T03:46:08.190Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-05T03:46:08.190Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-05T03:46:08.190Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=031d8e40-ce01-4f57-8867-1bed6e9a1a39
2022-04-05T03:46:08.191Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.191Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:08.191Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.191Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:08.191Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.192Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:08.192Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:08.192Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:08.192Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_HWzyfu
Description:service
Model UUID:a4ce4379-db2c-473e-bef5-a0ff59a12617
Model Version:NULL
Model InvariantUuid:8f7c7ade-6db5-4627-b303-c05e9dac92c0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_HWzyfu
Model UUID:a7699587-7dcf-4138-bf7b-6189376a7ee9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:18fe5cef-4636-41a4-bda6-d8bc597506d2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fe472b1c-2f47-4148-8593-be0fa77bfd26
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:88536619-2a86-444a-a204-91f2609cb803
ModelName:BasicOnboardHwzyfu..base_ubuntu18..module-0
ModelUuid:5e0ae253-ea6f-4b8a-99c3-92e040d102aa
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:031d8e40-ce01-4f57-8867-1bed6e9a1a39
ModelInvariantUuid:b79a425d-aa9a-4bac-8d76-fb3b131f4adb
ModelName:basic_onboard_HWzyfu-nodes.ubuntu18Cvfc
ModelUuid:02ae4020-dd89-4ea9-9d17-72a4b9757bb5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:479215b0-ce35-4860-9a3c-0567fc0f2587
ModelInvariantUuid:80e6bd04-203f-4748-b3f8-f170c70251a6
ModelName:BasicOnboardHwzyfu.compute.nodes.heat.ubuntu18
ModelUuid:5e42c429-0ac8-460c-845d-fbaeb5177bb0
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-04-05T03:46:08.199Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c4c949d2-87ea-42ed-9d11-34d65b15a129
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-04-05T03:46:08.202Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||basic_onboard_HWzyfu 0
2022-04-05T03:46:08.202Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c4c949d2-87ea-42ed-9d11-34d65b15a129
2022-04-05T03:46:08.202Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 37384da9-a745-4f67-9a86-1dd6b74bf5b8 from URL: /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json
2022-04-05T03:46:08.203Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-05T03:46:08.203Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json
2022-04-05T03:46:08.252Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-05T03:46:08.253Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json 37384da9-a745-4f67-9a86-1dd6b74bf5b8 798
2022-04-05T03:46:08.253Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json ASDC sendASDCNotification
2022-04-05T03:46:08.254Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json
2022-04-05T03:46:08.254Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-05T03:46:08.254Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:08.256Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:08.256Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130368253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:46:08.356Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:46:08.358Z||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-04-05T03:46:08.359Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:08.375Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:08.376Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:09.258Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHwzyfu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "88536619-2a86-444a-a204-91f2609cb803",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e0ae253-ea6f-4b8a-99c3-92e040d102aa",
"vfModuleModelCustomizationUUID": "60cfe1dc-fe10-47bc-aacb-c372b7c5e362",
"isBase": true,
"artifacts": [
"6245a536-6ea7-41f3-8755-fbf8a8f49fea",
"24fd367a-fb2c-4fdb-ba08-65bbacd2cedd"
],
"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-04-05T03:46:09.262Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHwzyfu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e0ae253-ea6f-4b8a-99c3-92e040d102aa
VfModuleModelInvariantUUID:88536619-2a86-444a-a204-91f2609cb803
VfModuleModelDescription:NULL
Artifacts UUID List:{
6245a536-6ea7-41f3-8755-fbf8a8f49fea
,
24fd367a-fb2c-4fdb-ba08-65bbacd2cedd
}
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-04-05T03:46:09.264Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHwzyfu..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "88536619-2a86-444a-a204-91f2609cb803",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5e0ae253-ea6f-4b8a-99c3-92e040d102aa",
"vfModuleModelCustomizationUUID": "60cfe1dc-fe10-47bc-aacb-c372b7c5e362",
"isBase": true,
"artifacts": [
"6245a536-6ea7-41f3-8755-fbf8a8f49fea",
"24fd367a-fb2c-4fdb-ba08-65bbacd2cedd"
],
"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-04-05T03:46:09.264Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHwzyfu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e0ae253-ea6f-4b8a-99c3-92e040d102aa
VfModuleModelInvariantUUID:88536619-2a86-444a-a204-91f2609cb803
VfModuleModelDescription:NULL
Artifacts UUID List:{
6245a536-6ea7-41f3-8755-fbf8a8f49fea
,
24fd367a-fb2c-4fdb-ba08-65bbacd2cedd
}
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-04-05T03:46:09.265Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6245a536-6ea7-41f3-8755-fbf8a8f49fea from URL: /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml
2022-04-05T03:46:09.265Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-05T03:46:09.265Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml
2022-04-05T03:46:09.312Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-05T03:46:09.313Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml 6245a536-6ea7-41f3-8755-fbf8a8f49fea 5033
2022-04-05T03:46:09.313Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-05T03:46:09.313Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml
2022-04-05T03:46:09.313Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-05T03:46:09.313Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:09.315Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:09.315Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130369313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:46:09.416Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:46:09.416Z||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-04-05T03:46:09.417Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:09.427Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:09.427Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:10.316Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 24fd367a-fb2c-4fdb-ba08-65bbacd2cedd from URL: /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env
2022-04-05T03:46:10.316Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-05T03:46:10.317Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env
2022-04-05T03:46:10.372Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-05T03:46:10.373Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env 24fd367a-fb2c-4fdb-ba08-65bbacd2cedd 909
2022-04-05T03:46:10.373Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-05T03:46:10.373Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env
2022-04-05T03:46:10.373Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-05T03:46:10.373Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:10.375Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:10.375Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130370373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:46:10.475Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:46:10.477Z||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-04-05T03:46:10.477Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:10.487Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:10.487Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:11.376Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: a4ce4379-db2c-473e-bef5-a0ff59a12617
2022-04-05T03:46:11.377Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HWzyfu 0 c4c949d2-87ea-42ed-9d11-34d65b15a129 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-04-05T03:46:11.389Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2233064, org.onap.sdc.toscaparser.api.parameters.Input@3fc622bb, org.onap.sdc.toscaparser.api.parameters.Input@2bbc0f70, org.onap.sdc.toscaparser.api.parameters.Input@3934793b, org.onap.sdc.toscaparser.api.parameters.Input@228fce69]
2022-04-05T03:46:11.391Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.392Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:11.392Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic
2022-04-05T03:46:11.392Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fe472b1c-2f47-4148-8593-be0fa77bfd26
2022-04-05T03:46:11.392Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe472b1c-2f47-4148-8593-be0fa77bfd26 matches Tosca VF Customization UUID: fe472b1c-2f47-4148-8593-be0fa77bfd26
2022-04-05T03:46:11.393Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fe472b1c-2f47-4148-8593-be0fa77bfd26 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-04-05T03:46:11.395Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.395Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:11.396Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fe472b1c-2f47-4148-8593-be0fa77bfd26: {\"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-04-05T03:46:11.396Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7db9fe6d
2022-04-05T03:46:11.396Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.396Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-05T03:46:11.397Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 60cfe1dc-fe10-47bc-aacb-c372b7c5e362
2022-04-05T03:46:11.397Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 60cfe1dc-fe10-47bc-aacb-c372b7c5e362
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-04-05T03:46:11.399Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.400Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria
2022-04-05T03:46:11.400Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:46:11.401Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.401Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria
2022-04-05T03:46:11.401Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:46:11.402Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.402Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is not matching search criteria
2022-04-05T03:46:11.402Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-05T03:46:11.403Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-05T03:46:11.403Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=031d8e40-ce01-4f57-8867-1bed6e9a1a39
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-04-05T03:46:11.406Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.406Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria
2022-04-05T03:46:11.407Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-05T03:46:11.407Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.408Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_HWzyfu 0 is matching search criteria
2022-04-05T03:46:11.408Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_HWzyfu 0] matching following query criteria: sdcType=VF, customizationUUID=fe472b1c-2f47-4148-8593-be0fa77bfd26
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-04-05T03:46:11.410Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.410Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:11.411Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid a4ce4379-db2c-473e-bef5-a0ff59a12617: basic_onboard_HWzyfu
2022-04-05T03:46:11.411Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.411Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:11.411Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.412Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:11.412Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.412Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:11.413Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.413Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:11.413Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:46:11.413Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_HWzyfu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:46:11.414Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_HWzyfu
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-04-05T03:46:11.501Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HWzyfu c4c949d2-87ea-42ed-9d11-34d65b15a129 1 ASDC deployResourceStructure
2022-04-05T03:46:11.501Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json ASDC sendASDCNotification
2022-04-05T03:46:11.502Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json
2022-04-05T03:46:11.502Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-05T03:46:11.502Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:11.505Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:11.505Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130371501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-05T03:46:11.605Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:46:11.606Z||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-04-05T03:46:11.606Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:11.616Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:11.616Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-05T03:46:12.506Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-05T03:46:12.506Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml
2022-04-05T03:46:12.506Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-05T03:46:12.507Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:12.509Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:12.509Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130372506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-05T03:46:12.610Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:46:12.611Z||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-04-05T03:46:12.611Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:12.654Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:12.655Z||pool-31-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:13.510Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-05T03:46:13.510Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env
2022-04-05T03:46:13.510Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-05T03:46:13.510Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:13.513Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:13.513Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130373510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-05T03:46:13.614Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-05T03:46:13.616Z||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-04-05T03:46:13.616Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:13.628Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:13.628Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:14.514Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar ASDC sendASDCNotification
2022-04-05T03:46:14.515Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar
2022-04-05T03:46:14.515Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-05T03:46:14.515Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:14.518Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:14.518Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130374514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:46:14.618Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:46:14.620Z||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-04-05T03:46:14.620Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:14.630Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:14.631Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:46:15.519Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3642536a-200a-4e54-85cd-d0386199a802
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-04-05T03:46:15.529Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3642536a-200a-4e54-85cd-d0386199a802
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-04-05T03:46:15.533Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-05T03:46:15.533Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:46:15.534Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||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-04-05T03:46:15.539Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-05T03:46:45.540Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3642536a-200a-4e54-85cd-d0386199a802 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-04-05T03:46:45.547Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3642536a-200a-4e54-85cd-d0386199a802 and serviceModelVersionId: a4ce4379-db2c-473e-bef5-a0ff59a12617
2022-04-05T03:46:45.547Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f7c7ade-6db5-4627-b303-c05e9dac92c0
2022-04-05T03:46:45.549Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0
2022-04-05T03:46:45.558Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-05T03:46:45.631Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0|INFO|500||Invoke
2022-04-05T03:46:45.632Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3642536a-200a-4e54-85cd-d0386199a802], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69973755-6581-4e61-92a2-4b69b83799c7], X-ECOMP-RequestID=[3642536a-200a-4e54-85cd-d0386199a802], X-TransactionId=[], X-ONAP-RequestID=[3642536a-200a-4e54-85cd-d0386199a802], Content-Type=[application/merge-patch+json]}
2022-04-05T03:46:45.661Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-05T03:46:46.285Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?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/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220405-03:46:46:106-57152], vertex-id=[401640], Content-Length=[0], Date=[Tue, 05 Apr 2022 03:46:46 GMT], Content-Type=[application/json]}
2022-04-05T03:46:46.285Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-05T03:46:46.286Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f7c7ade-6db5-4627-b303-c05e9dac92c0/model-vers/model-ver/a4ce4379-db2c-473e-bef5-a0ff59a12617?depth=0|INFO|500||InvokeReturn
2022-04-05T03:46:46.288Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-05T03:46:46.288Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||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-04-05T03:46:46.293Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||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-04-05T03:46:46.293Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3642536a-200a-4e54-85cd-d0386199a802 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-05T03:46:46.294Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-05T03:46:46.294Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:46:46.296Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:46:46.297Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130406293,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-05T03:46:46.397Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:46:46.398Z||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-04-05T03:46:46.399Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:46.412Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:46.413Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-04-05T03:46:47.309Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:46:47.310Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:46:47.310Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:46:49.324Z||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-04-05T03:46:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:46:49.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:49.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-05T03:46:49.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:46:49.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-04-05T03:46:57.610Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:46:57.611Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:46:57.612Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:46:57.612Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:47:07.161Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:47:07.162Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:47:07.163Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:47:07.163Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:47:16.704Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:47:16.705Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:47:16.706Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:47:16.706Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:47:26.243Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:47:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:47:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:47:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:47:49.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:47:49.324Z||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-04-05T03:47:49.324Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:47:49.847Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:47:49.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.849Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "NOTIFIED"
}
2022-04-05T03:47:49.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-05T03:47:49.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.850Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-04-05T03:47:49.850Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-05T03:47:49.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:47:49.851Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-05T03:47:49.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.851Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-04-05T03:47:49.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-05T03:47:49.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:47:49.852Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-05T03:47:49.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130169320,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:47:49.853Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-04-05T03:47:49.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130365787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:47:49.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:47:49.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130368253,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:47:49.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:47:49.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130369313,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:47:49.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:47:49.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130370373,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:47:49.856Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:47:49.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130371501,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/basic_onboard_hwzyfu0_modules.json",
"status": "DEPLOY_OK"
}
2022-04-05T03:47:49.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:47:49.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130372506,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-04-05T03:47:49.857Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:47:49.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130373510,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/resourceInstances/basic_onboard_hwzyfu0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-04-05T03:47:49.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:47:49.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130374514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwzyfu/1.0/artifacts/service-BasicOnboardHwzyfu-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:47:49.859Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:47:49.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-05T03:47:49.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3642536a-200a-4e54-85cd-d0386199a802",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130406293,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-05T03:47:49.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:47:58.875Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:48:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:48:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:48:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:48:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:48:49.323Z||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-04-05T03:48:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:48:58.874Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:48:58.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:49:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:49:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:49:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:49:49.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:49:49.322Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:49:49.323Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:49:58.868Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:49:58.871Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:50:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:50:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:50:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:50:49.322Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:50:49.323Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:50:49.323Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:50:58.865Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:50:58.876Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:51:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:51:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:51:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:51:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:51:49.323Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:51:49.323Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:51:58.872Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:51:58.872Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:52:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:52:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:52:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:52:49.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:52:49.323Z||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-04-05T03:52:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:52:58.864Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:52:58.866Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:53:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:53:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:53:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:53:49.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:53:49.323Z||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-04-05T03:53:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:53:58.872Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:53:58.874Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:54:49.320Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:54:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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-04-05T03:54:49.321Z|3642536a-200a-4e54-85cd-d0386199a802|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:54:49.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:54:49.323Z||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-04-05T03:54:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:54:49.965Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:54:49.966Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.966Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"704ccdca-535d-4223-9105-5a0c684cce54","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"699b4e1f-9e59-49a7-b1c4-9a360905fca4","serviceDescription":"service","serviceInvariantUUID":"aa95cfdc-0067-4281-8227-9a86f538a20f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"22245bf0-c59d-4128-93c9-1fd90989bfb6","resourceInvariantUUID":"98a0b315-dc3c-4e20-8361-b7209a9a8282","resourceCustomizationUUID":"9f55db5e-4948-4150-b65d-155c59b1bb24","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MzQ3NjAxMzg2MTNhMmU5ZWYzZDRlODA3NTVkODZjYWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69de9a2d-b164-48cf-97c9-a0886dfb6834","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmMxZGUzYTczZGM2MTk1NzVkNzM5MTFjNjg2YzdhOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b61f56c7-2df1-4d38-b72c-740341e4b214","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-05T03:54:49.969Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:54:49.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "aai-ml",
"timestamp": 1649130865766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:54:49.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "aai-ml",
"timestamp": 1649130865766,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:54:49.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.972Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:54:49.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "dcae-sch",
"timestamp": 1649130877755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:54:49.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.972Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:54:49.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "dcae-sch",
"timestamp": 1649130877755,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:54:49.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "aai-ml",
"timestamp": 1649130878841,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:54:49.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:54:49.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "policy-id",
"timestamp": 1649130879496,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:54:49.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "cds",
"timestamp": 1649130879969,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:54:49.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "policy-id",
"timestamp": 1649130879496,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:54:49.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "cds",
"timestamp": 1649130879969,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:54:49.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130881149,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:54:49.975Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:54:49.975Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130889320,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:54:49.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "policy-id",
"timestamp": 1649130882664,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:54:49.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:54:49.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "cds",
"timestamp": 1649130882867,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:54:49.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:54:49.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130881763,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:54:49.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "multicloud-k8s-id",
"timestamp": 1649130881149,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:54:49.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130882167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:54:49.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:49.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "policy-id",
"timestamp": 1649130883670,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:54:49.978Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:54:49.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:49.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "cds",
"timestamp": 1649130883878,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
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-04-05T03:54:50.009Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 704ccdca-535d-4223-9105-5a0c684cce54
2022-04-05T03:54:50.009Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:54:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130881763,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:54:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "ves-openapi-manager",
"timestamp": 1649130882167,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:54:50.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-04-05T03:54:50.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:50.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "policy-id",
"timestamp": 1649130884674,
"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-04-05T03:54:50.033Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 704ccdca-535d-4223-9105-5a0c684cce54
2022-04-05T03:54:50.033Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:54:50.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:50.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "aai-ml",
"timestamp": 1649130884434,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:54:50.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:54:50.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:50.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130885026,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:54:50.046Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:54:50.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:50.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "aai-ml",
"timestamp": 1649130885442,
"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-04-05T03:54:50.051Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 704ccdca-535d-4223-9105-5a0c684cce54
2022-04-05T03:54:50.051Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:54:50.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:50.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130887033,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:54:50.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:54:50.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-05T03:54:50.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1649130888039,
"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-04-05T03:54:50.064Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 704ccdca-535d-4223-9105-5a0c684cce54
2022-04-05T03:54:50.065Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:54:50.075Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:54:50.076Z||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-04-05T03:54:50.077Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:54:50.106Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:54:50.107Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:54:50.976Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:54:50.978Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:54:50.981Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:54:50.981Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130889320,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:54:51.089Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-04-05T03:54:51.091Z||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-04-05T03:54:51.091Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:54:51.102Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:54:51.103Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-04-05T03:54:51.982Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "699b4e1f-9e59-49a7-b1c4-9a360905fca4",
"serviceDescription": "service",
"serviceInvariantUUID": "aa95cfdc-0067-4281-8227-9a86f538a20f",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "9f55db5e-4948-4150-b65d-155c59b1bb24",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "22245bf0-c59d-4128-93c9-1fd90989bfb6",
"resourceInvariantUUID": "98a0b315-dc3c-4e20-8361-b7209a9a8282",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NmMxZGUzYTczZGM2MTk1NzVkNzM5MTFjNjg2YzdhOGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b61f56c7-2df1-4d38-b72c-740341e4b214"
}
],
"workloadContext": "Production"
}
2022-04-05T03:54:51.982Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-05T03:54:51.983Z|3642536a-200a-4e54-85cd-d0386199a802|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 699b4e1f-9e59-49a7-b1c4-9a360905fca4 ASDC
2022-04-05T03:54:51.983Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:704ccdca-535d-4223-9105-5a0c684cce54
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:699b4e1f-9e59-49a7-b1c4-9a360905fca4
ServiceInvariantUUID:aa95cfdc-0067-4281-8227-9a86f538a20f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:b61f56c7-2df1-4d38-b72c-740341e4b214
ArtifactChecksum:NmMxZGUzYTczZGM2MTk1NzVkNzM5MTFjNjg2YzdhOGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9f55db5e-4948-4150-b65d-155c59b1bb24
ResourceInvariantUUID:98a0b315-dc3c-4e20-8361-b7209a9a8282
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:22245bf0-c59d-4128-93c9-1fd90989bfb6
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-04-05T03:54:51.984Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 699b4e1f-9e59-49a7-b1c4-9a360905fca4 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-04-05T03:54:52.018Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-05T03:54:52.019Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:54:52.020Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:54:52.020Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b61f56c7-2df1-4d38-b72c-740341e4b214 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-05T03:54:52.020Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-05T03:54:52.021Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-05T03:54:52.893Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-05T03:54:52.895Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b61f56c7-2df1-4d38-b72c-740341e4b214 52488
2022-04-05T03:54:52.896Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-05T03:54:52.896Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-05T03:54:52.896Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-05T03:54:52.896Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:54:52.898Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:54:52.898Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130892896,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:54:52.998Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:54:53.000Z||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-04-05T03:54:53.000Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:54:53.012Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:54:53.013Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:54:53.899Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-05T03:54:53.899Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:54:53.900Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b61f56c7-2df1-4d38-b72c-740341e4b214, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:53.900Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-05T03:54:53.900Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:53.901Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.077Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6349182438081199138/Definitions/service-BasicNetwork-template.yml
2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.789Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.790Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.790Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.792Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-05T03:54:54.793Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-05T03:54:54.794Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-05T03:54:54.794Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.794Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.794Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.794Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.795Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.796Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:699b4e1f-9e59-49a7-b1c4-9a360905fca4
Model Version:NULL
Model InvariantUuid:aa95cfdc-0067-4281-8227-9a86f538a20f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:98a0b315-dc3c-4e20-8361-b7209a9a8282
Model UUID:0354747e-c5f4-4673-a9e2-1e1daddbf119
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:9f55db5e-4948-4150-b65d-155c59b1bb24
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-05T03:54:54.803Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 22245bf0-c59d-4128-93c9-1fd90989bfb6
2022-04-05T03:54:54.803Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||No resources found for Service: 699b4e1f-9e59-49a7-b1c4-9a360905fca4
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-04-05T03:54:54.807Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||
2022-04-05T03:54:54.807Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-04-05T03:54:54.808Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 699b4e1f-9e59-49a7-b1c4-9a360905fca4
2022-04-05T03:54:54.808Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 699b4e1f-9e59-49a7-b1c4-9a360905fca4
2022-04-05T03:54:54.808Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-04-05T03:54:54.808Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-05T03:54:54.813Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ae4baf5, org.onap.sdc.toscaparser.api.parameters.Input@655c4213, org.onap.sdc.toscaparser.api.parameters.Input@46423261, org.onap.sdc.toscaparser.api.parameters.Input@27616ea2, org.onap.sdc.toscaparser.api.parameters.Input@38cd4ba9]
2022-04-05T03:54:54.815Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.815Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.815Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.816Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.816Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 699b4e1f-9e59-49a7-b1c4-9a360905fca4: Generic NeutronNet
2022-04-05T03:54:54.816Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.816Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.816Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.817Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-04-05T03:54:54.848Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.849Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.849Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.850Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.850Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:54:54.850Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:54:54.850Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-05T03:54:54.903Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-04-05T03:54:54.904Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-05T03:54:54.904Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-05T03:54:54.904Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-05T03:54:54.904Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:54:54.906Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:54:54.907Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130894904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:54:55.007Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:54:55.008Z||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-04-05T03:54:55.008Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:54:55.019Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:54:55.020Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:54:55.908Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 704ccdca-535d-4223-9105-5a0c684cce54
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-04-05T03:54:55.923Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 704ccdca-535d-4223-9105-5a0c684cce54
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-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:54:55.927Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:54:55.928Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:54:55.928Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:54:55.928Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-04-05T03:54:55.928Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:54:55.933Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-05T03:55:25.934Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:55:25.941Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 704ccdca-535d-4223-9105-5a0c684cce54 and serviceModelVersionId: 699b4e1f-9e59-49a7-b1c4-9a360905fca4
2022-04-05T03:55:25.941Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa95cfdc-0067-4281-8227-9a86f538a20f
2022-04-05T03:55:25.943Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?depth=0
2022-04-05T03:55:25.948Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-05T03:55:26.038Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?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-04-05T03:55:26.039Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?depth=0|INFO|500||Invoke
2022-04-05T03:55:26.069Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-04-05T03:55:26.587Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?depth=0|INFO|500||InvokeReturn
2022-04-05T03:55:26.591Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa95cfdc-0067-4281-8227-9a86f538a20f/model-vers/model-ver/699b4e1f-9e59-49a7-b1c4-9a360905fca4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220405-03:55:26:517-12850], vertex-id=[626696], Content-Length=[0], Date=[Tue, 05 Apr 2022 03:55:26 GMT], Content-Type=[application/json]}
2022-04-05T03:55:26.592Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-04-05T03:55:26.592Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-05T03:55:26.592Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:55:26.606Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||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-04-05T03:55:26.606Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 704ccdca-535d-4223-9105-5a0c684cce54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-05T03:55:26.609Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-05T03:55:26.615Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:55:26.618Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:55:26.618Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130926608,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-05T03:55:26.718Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:55:26.719Z||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-04-05T03:55:26.719Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:55:26.733Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:55:26.733Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-05T03:55:49.320Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:55:49.322Z|704ccdca-535d-4223-9105-5a0c684cce54|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-04-05T03:55:49.322Z|704ccdca-535d-4223-9105-5a0c684cce54|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:55:49.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:55:49.323Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-05T03:55:49.323Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:55:49.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:55:49.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-05T03:55:49.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130889320,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:55:49.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-04-05T03:55:58.878Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:49.320Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:56:49.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-05T03:56:49.323Z||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-04-05T03:56:49.322Z|704ccdca-535d-4223-9105-5a0c684cce54|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-04-05T03:56:49.323Z||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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:49.323Z|704ccdca-535d-4223-9105-5a0c684cce54|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 PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:49.352Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:49.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-05T03:56:49.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130889320,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:56:49.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-05T03:56:49.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-05T03:56:49.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "clamp",
"timestamp": 1649130891555,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:56:49.355Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-05T03:56:49.355Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-05T03:56:49.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "clamp",
"timestamp": 1649130891555,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:56:49.356Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-04-05T03:56:49.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-05T03:56:49.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130892896,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:56:49.356Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:56:49.356Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-05T03:56:49.356Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130894904,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:56:49.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:56:49.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-05T03:56:49.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "clamp",
"timestamp": 1649130901136,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:56:49.357Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:56:49.357Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-05T03:56:49.357Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "clamp",
"timestamp": 1649130903147,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-04-05T03:56:49.358Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:56:49.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-05T03:56:49.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "clamp",
"timestamp": 1649130904153,
"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-04-05T03:56:49.367Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 704ccdca-535d-4223-9105-5a0c684cce54
2022-04-05T03:56:49.368Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 704ccdca-535d-4223-9105-5a0c684cce54 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-04-05T03:56:49.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-05T03:56:49.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "704ccdca-535d-4223-9105-5a0c684cce54",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649130926608,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-05T03:56:49.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-05T03:56:49.953Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:49.954Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-05T03:56:49.954Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"550257ea-09ac-4f66-a5bd-2473b829a3dd","serviceName":"Demo_pNF_0NinrEMUsyH2H5mQs425","serviceVersion":"1.0","serviceUUID":"2a55ebbf-89f3-4b06-8353-6f1f9612e690","serviceDescription":"catalog service description","serviceInvariantUUID":"cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0","resources":[{"resourceInstanceName":"pNF ff86849d-26ab 0","resourceName":"pNF ff86849d-26ab","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"60461faf-4320-4897-a5ab-1f6b90a5e0a3","resourceInvariantUUID":"e71a6663-9d73-428b-8c00-bcc3cdc3a65c","resourceCustomizationUUID":"9f9528b3-dbc9-498c-88fd-6de5fa1d06b2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml","artifactChecksum":"NDY3YmE4OTI3ODg0MmNlZmNlYTNjODM3YjQxMmI1NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec7a3554-51da-4652-8341-a2b81cfbf975","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar","artifactChecksum":"ZmRmMzQ1YTcyZTFjZjQ5Nzc0ODMzNGRjMjJkYTU2YzU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ec7e8783-cac9-4c9b-8ba9-914586f0a19e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad7284d7-623c-4f8a-9ca1-2b7b26fcb853","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml","artifactChecksum":"MmQ2MjdmMWJlYzMwZmU4ZTgxMzgzNDlhOGRjMDEzOTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55bb33c4-7dca-4dd9-8205-242b2039105f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"073b8b20-c451-4cc5-b4d5-87a8c4b45ef0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f247ba1f-47f5-40b7-ba5b-0f5e98c75347","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0ninremusyh2h5mqs425-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml","artifactChecksum":"YTBmNGM5N2IyYjM4ZmNmYjEzYzk3MDFjNjRmNDFkMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85f78939-3a8b-4678-823f-a07f2b6444d7","artifactVersion":"1"},{"artifactName":"service-DemoPnf0ninremusyh2h5mqs425-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar","artifactChecksum":"OTA1ZDEzMTMwYWQ5NzU2N2M3MWExNDY3NGY1ZmRjODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9afbe0a-3340-4144-89e8-1a03834e4f2b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-05T03:56:49.958Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:56:49.959Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:56:49.963Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:56:49.963Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649131009320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:56:50.063Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:56:50.065Z||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-04-05T03:56:50.065Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:50.112Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:50.112Z||pool-40-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:56:50.964Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:56:50.965Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:56:50.967Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:56:50.967Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649131009320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:56:51.068Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:56:51.069Z||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-04-05T03:56:51.069Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:51.103Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:51.104Z||pool-41-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:56:51.968Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:56:51.971Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:56:51.973Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:56:51.973Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649131009320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:56:52.074Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:56:52.075Z||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-04-05T03:56:52.076Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:52.138Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:52.139Z||pool-42-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:56:52.974Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:56:52.975Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:56:52.977Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:56:52.978Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649131009320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:56:53.079Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-05T03:56:53.081Z||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-04-05T03:56:53.081Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:53.115Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:53.116Z||pool-43-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:56:53.984Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:56:53.992Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:56:53.994Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:56:53.994Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649131009320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:56:54.100Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-04-05T03:56:54.101Z||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-04-05T03:56:54.101Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:54.111Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:54.112Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:56:54.995Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:56:54.997Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:56:54.999Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:56:55.000Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649131009320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/resourceInstances/pnfff86849d26ab0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:56:55.099Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:56:55.101Z||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-04-05T03:56:55.101Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:55.111Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:55.112Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:56:56.001Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:56:56.002Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:56:56.004Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:56:56.004Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649131009320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-template.yml",
"status": "NOT_NOTIFIED"
}
2022-04-05T03:56:56.104Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:56:56.106Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-05T03:56:56.106Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:56.117Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:56.117Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:56:57.006Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-05T03:56:57.008Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:56:57.012Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:56:57.012Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649131009320,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar",
"status": "NOTIFIED"
}
2022-04-05T03:56:57.112Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-05T03:56:57.113Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-05T03:56:57.113Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:57.125Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:57.125Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-05T03:56:58.014Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd",
"serviceName": "Demo_pNF_0NinrEMUsyH2H5mQs425",
"serviceVersion": "1.0",
"serviceUUID": "2a55ebbf-89f3-4b06-8353-6f1f9612e690",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0",
"resources": [
{
"resourceInstanceName": "pNF ff86849d-26ab 0",
"resourceCustomizationUUID": "9f9528b3-dbc9-498c-88fd-6de5fa1d06b2",
"resourceName": "pNF ff86849d-26ab",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "60461faf-4320-4897-a5ab-1f6b90a5e0a3",
"resourceInvariantUUID": "e71a6663-9d73-428b-8c00-bcc3cdc3a65c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf0ninremusyh2h5mqs425-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar",
"artifactChecksum": "OTA1ZDEzMTMwYWQ5NzU2N2M3MWExNDY3NGY1ZmRjODg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b9afbe0a-3340-4144-89e8-1a03834e4f2b"
}
],
"workloadContext": "Production"
}
2022-04-05T03:56:58.014Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-05T03:56:58.014Z|704ccdca-535d-4223-9105-5a0c684cce54|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a55ebbf-89f3-4b06-8353-6f1f9612e690 ASDC
2022-04-05T03:56:58.015Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:550257ea-09ac-4f66-a5bd-2473b829a3dd
ServiceName:Demo_pNF_0NinrEMUsyH2H5mQs425
ServiceVersion:1.0
ServiceUUID:2a55ebbf-89f3-4b06-8353-6f1f9612e690
ServiceInvariantUUID:cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf0ninremusyh2h5mqs425-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
ArtifactUUID:b9afbe0a-3340-4144-89e8-1a03834e4f2b
ArtifactChecksum:OTA1ZDEzMTMwYWQ5NzU2N2M3MWExNDY3NGY1ZmRjODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ff86849d-26ab 0
ResourceCustomizationUUID:9f9528b3-dbc9-498c-88fd-6de5fa1d06b2
ResourceInvariantUUID:e71a6663-9d73-428b-8c00-bcc3cdc3a65c
ResourceName:pNF ff86849d-26ab
ResourceType:PNF
ResourceUUID:60461faf-4320-4897-a5ab-1f6b90a5e0a3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-04-05T03:56:58.015Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a55ebbf-89f3-4b06-8353-6f1f9612e690 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-05T03:56:58.043Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-05T03:56:58.045Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:56:58.045Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:56:58.045Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b9afbe0a-3340-4144-89e8-1a03834e4f2b from URL: /sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:56:58.045Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-05T03:56:58.046Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:56:58.984Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-05T03:56:58.993Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar b9afbe0a-3340-4144-89e8-1a03834e4f2b 82619
2022-04-05T03:56:58.993Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar ASDC sendASDCNotification
2022-04-05T03:56:58.993Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:56:58.993Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-05T03:56:58.994Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-05T03:56:58.997Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-05T03:56:58.997Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "550257ea-09ac-4f66-a5bd-2473b829a3dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1649131018993,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-04-05T03:56:59.097Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-05T03:56:59.098Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-05T03:56:59.098Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as PDygaUHAzDbTJOS2) ...
2022-04-05T03:56:59.114Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-04-05T03:56:59.114Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-04-05T03:56:59.997Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-05T03:56:59.999Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-05T03:56:59.999Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b9afbe0a-3340-4144-89e8-1a03834e4f2b, URL: /sdc/v1/catalog/services/DemoPnf0ninremusyh2h5mqs425/1.0/artifacts/service-DemoPnf0ninremusyh2h5mqs425-csar.csar to file: /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:00.000Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:00.001Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:00.001Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:00.217Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12684543566821037867/Definitions/service-DemoPnf0ninremusyh2h5mqs425-template.yml
2022-04-05T03:57:01.351Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-05T03:57:01.352Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-05T03:57:01.352Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:01.352Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||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-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||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-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ff86849d-26ab 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||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-DemoPnf0ninremusyh2h5mqs425-csar.csar
2022-04-05T03:57:01.353Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-05T03:57:01.354Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:57:01.354Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:57:01.354Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Node template pNF ff86849d-26ab 0 is matching search criteria
2022-04-05T03:57:01.355Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-05T03:57:01.355Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ff86849d-26ab 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-05T03:57:01.355Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:57:01.355Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:57:01.355Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Node template pNF ff86849d-26ab 0 is matching search criteria
2022-04-05T03:57:01.356Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-05T03:57:01.356Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ff86849d-26ab 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-05T03:57:01.356Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:57:01.356Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:57:01.356Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:57:01.357Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:57:01.358Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:57:01.358Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_0NinrEMUsyH2H5mQs425
Description:catalog service description
Model UUID:2a55ebbf-89f3-4b06-8353-6f1f9612e690
Model Version:NULL
Model InvariantUuid:cccd0929-e3df-4f2e-8e2d-cb1cc343a5b0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-04-05T03:57:01.366Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 60461faf-4320-4897-a5ab-1f6b90a5e0a3
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-04-05T03:57:01.370Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||pNF ff86849d-26ab 0
2022-04-05T03:57:01.370Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 60461faf-4320-4897-a5ab-1f6b90a5e0a3
2022-04-05T03:57:01.370Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 2a55ebbf-89f3-4b06-8353-6f1f9612e690
2022-04-05T03:57:01.371Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2a55ebbf-89f3-4b06-8353-6f1f9612e690
2022-04-05T03:57:01.371Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ff86849d-26ab 0 60461faf-4320-4897-a5ab-1f6b90a5e0a3 ASDC
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-04-05T03:57:01.376Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4df8482c, org.onap.sdc.toscaparser.api.parameters.Input@16b6d416, org.onap.sdc.toscaparser.api.parameters.Input@6fe7ae6c, org.onap.sdc.toscaparser.api.parameters.Input@18a81505, org.onap.sdc.toscaparser.api.parameters.Input@179e9714]
2022-04-05T03:57:01.377Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-04-05T03:57:01.377Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_0NinrEMUsyH2H5mQs425 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-05T03:57:01.377Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2a55ebbf-89f3-4b06-8353-6f1f9612e690: pNF ff86849d-26ab
2022-04-05T03:57:01.378Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||INFO|500||Processing PNF resource: 60461faf-4320-4897-a5ab-1f6b90a5e0a3
2022-04-05T03:57:01.378Z|550257ea-09ac-4f66-a5bd-2473b829a3dd|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery