By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-28T12:50:43.698Z||main|||||INFO|500||The following profiles are active: basic
2022-03-28T12:51:00.522Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-28T12:51:00.522Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-28T12:51:00.652Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-28T12:51:06.442Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-28T12:51:06.896Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-28T12:51:07.504Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-28T12:51:07.521Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-28T12:51:07.752Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-28T12:51:08.137Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-28T12:51:08.836Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-28T12:51:10.908Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-28T12:51:14.234Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-28T12:51:14.312Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-28T12:51:14.982Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-28T12:51:15.283Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-28T12:51:17.082Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-28T12:51:18.501Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-28T12:51:18.534Z||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$$36dd570f.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-28T12:51:18.535Z||main|||||WARN|500||The sdc end point is not alive
2022-03-28T12:51:22.700Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-28T12:51:26.384Z||main|||||WARN|500||---
2022-03-28T12:51:26.385Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-28T12:51:26.385Z||main|||||WARN|500||---
2022-03-28T12:51:26.916Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-28T12:51:33.928Z||main|||||INFO|500||Started Application in 55.418 seconds (JVM running for 58.638)
2022-03-28T12:51:33.955Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-28T12:51:33.957Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-28T12:51:33.978Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-28T12:51:34.020Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-28T12:51:34.087Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58a47d22-dc87-4f2e-9567-5eeb729f5dbe url= /sdc/v1/artifactTypes
2022-03-28T12:51:34.088Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-28T12:51:34.461Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-28T12:51:34.494Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-28T12:51:34.517Z||scheduling-1|||||DEBUG|500||create keys
2022-03-28T12:51:34.525Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-28T12:51:34.581Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:51:34.609Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1182b399-c290-4adb-af6b-afdb272a7b5e url= /sdc/v1/registerForDistribution
2022-03-28T12:51:34.797Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1182b399-c290-4adb-af6b-afdb272a7b5e url= /sdc/v1/registerForDistribution
2022-03-28T12:51:34.817Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-28T12:51:34.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:51:34.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:51:34.862Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-28T12:51:34.867Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:51:34.868Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:51:34.868Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:51:34.871Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:51:45.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:51:45.341Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:52:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:52:34.840Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:52:34.841Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:52:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:52:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:52:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:52:44.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:52:44.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:53:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:53:34.839Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:53:34.839Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:53:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:53:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:53:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:53:44.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:53:44.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:54:34.838Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:54:34.841Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:54:34.841Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:54:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:54:34.849Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:54:34.849Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:54:44.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:54:44.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:55:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:55:34.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:55:34.839Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:55:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:55:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:55:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:55:44.433Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:55:44.434Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:56:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:56:34.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:56:34.839Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:56:34.843Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:56:34.844Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:56:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:56:44.437Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:56:44.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:57:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:57:34.839Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:57:34.839Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:57:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:57:34.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:57:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:57:44.438Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:57:44.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:58:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:58:34.841Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:58:34.842Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:58:34.844Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:58:34.848Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:58:34.849Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:58:44.406Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:58:44.431Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:59:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:59:34.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:59:34.839Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:59:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T12:59:34.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T12:59:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T12:59:44.419Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T12:59:44.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:00:34.837Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:00:34.838Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:00:34.839Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:00:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:00:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:00:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:00:44.408Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:00:44.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:00:53.188Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-28T13:01:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:01:34.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:01:34.839Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:01:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:01:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:01:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:01:44.414Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:01:44.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:02:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:02:34.840Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:02:34.840Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:02:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:02:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:02:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:02:44.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:02:44.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:03:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:03:34.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:03:34.839Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:03:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:03:34.845Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:03:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:03:44.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:03:44.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:04:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:04:34.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:04:34.839Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:04:34.844Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:04:34.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:04:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:04:44.411Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:04:44.414Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:05:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:05:34.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:05:34.842Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:05:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:05:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:05:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:05:44.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:05:44.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:06:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:06:34.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:06:34.839Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:06:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:06:34.845Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:06:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:06:44.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:06:44.432Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:07:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:07:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:07:34.838Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:07:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:07:34.845Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:07:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:07:44.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:07:44.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:08:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:08:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:08:34.838Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:08:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:08:34.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:08:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:08:44.417Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:08:44.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:09:34.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:09:34.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:09:34.842Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:09:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:09:34.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:09:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:09:44.420Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:09:44.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:10:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:10:34.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:10:34.840Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:10:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:10:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:10:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:10:44.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:10:44.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:11:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:11:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:11:34.839Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:11:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:11:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:11:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:11:44.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:11:44.415Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:12:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:12:34.839Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:12:34.839Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:12:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:12:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:12:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:12:44.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:12:44.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:13:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:13:34.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:13:34.842Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:13:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:13:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:13:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:13:44.418Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:13:44.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:14:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:14:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:14:34.838Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:14:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:14:34.845Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:14:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:14:44.403Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:14:44.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:15:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:15:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:15:34.838Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:15:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:15:34.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:15:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:15:44.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:15:44.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:16:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:16:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:16:34.838Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:16:34.843Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:16:34.844Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:16:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:16:44.404Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:16:44.411Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:17:34.838Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:17:34.841Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:17:34.841Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:17:34.843Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:17:34.844Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:17:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:17:44.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:17:44.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:18:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:18:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:18:34.839Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:18:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:18:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:18:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:18:44.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:18:44.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:19:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:19:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:19:34.838Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:19:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:19:34.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:19:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:19:44.405Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:19:44.405Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:20:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:20:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:20:34.838Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:20:34.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:20:34.847Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:20:34.847Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:20:44.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:20:44.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:21:34.838Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:21:34.840Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:21:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:21:34.840Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:21:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:21:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:21:44.441Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:21:44.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:22:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:22:34.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:22:34.838Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:22:34.843Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:22:34.844Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:22:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:22:44.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:22:44.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:34.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:23:34.838Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:23:34.838Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:23:34.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:23:34.846Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:40.703Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:40.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-28T13:23:40.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fc9f2ab-beda-423f-abfb-4e4df6db239b","serviceName":"vFW 2022-03-28 13-20-59","serviceVersion":"1.0","serviceUUID":"da207890-4c47-492a-bb4c-870286b86caf","serviceDescription":"catalog service description","serviceInvariantUUID":"0395a5a5-b03b-46cc-a968-4cdbf59a42f8","resources":[{"resourceInstanceName":"vFW f06f468b-bfa8 0","resourceName":"vFW f06f468b-bfa8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1eec359-a5e4-4bcb-a694-98509ad45bc8","resourceInvariantUUID":"b22c9618-45ef-4e90-9741-f43bf40a9857","resourceCustomizationUUID":"611efb92-c7a4-47a4-947e-10b61640f054","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml","artifactChecksum":"NWM1MzRmYTk4YzE3NmY1ZDkzNWJjMTFjZWQ1ZTMyNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cadf9e16-88e7-4d7c-bb29-94844b35b813","artifactVersion":"1"},{"artifactName":"vfwf06f468bbfa80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json","artifactChecksum":"ZWQwOTM4OWRmYTJkOThkYWE5MmNiYTIxYjhhNzU5MTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c8eefc4-5ee7-4964-9a40-32efc674a7d4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0c6168dc-257b-423d-be60-c7d8dcbbcbd3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml","artifactChecksum":"Y2E2NTU4YzI2N2M5OWRlYWMzOGVlNmI4OTBmZGU4MmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"094a72b7-9e5e-4951-9b10-4ecb7f8f62d9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9b90e013-ff07-4d48-8caf-a8e4916b8e7d","artifactVersion":"2","generatedFromUUID":"0c6168dc-257b-423d-be60-c7d8dcbbcbd3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220328132059-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml","artifactChecksum":"ZWUxYzQyYzk0MzY3N2E1ZWJmZjNkYzhhY2RjNDgxZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c03d009-aa19-4fc6-bb81-73f4c320838d","artifactVersion":"1"},{"artifactName":"service-Vfw20220328132059-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar","artifactChecksum":"ZGRmOWQ0MzAzZjYxY2I5NTg3MTYwMjI2MzY0ZDc2OTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-28T13:23:40.721Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:23:40.730Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:40.742Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:40.743Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:23:40.843Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-28T13:23:40.848Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:40.849Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:40.872Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:40.874Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":6,"count":1}
2022-03-28T13:23:41.038Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:41.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-28T13:23:41.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:23:41.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-28T13:23:41.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-28T13:23:41.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473816708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:23:41.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-28T13:23:41.750Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:23:41.751Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:41.753Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:41.753Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "NOTIFIED"
}
2022-03-28T13:23:41.853Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:23:41.854Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:41.854Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:41.906Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:41.907Z||pool-4-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:23:42.753Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:23:42.754Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:42.757Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:42.757Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T13:23:42.857Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:23:42.859Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:42.859Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:42.878Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:42.879Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:23:43.757Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:23:43.758Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:43.760Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:43.761Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:23:43.861Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:23:43.862Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:43.862Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:43.909Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:43.910Z||pool-6-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:23:44.761Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:23:44.763Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:44.765Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:44.765Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-28T13:23:44.865Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:23:44.866Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:44.866Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:44.904Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:44.905Z||pool-7-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:23:45.766Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:23:45.767Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:45.769Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:45.769Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:23:45.869Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:23:45.870Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:45.870Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:45.924Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:45.926Z||pool-8-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:23:46.770Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:23:46.770Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:46.772Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:46.772Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:23:46.873Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:23:46.874Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:46.874Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:46.898Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:46.898Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:23:47.774Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"serviceName": "vFW 2022-03-28 13-20-59",
"serviceVersion": "1.0",
"serviceUUID": "da207890-4c47-492a-bb4c-870286b86caf",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0395a5a5-b03b-46cc-a968-4cdbf59a42f8",
"resources": [
{
"resourceInstanceName": "vFW f06f468b-bfa8 0",
"resourceCustomizationUUID": "611efb92-c7a4-47a4-947e-10b61640f054",
"resourceName": "vFW f06f468b-bfa8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c1eec359-a5e4-4bcb-a694-98509ad45bc8",
"resourceInvariantUUID": "b22c9618-45ef-4e90-9741-f43bf40a9857",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf06f468bbfa80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"artifactChecksum": "ZWQwOTM4OWRmYTJkOThkYWE5MmNiYTIxYjhhNzU5MTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2c8eefc4-5ee7-4964-9a40-32efc674a7d4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0c6168dc-257b-423d-be60-c7d8dcbbcbd3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9b90e013-ff07-4d48-8caf-a8e4916b8e7d",
"generatedFromUUID": "0c6168dc-257b-423d-be60-c7d8dcbbcbd3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9b90e013-ff07-4d48-8caf-a8e4916b8e7d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220328132059-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"artifactChecksum": "ZGRmOWQ0MzAzZjYxY2I5NTg3MTYwMjI2MzY0ZDc2OTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359"
}
],
"workloadContext": "Production"
}
2022-03-28T13:23:47.778Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-28T13:23:47.779Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da207890-4c47-492a-bb4c-870286b86caf ASDC
2022-03-28T13:23:47.912Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9fc9f2ab-beda-423f-abfb-4e4df6db239b
ServiceName:vFW 2022-03-28 13-20-59
ServiceVersion:1.0
ServiceUUID:da207890-4c47-492a-bb4c-870286b86caf
ServiceInvariantUUID:0395a5a5-b03b-46cc-a968-4cdbf59a42f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220328132059-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar
ArtifactUUID:d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359
ArtifactChecksum:ZGRmOWQ0MzAzZjYxY2I5NTg3MTYwMjI2MzY0ZDc2OTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f06f468b-bfa8 0
ResourceCustomizationUUID:611efb92-c7a4-47a4-947e-10b61640f054
ResourceInvariantUUID:b22c9618-45ef-4e90-9741-f43bf40a9857
ResourceName:vFW f06f468b-bfa8
ResourceType:VF
ResourceUUID:c1eec359-a5e4-4bcb-a694-98509ad45bc8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf06f468bbfa80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json
ArtifactUUID:2c8eefc4-5ee7-4964-9a40-32efc674a7d4
ArtifactChecksum:ZWQwOTM4OWRmYTJkOThkYWE5MmNiYTIxYjhhNzU5MTM=
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/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml
ArtifactUUID:0c6168dc-257b-423d-be60-c7d8dcbbcbd3
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/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env
ArtifactUUID:9b90e013-ff07-4d48-8caf-a8e4916b8e7d
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/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env
ArtifactUUID:9b90e013-ff07-4d48-8caf-a8e4916b8e7d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-28T13:23:47.914Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da207890-4c47-492a-bb4c-870286b86caf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:23:48.175Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T13:23:48.183Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-28T13:23:48.185Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-28T13:23:48.186Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359 from URL: /sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:48.186Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-28T13:23:48.188Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:49.644Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-28T13:23:49.662Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359 98994
2022-03-28T13:23:49.663Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar ASDC sendASDCNotification
2022-03-28T13:23:49.663Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:49.664Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T13:23:49.665Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:49.667Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:49.667Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473829662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:23:49.768Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:23:49.769Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:49.770Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:49.791Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:49.792Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:23:50.668Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T13:23:50.669Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-28T13:23:50.669Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: d44263d8-0ff7-45bc-b4cd-3f3fb3f6e359, URL: /sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar to file: /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:50.670Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220328132059-csar.csar
2022-03-28T13:23:50.753Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:50.754Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:51.556Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7431133799514664210/Definitions/service-Vfw20220328132059-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-28T13:23:54.888Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-28T13:23:54.893Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-28T13:23:54.893Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.893Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.894Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f06f468b-bfa8 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-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328132059-csar.csar
2022-03-28T13:23:54.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-28T13:23:54.902Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.904Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:54.908Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:54.909Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-28T13:23:54.910Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T13:23:54.912Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.912Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:54.913Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:54.913Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-28T13:23:54.913Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T13:23:54.914Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.914Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:54.918Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.918Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria
2022-03-28T13:23:54.919Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T13:23:54.919Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T13:23:54.919Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T13:23:54.920Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:54.920Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.920Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T13:23:54.921Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.921Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T13:23:54.921Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T13:23:54.922Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.922Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:54.922Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T13:23:54.922Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:54.922Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T13:23:54.923Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.923Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-28T13:23:54.923Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.923Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-28T13:23:54.925Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.925Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:54.926Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:23:54.926Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.926Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:54.927Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:23:54.927Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.927Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:54.927Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:23:54.927Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.928Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria
2022-03-28T13:23:54.928Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T13:23:54.928Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T13:23:54.928Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-28T13:23:54.928Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:54.929Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T13:23:54.930Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.930Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b29f865b-e18b-4902-818f-afd32549abdd
2022-03-28T13:23:54.930Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.930Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria
2022-03-28T13:23:54.931Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T13:23:54.931Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T13:23:54.931Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T13:23:54.931Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:54.931Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.932Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T13:23:54.932Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.932Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-28T13:23:54.932Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T13:23:54.932Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:54.933Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T13:23:54.933Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.933Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=76c70dc0-74bb-4fab-adaf-24f158b72431
2022-03-28T13:23:54.934Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.934Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria
2022-03-28T13:23:54.934Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T13:23:54.934Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T13:23:54.934Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T13:23:54.935Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:54.935Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.935Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T13:23:54.936Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.936Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T13:23:54.936Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T13:23:54.936Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T13:23:54.936Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:54.937Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-28T13:23:54.937Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94226fb5-5c42-427b-95ab-d12dd4547406
2022-03-28T13:23:54.937Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.937Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:54.938Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:54.939Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-28 13-20-59
Description:catalog service description
Model UUID:da207890-4c47-492a-bb4c-870286b86caf
Model Version:NULL
Model InvariantUuid:0395a5a5-b03b-46cc-a968-4cdbf59a42f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f06f468b-bfa8
Model UUID:d4d983fd-a484-45d1-afcb-1008530dca9d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b22c9618-45ef-4e90-9741-f43bf40a9857
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:611efb92-c7a4-47a4-947e-10b61640f054
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c213d120-b916-41f6-943b-11e350a33fca
ModelName:VfwF06f468bBfa8..base_vfw..module-0
ModelUuid:4935f286-1016-449d-b091-004ae11dbc8a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b29f865b-e18b-4902-818f-afd32549abdd
ModelInvariantUuid:8c7be86c-d719-4ab5-9b1e-a27b3f2eec00
ModelName:vFW f06f468b-bfa8-nodes.vfwCvfc
ModelUuid:c59b94bb-dcf9-4734-8be0-9fecf5504136
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ec30234a-e75b-40d2-a785-a76bbb137674
ModelInvariantUuid:59238bc5-4e4f-4847-b163-75539a2cc2d4
ModelName:VfwF06f468bBfa8.compute.nodes.heat.vfw
ModelUuid:c25fca7c-5901-4ff6-a826-bd20f68cd1aa
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:76c70dc0-74bb-4fab-adaf-24f158b72431
ModelInvariantUuid:fb6508ac-b893-4d2e-938a-c9e58c427881
ModelName:vFW f06f468b-bfa8-nodes.vsnCvfc
ModelUuid:8f259672-35a1-4344-b3b7-92447d51aff7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:abf89944-3347-4e5a-b480-9b3e884b04d0
ModelInvariantUuid:aebad1a9-dc98-4591-841d-f89d20e03df7
ModelName:VfwF06f468bBfa8.compute.nodes.heat.vsn
ModelUuid:626b71ca-bb61-4eff-8cde-15d4b227d567
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:94226fb5-5c42-427b-95ab-d12dd4547406
ModelInvariantUuid:d30381dc-7584-4756-a682-39a7ec346722
ModelName:vFW f06f468b-bfa8-nodes.vpgCvfc
ModelUuid:2c99bce5-a6f4-4ba7-a3de-74573ef720ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:c23212ee-1eee-429f-b957-09335ca250c5
ModelInvariantUuid:933d1b1e-8b1c-4c94-bee4-f58b67814dd0
ModelName:VfwF06f468bBfa8.compute.nodes.heat.vpg
ModelUuid:078b0ee2-7431-4a80-8c44-4cf1bd2db5fe
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-28T13:23:54.958Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: c1eec359-a5e4-4bcb-a694-98509ad45bc8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:23:55.051Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||vFW f06f468b-bfa8 0
2022-03-28T13:23:55.059Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1eec359-a5e4-4bcb-a694-98509ad45bc8
2022-03-28T13:23:55.059Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c8eefc4-5ee7-4964-9a40-32efc674a7d4 from URL: /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json
2022-03-28T13:23:55.059Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-28T13:23:55.059Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json
2022-03-28T13:23:55.429Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-28T13:23:55.430Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json 2c8eefc4-5ee7-4964-9a40-32efc674a7d4 785
2022-03-28T13:23:55.430Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json ASDC sendASDCNotification
2022-03-28T13:23:55.430Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json
2022-03-28T13:23:55.431Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T13:23:55.431Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:55.435Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:55.435Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473835430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:23:55.535Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:23:55.536Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:55.536Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:55.551Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:55.552Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:23:56.437Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF06f468bBfa8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c213d120-b916-41f6-943b-11e350a33fca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4935f286-1016-449d-b091-004ae11dbc8a",
"vfModuleModelCustomizationUUID": "56e75d7a-1d78-4af6-b8e8-e5c0ced42197",
"isBase": true,
"artifacts": [
"0c6168dc-257b-423d-be60-c7d8dcbbcbd3",
"9b90e013-ff07-4d48-8caf-a8e4916b8e7d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-28T13:23:56.459Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF06f468bBfa8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4935f286-1016-449d-b091-004ae11dbc8a
VfModuleModelInvariantUUID:c213d120-b916-41f6-943b-11e350a33fca
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c6168dc-257b-423d-be60-c7d8dcbbcbd3
,
9b90e013-ff07-4d48-8caf-a8e4916b8e7d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-28T13:23:56.464Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF06f468bBfa8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c213d120-b916-41f6-943b-11e350a33fca",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4935f286-1016-449d-b091-004ae11dbc8a",
"vfModuleModelCustomizationUUID": "56e75d7a-1d78-4af6-b8e8-e5c0ced42197",
"isBase": true,
"artifacts": [
"0c6168dc-257b-423d-be60-c7d8dcbbcbd3",
"9b90e013-ff07-4d48-8caf-a8e4916b8e7d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-28T13:23:56.464Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF06f468bBfa8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4935f286-1016-449d-b091-004ae11dbc8a
VfModuleModelInvariantUUID:c213d120-b916-41f6-943b-11e350a33fca
VfModuleModelDescription:NULL
Artifacts UUID List:{
0c6168dc-257b-423d-be60-c7d8dcbbcbd3
,
9b90e013-ff07-4d48-8caf-a8e4916b8e7d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-28T13:23:56.465Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0c6168dc-257b-423d-be60-c7d8dcbbcbd3 from URL: /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml
2022-03-28T13:23:56.465Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-28T13:23:56.465Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml
2022-03-28T13:23:56.836Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-28T13:23:56.837Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml 0c6168dc-257b-423d-be60-c7d8dcbbcbd3 20368
2022-03-28T13:23:56.838Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-28T13:23:56.838Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml
2022-03-28T13:23:56.838Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T13:23:56.838Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:56.840Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:56.840Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473836838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:23:56.940Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T13:23:56.942Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:56.942Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:57.016Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:57.017Z||pool-12-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:23:57.842Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9b90e013-ff07-4d48-8caf-a8e4916b8e7d from URL: /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env
2022-03-28T13:23:57.843Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-28T13:23:57.843Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env
2022-03-28T13:23:58.137Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-28T13:23:58.138Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env 9b90e013-ff07-4d48-8caf-a8e4916b8e7d 2098
2022-03-28T13:23:58.139Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-28T13:23:58.139Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env
2022-03-28T13:23:58.139Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T13:23:58.140Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:58.143Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:58.144Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473838139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:23:58.244Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T13:23:58.245Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:58.245Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:58.259Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:58.260Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:23:59.144Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: da207890-4c47-492a-bb4c-870286b86caf
2022-03-28T13:23:59.145Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f06f468b-bfa8 0 c1eec359-a5e4-4bcb-a694-98509ad45bc8 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:23:59.201Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@35c4902c, org.onap.sdc.toscaparser.api.parameters.Input@15b9ee1d, org.onap.sdc.toscaparser.api.parameters.Input@2f039512, org.onap.sdc.toscaparser.api.parameters.Input@122a9afb, org.onap.sdc.toscaparser.api.parameters.Input@37e3d62]
2022-03-28T13:23:59.206Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.207Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:59.207Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-28T13:23:59.207Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 611efb92-c7a4-47a4-947e-10b61640f054
2022-03-28T13:23:59.207Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 611efb92-c7a4-47a4-947e-10b61640f054 matches Tosca VF Customization UUID: 611efb92-c7a4-47a4-947e-10b61640f054
2022-03-28T13:23:59.207Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 611efb92-c7a4-47a4-947e-10b61640f054 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-28T13:23:59.215Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.215Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:59.218Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 611efb92-c7a4-47a4-947e-10b61640f054: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-28T13:23:59.218Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7559a625
2022-03-28T13:23:59.218Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.219Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-28T13:23:59.220Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 56e75d7a-1d78-4af6-b8e8-e5c0ced42197
2022-03-28T13:23:59.221Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 56e75d7a-1d78-4af6-b8e8-e5c0ced42197
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-28T13:23:59.229Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.230Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:59.230Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:23:59.231Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.231Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:59.231Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:23:59.232Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.232Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria
2022-03-28T13:23:59.233Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T13:23:59.233Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T13:23:59.233Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-28T13:23:59.234Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T13:23:59.234Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T13:23:59.235Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T13:23:59.235Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:59.235Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T13:23:59.236Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:59.236Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T13:23:59.236Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T13:23:59.237Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b29f865b-e18b-4902-818f-afd32549abdd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-28T13:23:59.245Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.246Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:59.246Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:23:59.247Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.247Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria
2022-03-28T13:23:59.247Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T13:23:59.248Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T13:23:59.248Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T13:23:59.248Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:59.249Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T13:23:59.249Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T13:23:59.249Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T13:23:59.250Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-28T13:23:59.250Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-28T13:23:59.251Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:59.251Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-28T13:23:59.251Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T13:23:59.252Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=76c70dc0-74bb-4fab-adaf-24f158b72431
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-28T13:23:59.254Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.255Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:59.255Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:23:59.259Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.259Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is not matching search criteria
2022-03-28T13:23:59.259Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-28T13:23:59.260Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-28T13:23:59.260Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-28T13:23:59.261Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:59.261Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-28T13:23:59.261Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-28T13:23:59.262Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-28T13:23:59.262Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-28T13:23:59.262Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-28T13:23:59.263Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-28T13:23:59.263Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-28T13:23:59.263Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-28T13:23:59.264Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94226fb5-5c42-427b-95ab-d12dd4547406
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-28T13:23:59.267Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.267Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:59.267Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:23:59.268Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.268Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Node template vFW f06f468b-bfa8 0 is matching search criteria
2022-03-28T13:23:59.268Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f06f468b-bfa8 0] matching following query criteria: sdcType=VF, customizationUUID=611efb92-c7a4-47a4-947e-10b61640f054
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:23:59.270Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.271Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:59.271Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid da207890-4c47-492a-bb4c-870286b86caf: vFW f06f468b-bfa8
2022-03-28T13:23:59.271Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.272Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:59.272Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.272Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:59.273Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.273Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:59.274Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.274Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:59.274Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:23:59.275Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-28 13-20-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:23:59.275Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-28 13-20-59
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:23:59.565Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f06f468b-bfa8 c1eec359-a5e4-4bcb-a694-98509ad45bc8 1 ASDC deployResourceStructure
2022-03-28T13:23:59.566Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json ASDC sendASDCNotification
2022-03-28T13:23:59.567Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json
2022-03-28T13:23:59.567Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T13:23:59.568Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:23:59.570Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:23:59.570Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473839566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T13:23:59.677Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-28T13:23:59.678Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:23:59.678Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:23:59.705Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:23:59.706Z||pool-14-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:24:00.573Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-28T13:24:00.574Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml
2022-03-28T13:24:00.575Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T13:24:00.575Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:24:00.577Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:24:00.578Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473840573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-28T13:24:00.677Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T13:24:00.679Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:24:00.680Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:24:00.696Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:24:00.697Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:24:01.579Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-28T13:24:01.580Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env
2022-03-28T13:24:01.580Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T13:24:01.581Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:24:01.583Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:24:01.584Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473841579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-28T13:24:01.684Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:24:01.685Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:24:01.685Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:24:01.702Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:24:01.702Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:24:02.585Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar ASDC sendASDCNotification
2022-03-28T13:24:02.585Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar
2022-03-28T13:24:02.586Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T13:24:02.586Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:24:02.588Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:24:02.589Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473842585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:24:02.689Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:24:02.690Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:24:02.690Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:24:02.704Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:24:02.705Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:24:03.590Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:24:03.616Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:24:03.619Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T13:24:03.619Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T13:24:03.620Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T13:24:33.620Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:24:33.631Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:24:33.633Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T13:24:33.634Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T13:24:33.634Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T13:24:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:24:34.844Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:24:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:24:34.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:24:34.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-28T13:24:34.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "policy-id",
"timestamp": 1648473819012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:24:34.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-28T13:25:03.634Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:25:03.647Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:25:03.650Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T13:25:03.650Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T13:25:03.651Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T13:25:33.651Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:25:33.664Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:25:33.667Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T13:25:33.667Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T13:25:33.667Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T13:25:34.843Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:25:34.845Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:25:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:25:34.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:25:34.896Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-28T13:25:34.896Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473810778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:25:34.897Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-28T13:25:34.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-28T13:25:34.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473819660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:25:34.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:03.668Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:26:03.681Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:26:03.686Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T13:26:03.686Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T13:26:03.686Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T13:26:33.687Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:26:33.702Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:26:33.704Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T13:26:33.705Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-28T13:26:33.705Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-28T13:26:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:26:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:26:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:26:34.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:26:34.911Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.911Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473816708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.912Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.913Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.913Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.913Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "policy-id",
"timestamp": 1648473819012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473810778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.914Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.914Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.914Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473819660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "cds",
"timestamp": 1648473822757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.915Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.915Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.915Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.916Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.916Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.916Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473816708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.917Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.917Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.917Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "policy-id",
"timestamp": 1648473819012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473810778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.918Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.918Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.918Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473819660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.919Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.919Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.919Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "cds",
"timestamp": 1648473822757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473816708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.920Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.920Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.921Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "policy-id",
"timestamp": 1648473819012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.921Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473810778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.922Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.922Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473819660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.922Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "cds",
"timestamp": 1648473822757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.923Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.923Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.923Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473816708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.924Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.924Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.924Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "policy-id",
"timestamp": 1648473819012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473810778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.925Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.927Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.927Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473819660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "cds",
"timestamp": 1648473822757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.928Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.928Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.928Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473816708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "policy-id",
"timestamp": 1648473819012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.929Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.929Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473810778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473819660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.930Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.930Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.930Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "clamp",
"timestamp": 1648473825073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.931Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "cds",
"timestamp": 1648473822757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.931Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.931Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473814837,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.932Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.932Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473816708,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.932Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "policy-id",
"timestamp": 1648473819012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.933Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.933Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.933Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473810778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473819660,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "clamp",
"timestamp": 1648473825073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.935Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "cds",
"timestamp": 1648473822757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.937Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "clamp",
"timestamp": 1648473825073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.938Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "cds",
"timestamp": 1648473822757,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "policy-id",
"timestamp": 1648473828577,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:34.940Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:34.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473829003,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:34.941Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:34.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "clamp",
"timestamp": 1648473825073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473829326,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:34.942Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:34.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473829662,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:34.943Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:34.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "policy-id",
"timestamp": 1648473829585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:34.944Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:34.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "cds",
"timestamp": 1648473831010,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:34.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:34.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "clamp",
"timestamp": 1648473825073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "policy-id",
"timestamp": 1648473830589,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:26:34.956Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b
2022-03-28T13:26:34.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:26:34.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "cds",
"timestamp": 1648473832041,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:26:34.976Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b
2022-03-28T13:26:34.976Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:26:34.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "clamp",
"timestamp": 1648473825073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:34.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473830926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:34.988Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:34.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "clamp",
"timestamp": 1648473825073,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:34.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:34.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473832214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:34.990Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:34.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:34.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473833362,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:26:34.996Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b
2022-03-28T13:26:34.996Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-28T13:26:35.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473834367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.010Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473835430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473836082,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473836838,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.014Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.015Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473837088,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:26:35.021Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b
2022-03-28T13:26:35.021Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:26:35.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "cds",
"timestamp": 1648473837757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473836708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.032Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473838139,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.034Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "cds",
"timestamp": 1648473837757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.034Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473836708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.035Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473839566,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/vfwf06f468bbfa80_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "cds",
"timestamp": 1648473837757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.036Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473836708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.037Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.037Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "policy-id",
"timestamp": 1648473839012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.038Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.039Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "clamp",
"timestamp": 1648473839619,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.040Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473840573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.042Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.042Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "cds",
"timestamp": 1648473837757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.042Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473836708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473839660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.044Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.044Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "policy-id",
"timestamp": 1648473839012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.045Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473840778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473841579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/resourceInstances/vfwf06f468bbfa80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "cds",
"timestamp": 1648473837757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473836708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473839660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "policy-id",
"timestamp": 1648473839012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "clamp",
"timestamp": 1648473841626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473840778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648473842585,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "cds",
"timestamp": 1648473837757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473836708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473839660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "policy-id",
"timestamp": 1648473839012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "clamp",
"timestamp": 1648473842632,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:26:35.062Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b
2022-03-28T13:26:35.062Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:26:35.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "aai-ml",
"timestamp": 1648473844123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473840778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "cds",
"timestamp": 1648473837757,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473836708,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473839660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "policy-id",
"timestamp": 1648473839012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473840778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473839660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473844555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.084Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "cds",
"timestamp": 1648473845705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.086Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "policy-id",
"timestamp": 1648473839012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473840778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473839660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "cds",
"timestamp": 1648473846712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:26:35.110Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d
2022-03-28T13:26:35.110Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:26:35.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "policy-id",
"timestamp": 1648473839012,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.123Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.123Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.124Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473845770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.124Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.124Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473840778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.125Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "ves-openapi-manager",
"timestamp": 1648473839660,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473840778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473847314,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "policy-id",
"timestamp": 1648473847361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473848341,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:26:35.137Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d
2022-03-28T13:26:35.137Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:26:35.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "policy-id",
"timestamp": 1648473848367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.151Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473849007,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648473849345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "policy-id",
"timestamp": 1648473849370,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:26:35.165Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d
2022-03-28T13:26:35.166Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-28T13:26:35.173Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.174Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473852048,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.174Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.174Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.175Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648473853056,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:26:35.186Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d
2022-03-28T13:26:35.187Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:26:35.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "clamp",
"timestamp": 1648473855073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "clamp",
"timestamp": 1648473855073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "clamp",
"timestamp": 1648473855073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "clamp",
"timestamp": 1648473855073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "clamp",
"timestamp": 1648473855073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "clamp",
"timestamp": 1648473855073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "clamp",
"timestamp": 1648473855073,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "aai-ml",
"timestamp": 1648473865882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220328132059/1.0/artifacts/service-Vfw20220328132059-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "aai-ml",
"timestamp": 1648473866889,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:26:35.212Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fc9f2ab-beda-423f-abfb-4e4df6db239b
2022-03-28T13:26:35.213Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fc9f2ab-beda-423f-abfb-4e4df6db239b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:26:35.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "clamp",
"timestamp": 1648473870614,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.227Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:26:35.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "clamp",
"timestamp": 1648473872620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:26:35.228Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:26:35.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "aai-ml",
"timestamp": 1648473836132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:26:35.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-03-28T13:26:35.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "clamp",
"timestamp": 1648473873624,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:26:35.235Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d
2022-03-28T13:26:35.236Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:26:35.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:26:35.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "aai-ml",
"timestamp": 1648473875119,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:26:35.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:27:03.706Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:27:03.715Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:27:03.719Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T13:27:03.719Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-28T13:27:03.719Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-28T13:27:03.719Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:27:03.720Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:27:03.724Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-28T13:27:33.725Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-28T13:27:33.735Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fc9f2ab-beda-423f-abfb-4e4df6db239b and serviceModelVersionId: da207890-4c47-492a-bb4c-870286b86caf
2022-03-28T13:27:33.735Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0395a5a5-b03b-46cc-a968-4cdbf59a42f8
2022-03-28T13:27:34.863Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:27:34.865Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:27:34.865Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:27:35.406Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:27:35.407Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:27:35.407Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "aai-ml",
"timestamp": 1648473888283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:27:35.408Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:27:35.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-28T13:27:35.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "aai-ml",
"timestamp": 1648473889288,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:27:35.417Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d
2022-03-28T13:27:35.418Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:27:49.777Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0
2022-03-28T13:27:49.895Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-28T13:27:50.489Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0|INFO|500||Invoke
2022-03-28T13:27:50.498Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9fc9f2ab-beda-423f-abfb-4e4df6db239b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7fcb11eb-cfbe-4010-b2fb-86b84a872e57], X-ECOMP-RequestID=[9fc9f2ab-beda-423f-abfb-4e4df6db239b], X-TransactionId=[], X-ONAP-RequestID=[9fc9f2ab-beda-423f-abfb-4e4df6db239b], Content-Type=[application/merge-patch+json]}
2022-03-28T13:27:50.622Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-28T13:27:51.124Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?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/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220328-13:27:50:172-91538], vertex-id=[192520], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:27:50 GMT], Content-Type=[application/json]}
2022-03-28T13:27:51.126Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-28T13:27:51.127Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0395a5a5-b03b-46cc-a968-4cdbf59a42f8/model-vers/model-ver/da207890-4c47-492a-bb4c-870286b86caf?depth=0|INFO|500||InvokeReturn
2022-03-28T13:27:51.131Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-28T13:27:51.131Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:27:51.143Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-28T13:27:51.150Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fc9f2ab-beda-423f-abfb-4e4df6db239b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-28T13:27:51.151Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-28T13:27:51.151Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:27:51.153Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:27:51.153Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474071150,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-28T13:27:51.254Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:27:51.255Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:27:51.255Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:27:51.271Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:27:51.272Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-28T13:27:52.172Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:27:52.173Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:27:52.174Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:27:56.587Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:27:56.588Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-28T13:27:56.588Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d","serviceName":"basic_onboard_claMYV","serviceVersion":"1.0","serviceUUID":"b2db55f4-5972-401c-9cc1-6c293870254a","serviceDescription":"service","serviceInvariantUUID":"b3d418c4-80af-4fec-b1fd-83dc64785133","resources":[{"resourceInstanceName":"basic_onboard_claMYV 0","resourceName":"basic_onboard_claMYV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e4d4ef51-8dfb-49ec-940a-a203d8becbad","resourceInvariantUUID":"ab71d8ba-f976-4f98-833f-9f0b217430b8","resourceCustomizationUUID":"a2a438f8-c601-4212-9571-e11c8d6fa5d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml","artifactChecksum":"OTVmMmM3N2I5YTE3NmY4ZjdlODdhNTNkYjhlZDk3YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f088d9f3-bb4a-401e-ac03-8d3bec9d2b55","artifactVersion":"1"},{"artifactName":"basic_onboard_clamyv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json","artifactChecksum":"ZDRmNTk5YmFlZDUxYzQyM2UxNGIxNDAxZmY4MWVmMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4f68586-4711-4512-acb8-35061a17064c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b6a44231-bd23-4004-881e-7136e2fcc5c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6c77a93c-f74a-4d65-b7ab-6ec98a7788fd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d815b30e-b851-4e33-9980-e79d62499ba6","artifactVersion":"2","generatedFromUUID":"b6a44231-bd23-4004-881e-7136e2fcc5c6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardClamyv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml","artifactChecksum":"NjZjZjA3MDVhYzc5YTQ5Y2NlY2E5MWViZDZjMjIyODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9d73d37-c485-4b67-bebc-85dbc1fc61fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardClamyv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar","artifactChecksum":"YzRkZDcwYzFkNmFjNTk2YzNlOGM1OWZlMzI5MTM0ZmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a59b9079-0478-46e1-9238-1d59096fbd31","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-28T13:27:56.591Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:27:56.592Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:27:56.594Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:27:56.594Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:27:56.695Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:27:56.696Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:27:56.696Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:27:56.732Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:27:56.733Z||pool-19-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:27:57.595Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:27:57.596Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:27:57.601Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:27:57.601Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T13:27:57.699Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-28T13:27:57.700Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:27:57.700Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:27:57.733Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:27:57.734Z||pool-20-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:27:58.602Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:27:58.602Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:27:58.604Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:27:58.604Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-28T13:27:58.704Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:27:58.705Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:27:58.705Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:27:58.719Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:27:58.720Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:27:59.605Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:27:59.605Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:27:59.608Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:27:59.608Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:27:59.709Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-28T13:27:59.710Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:27:59.710Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:27:59.730Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:27:59.730Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:28:00.609Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:28:00.610Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:00.613Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:00.613Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-28T13:28:00.713Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T13:28:00.714Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:00.714Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:00.728Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:00.728Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:28:01.614Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:28:01.615Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:01.617Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:01.617Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:28:01.717Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:28:01.719Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:01.719Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:01.734Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:01.734Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:28:02.618Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:28:02.619Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:02.621Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:02.622Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:28:02.722Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:28:02.723Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:02.723Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:02.740Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:02.741Z||pool-25-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:28:03.623Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"serviceName": "basic_onboard_claMYV",
"serviceVersion": "1.0",
"serviceUUID": "b2db55f4-5972-401c-9cc1-6c293870254a",
"serviceDescription": "service",
"serviceInvariantUUID": "b3d418c4-80af-4fec-b1fd-83dc64785133",
"resources": [
{
"resourceInstanceName": "basic_onboard_claMYV 0",
"resourceCustomizationUUID": "a2a438f8-c601-4212-9571-e11c8d6fa5d2",
"resourceName": "basic_onboard_claMYV",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e4d4ef51-8dfb-49ec-940a-a203d8becbad",
"resourceInvariantUUID": "ab71d8ba-f976-4f98-833f-9f0b217430b8",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_clamyv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"artifactChecksum": "ZDRmNTk5YmFlZDUxYzQyM2UxNGIxNDAxZmY4MWVmMjU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b4f68586-4711-4512-acb8-35061a17064c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b6a44231-bd23-4004-881e-7136e2fcc5c6",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d815b30e-b851-4e33-9980-e79d62499ba6",
"generatedFromUUID": "b6a44231-bd23-4004-881e-7136e2fcc5c6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d815b30e-b851-4e33-9980-e79d62499ba6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardClamyv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"artifactChecksum": "YzRkZDcwYzFkNmFjNTk2YzNlOGM1OWZlMzI5MTM0ZmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a59b9079-0478-46e1-9238-1d59096fbd31"
}
],
"workloadContext": "Production"
}
2022-03-28T13:28:03.624Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-28T13:28:03.624Z|9fc9f2ab-beda-423f-abfb-4e4df6db239b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b2db55f4-5972-401c-9cc1-6c293870254a ASDC
2022-03-28T13:28:03.624Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d
ServiceName:basic_onboard_claMYV
ServiceVersion:1.0
ServiceUUID:b2db55f4-5972-401c-9cc1-6c293870254a
ServiceInvariantUUID:b3d418c4-80af-4fec-b1fd-83dc64785133
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardClamyv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar
ArtifactUUID:a59b9079-0478-46e1-9238-1d59096fbd31
ArtifactChecksum:YzRkZDcwYzFkNmFjNTk2YzNlOGM1OWZlMzI5MTM0ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_claMYV 0
ResourceCustomizationUUID:a2a438f8-c601-4212-9571-e11c8d6fa5d2
ResourceInvariantUUID:ab71d8ba-f976-4f98-833f-9f0b217430b8
ResourceName:basic_onboard_claMYV
ResourceType:VF
ResourceUUID:e4d4ef51-8dfb-49ec-940a-a203d8becbad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_clamyv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json
ArtifactUUID:b4f68586-4711-4512-acb8-35061a17064c
ArtifactChecksum:ZDRmNTk5YmFlZDUxYzQyM2UxNGIxNDAxZmY4MWVmMjU=
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/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b6a44231-bd23-4004-881e-7136e2fcc5c6
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/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env
ArtifactUUID:d815b30e-b851-4e33-9980-e79d62499ba6
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/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env
ArtifactUUID:d815b30e-b851-4e33-9980-e79d62499ba6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-28T13:28:03.624Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b2db55f4-5972-401c-9cc1-6c293870254a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-28T13:28:03.656Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T13:28:03.657Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-28T13:28:03.657Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-28T13:28:03.658Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a59b9079-0478-46e1-9238-1d59096fbd31 from URL: /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:03.658Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-28T13:28:03.658Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:03.943Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-28T13:28:03.947Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar a59b9079-0478-46e1-9238-1d59096fbd31 71570
2022-03-28T13:28:03.947Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar ASDC sendASDCNotification
2022-03-28T13:28:03.947Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:03.947Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T13:28:03.948Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:03.949Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:03.949Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474083947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:28:04.050Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:28:04.051Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:04.051Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:04.067Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:04.068Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:28:04.950Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T13:28:04.952Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-28T13:28:04.952Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a59b9079-0478-46e1-9238-1d59096fbd31, URL: /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar to file: /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:04.952Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:04.953Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:04.953Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:05.169Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16041926791620142407/Definitions/service-BasicOnboardClamyv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-28T13:28:06.496Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-28T13:28:06.497Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-28T13:28:06.497Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:06.498Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-28T13:28:06.498Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:06.498Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:06.499Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:06.499Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_claMYV 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-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:06.499Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:06.499Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:06.500Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:06.500Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:06.500Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:06.501Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-28T13:28:06.501Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.501Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:06.502Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria
2022-03-28T13:28:06.502Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-28T13:28:06.502Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T13:28:06.503Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.503Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:06.503Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria
2022-03-28T13:28:06.504Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-28T13:28:06.504Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T13:28:06.505Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.505Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:06.505Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.506Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is not matching search criteria
2022-03-28T13:28:06.506Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-28T13:28:06.506Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-28T13:28:06.507Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-28T13:28:06.507Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-28T13:28:06.507Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-28T13:28:06.508Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.508Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-28T13:28:06.508Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.509Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria
2022-03-28T13:28:06.509Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:28:06.510Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.510Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria
2022-03-28T13:28:06.511Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:28:06.511Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.512Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria
2022-03-28T13:28:06.512Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:28:06.513Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.513Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is not matching search criteria
2022-03-28T13:28:06.514Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-28T13:28:06.514Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-28T13:28:06.514Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44c1fe66-06b8-4aae-b1d1-e99c812aeb41
2022-03-28T13:28:06.515Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.515Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:06.516Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.516Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:06.517Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.517Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:06.518Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:06.518Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:06.519Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_claMYV
Description:service
Model UUID:b2db55f4-5972-401c-9cc1-6c293870254a
Model Version:NULL
Model InvariantUuid:b3d418c4-80af-4fec-b1fd-83dc64785133
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_claMYV
Model UUID:bffcc248-ea15-4d2b-8b89-5c860fa6c016
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab71d8ba-f976-4f98-833f-9f0b217430b8
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a2a438f8-c601-4212-9571-e11c8d6fa5d2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:af8e8183-a635-4118-9c5e-3fe91423f8ba
ModelName:BasicOnboardClamyv..base_ubuntu18..module-0
ModelUuid:82276097-fbef-41dc-a1d2-39f6641af895
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:44c1fe66-06b8-4aae-b1d1-e99c812aeb41
ModelInvariantUuid:868a7675-4caa-4765-8c15-f2adc1d95fb9
ModelName:basic_onboard_claMYV-nodes.ubuntu18Cvfc
ModelUuid:86504f4d-d3c7-4a96-ae61-79a1b127905d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:1701f14f-8550-488c-939e-42b0aea1c335
ModelInvariantUuid:f9434397-4963-4d89-8bb7-f00907e9b6ea
ModelName:BasicOnboardClamyv.compute.nodes.heat.ubuntu18
ModelUuid:7b5d4be3-d512-4fe5-a97f-716223a8ab3b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-28T13:28:06.525Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e4d4ef51-8dfb-49ec-940a-a203d8becbad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:28:06.528Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||basic_onboard_claMYV 0
2022-03-28T13:28:06.528Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e4d4ef51-8dfb-49ec-940a-a203d8becbad
2022-03-28T13:28:06.528Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b4f68586-4711-4512-acb8-35061a17064c from URL: /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json
2022-03-28T13:28:06.528Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-28T13:28:06.528Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json
2022-03-28T13:28:06.761Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-28T13:28:06.762Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json b4f68586-4711-4512-acb8-35061a17064c 798
2022-03-28T13:28:06.763Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json ASDC sendASDCNotification
2022-03-28T13:28:06.763Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json
2022-03-28T13:28:06.763Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T13:28:06.764Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:06.766Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:06.767Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474086763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:28:06.867Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:28:06.869Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:06.869Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:06.892Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:06.893Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:28:07.767Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardClamyv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "af8e8183-a635-4118-9c5e-3fe91423f8ba",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "82276097-fbef-41dc-a1d2-39f6641af895",
"vfModuleModelCustomizationUUID": "e29fe78c-33d3-49e6-aafc-c52534755d5e",
"isBase": true,
"artifacts": [
"b6a44231-bd23-4004-881e-7136e2fcc5c6",
"d815b30e-b851-4e33-9980-e79d62499ba6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-28T13:28:07.772Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardClamyv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82276097-fbef-41dc-a1d2-39f6641af895
VfModuleModelInvariantUUID:af8e8183-a635-4118-9c5e-3fe91423f8ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6a44231-bd23-4004-881e-7136e2fcc5c6
,
d815b30e-b851-4e33-9980-e79d62499ba6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-28T13:28:07.774Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardClamyv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "af8e8183-a635-4118-9c5e-3fe91423f8ba",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "82276097-fbef-41dc-a1d2-39f6641af895",
"vfModuleModelCustomizationUUID": "e29fe78c-33d3-49e6-aafc-c52534755d5e",
"isBase": true,
"artifacts": [
"b6a44231-bd23-4004-881e-7136e2fcc5c6",
"d815b30e-b851-4e33-9980-e79d62499ba6"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-28T13:28:07.774Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardClamyv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82276097-fbef-41dc-a1d2-39f6641af895
VfModuleModelInvariantUUID:af8e8183-a635-4118-9c5e-3fe91423f8ba
VfModuleModelDescription:NULL
Artifacts UUID List:{
b6a44231-bd23-4004-881e-7136e2fcc5c6
,
d815b30e-b851-4e33-9980-e79d62499ba6
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-28T13:28:07.774Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b6a44231-bd23-4004-881e-7136e2fcc5c6 from URL: /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml
2022-03-28T13:28:07.774Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-28T13:28:07.775Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml
2022-03-28T13:28:08.134Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-28T13:28:08.135Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml b6a44231-bd23-4004-881e-7136e2fcc5c6 5033
2022-03-28T13:28:08.135Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-28T13:28:08.135Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml
2022-03-28T13:28:08.135Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T13:28:08.136Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:08.138Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:08.138Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474088135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:28:08.238Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:28:08.239Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:08.239Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:08.256Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:08.256Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:28:09.139Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d815b30e-b851-4e33-9980-e79d62499ba6 from URL: /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env
2022-03-28T13:28:09.139Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-28T13:28:09.140Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env
2022-03-28T13:28:09.446Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-28T13:28:09.446Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env d815b30e-b851-4e33-9980-e79d62499ba6 909
2022-03-28T13:28:09.447Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-28T13:28:09.447Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env
2022-03-28T13:28:09.447Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T13:28:09.447Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:09.449Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:09.449Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474089447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:28:09.549Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:28:09.550Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:09.550Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:09.564Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:09.564Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:28:10.449Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b2db55f4-5972-401c-9cc1-6c293870254a
2022-03-28T13:28:10.450Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_claMYV 0 e4d4ef51-8dfb-49ec-940a-a203d8becbad ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:28:10.458Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4711a391, org.onap.sdc.toscaparser.api.parameters.Input@63222110, org.onap.sdc.toscaparser.api.parameters.Input@1abcd002, org.onap.sdc.toscaparser.api.parameters.Input@63aa4bd2, org.onap.sdc.toscaparser.api.parameters.Input@296d711d]
2022-03-28T13:28:10.459Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.460Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:10.460Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-03-28T13:28:10.460Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a2a438f8-c601-4212-9571-e11c8d6fa5d2
2022-03-28T13:28:10.460Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2a438f8-c601-4212-9571-e11c8d6fa5d2 matches Tosca VF Customization UUID: a2a438f8-c601-4212-9571-e11c8d6fa5d2
2022-03-28T13:28:10.460Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a2a438f8-c601-4212-9571-e11c8d6fa5d2 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-28T13:28:10.462Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.462Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:10.462Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a2a438f8-c601-4212-9571-e11c8d6fa5d2: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-28T13:28:10.462Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16b033d2
2022-03-28T13:28:10.462Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.463Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-28T13:28:10.463Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e29fe78c-33d3-49e6-aafc-c52534755d5e
2022-03-28T13:28:10.463Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e29fe78c-33d3-49e6-aafc-c52534755d5e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-28T13:28:10.464Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.464Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria
2022-03-28T13:28:10.465Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:28:10.465Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.465Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria
2022-03-28T13:28:10.465Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:28:10.465Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.466Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is not matching search criteria
2022-03-28T13:28:10.466Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-28T13:28:10.466Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-28T13:28:10.466Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44c1fe66-06b8-4aae-b1d1-e99c812aeb41
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-28T13:28:10.468Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.468Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria
2022-03-28T13:28:10.468Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-28T13:28:10.468Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.468Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_claMYV 0 is matching search criteria
2022-03-28T13:28:10.469Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_claMYV 0] matching following query criteria: sdcType=VF, customizationUUID=a2a438f8-c601-4212-9571-e11c8d6fa5d2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:28:10.470Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.470Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:10.470Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b2db55f4-5972-401c-9cc1-6c293870254a: basic_onboard_claMYV
2022-03-28T13:28:10.470Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.470Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.471Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:10.472Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:28:10.472Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_claMYV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:28:10.472Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_claMYV
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:28:10.541Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_claMYV e4d4ef51-8dfb-49ec-940a-a203d8becbad 1 ASDC deployResourceStructure
2022-03-28T13:28:10.544Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json ASDC sendASDCNotification
2022-03-28T13:28:10.544Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json
2022-03-28T13:28:10.544Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T13:28:10.544Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:10.547Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:10.547Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474090544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T13:28:10.647Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:28:10.648Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:10.648Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:10.671Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:10.671Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:28:11.548Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-28T13:28:11.549Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml
2022-03-28T13:28:11.549Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T13:28:11.550Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:11.552Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:11.553Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474091548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-28T13:28:11.653Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T13:28:11.654Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:11.654Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:11.668Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:11.669Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:28:12.555Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-28T13:28:12.556Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env
2022-03-28T13:28:12.556Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T13:28:12.557Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:12.559Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:12.560Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474092555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-28T13:28:12.659Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T13:28:12.661Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:12.661Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:12.676Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:12.684Z||pool-32-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:28:13.561Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar ASDC sendASDCNotification
2022-03-28T13:28:13.561Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar
2022-03-28T13:28:13.562Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T13:28:13.562Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:13.564Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:13.565Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474093561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:28:13.665Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T13:28:13.666Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:13.666Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:13.679Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:13.679Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:28:14.565Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:28:14.583Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:28:14.589Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T13:28:14.589Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-28T13:28:14.589Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-28T13:28:14.589Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-28T13:28:14.589Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:28:14.590Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:28:14.596Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-28T13:28:34.843Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:28:34.844Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:28:34.845Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:35.490Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:35.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fc9f2ab-beda-423f-abfb-4e4df6db239b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474071150,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-28T13:28:35.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:28:35.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:28:35.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-28T13:28:35.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "NOTIFIED"
}
2022-03-28T13:28:35.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-28T13:28:35.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-28T13:28:35.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-28T13:28:35.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:28:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-28T13:28:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-28T13:28:35.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-28T13:28:35.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:28:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-28T13:28:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474072171,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:28:35.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-28T13:28:35.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474083947,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:28:35.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:28:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474086763,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:28:35.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:28:35.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474088135,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:28:35.504Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:28:35.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474089447,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:28:35.504Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:28:35.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474090544,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/basic_onboard_clamyv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-28T13:28:35.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:28:35.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474091548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-28T13:28:35.505Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:28:35.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474092555,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/resourceInstances/basic_onboard_clamyv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-28T13:28:35.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:28:35.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-28T13:28:35.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474093561,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardClamyv/1.0/artifacts/service-BasicOnboardClamyv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:28:35.506Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:28:44.597Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-28T13:28:44.605Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and serviceModelVersionId: b2db55f4-5972-401c-9cc1-6c293870254a
2022-03-28T13:28:44.605Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3d418c4-80af-4fec-b1fd-83dc64785133
2022-03-28T13:28:44.606Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0
2022-03-28T13:28:44.610Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-28T13:28:44.667Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-28T13:28:44.668Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0|INFO|500||Invoke
2022-03-28T13:28:44.707Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-28T13:28:45.359Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0|INFO|500||InvokeReturn
2022-03-28T13:28:45.360Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3d418c4-80af-4fec-b1fd-83dc64785133/model-vers/model-ver/b2db55f4-5972-401c-9cc1-6c293870254a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220328-13:28:44:256-90259], vertex-id=[151712], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:28:44 GMT], Content-Type=[application/json]}
2022-03-28T13:28:45.360Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-28T13:28:45.361Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-28T13:28:45.361Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:28:45.366Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-28T13:28:45.366Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-28T13:28:45.367Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-28T13:28:45.367Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:28:45.369Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:28:45.369Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474125367,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-28T13:28:45.469Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T13:28:45.470Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:28:45.470Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:45.493Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:45.494Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-28T13:28:46.385Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:28:46.385Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:28:46.385Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:28:55.942Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:28:55.943Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:28:55.943Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:28:55.944Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:29:05.498Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:29:05.499Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:29:05.500Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:29:05.500Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:29:15.050Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:29:15.051Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:29:15.052Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:29:15.052Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:29:24.650Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:29:34.837Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:29:34.838Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:29:34.838Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:29:34.843Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:29:34.844Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:29:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:29:35.478Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:29:35.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-28T13:29:35.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474125367,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-28T13:29:35.480Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:29:44.400Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:30:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:30:34.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:30:34.838Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:30:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:30:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:30:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:30:44.411Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:30:44.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:31:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:31:34.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:31:34.840Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:31:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:31:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:31:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:31:44.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:31:44.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:32:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:32:34.839Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:32:34.839Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:32:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:32:34.844Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:32:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:32:44.399Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:32:44.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:33:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:33:34.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:33:34.838Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:33:34.843Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:33:34.846Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:33:34.847Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:33:44.412Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:33:44.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:34:34.837Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:34:34.838Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:34:34.838Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:34:34.843Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:34:34.844Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:34:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:34:44.411Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:34:44.411Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:35:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:35:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:35:34.838Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:35:34.843Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:35:34.844Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:35:34.844Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:35:44.408Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:35:44.409Z|1e5a6784-31e0-4ba2-8c6c-a50b1ecc1c1d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:36:34.837Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:36:34.838Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:36:34.838Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:36:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:36:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:36:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:36:35.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:36:35.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"17257944-4f40-418c-a1b7-94fe740e09cc","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"18499ea5-3b23-41e4-bee4-ed5bb66dc6c9","serviceDescription":"service","serviceInvariantUUID":"65ecad6d-2874-495a-a2af-3b09647273c6","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e1aabf10-1539-46f7-92f3-fefbeaae9231","resourceInvariantUUID":"2ff697c1-f664-480f-b5e5-143247db89a0","resourceCustomizationUUID":"ddb9fadc-ee01-4c67-bc3b-cf636c616385","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":"MDUxZWU4M2I0OWY0YTQxODE1ZGQ5Mjg1MzE0NjBlYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bb4b9de-e898-44f7-a594-7d8f5cc94afe","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmY4ZDMxNGRiOWU5YmY2YjcyN2U4MDU4MWU1ZmYwYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90ee26d3-8295-4482-bfae-35ed9aaf5149","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-28T13:36:35.485Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:36:35.486Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:36:35.489Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:36:35.489Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474594837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:36:35.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:36:35.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "cds",
"timestamp": 1648474542757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:36:35.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "clamp",
"timestamp": 1648474545073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:36:35.505Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.506Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "cds",
"timestamp": 1648474542757,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:36:35.506Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "clamp",
"timestamp": 1648474545073,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:36:35.507Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.507Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "cds",
"timestamp": 1648474555148,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:36:35.508Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:36:35.508Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.508Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "cds",
"timestamp": 1648474556158,
"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-03-28T13:36:35.539Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17257944-4f40-418c-a1b7-94fe740e09cc
2022-03-28T13:36:35.540Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17257944-4f40-418c-a1b7-94fe740e09cc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:36:35.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "aai-ml",
"timestamp": 1648474556132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:36:35.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "aai-ml",
"timestamp": 1648474556132,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:36:35.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648474556708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:36:35.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "aai-ml",
"timestamp": 1648474559069,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:36:35.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:36:35.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648474556708,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:36:35.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "policy-id",
"timestamp": 1648474559012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:36:35.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648474559660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:36:35.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "policy-id",
"timestamp": 1648474559012,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:36:35.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648474560778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:36:35.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648474559660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:36:35.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "clamp",
"timestamp": 1648474561730,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:36:35.563Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:36:35.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "policy-id",
"timestamp": 1648474561899,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:36:35.564Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:36:35.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648474560778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:36:35.565Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:36:35.565Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.565Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "policy-id",
"timestamp": 1648474562907,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:36:35.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:36:35.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648474563826,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:36:35.567Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:36:35.567Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "policy-id",
"timestamp": 1648474563911,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:36:35.574Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17257944-4f40-418c-a1b7-94fe740e09cc
2022-03-28T13:36:35.574Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17257944-4f40-418c-a1b7-94fe740e09cc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:36:35.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "aai-ml",
"timestamp": 1648474565154,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:36:35.587Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:36:35.587Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.587Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "clamp",
"timestamp": 1648474564731,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:36:35.588Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:36:35.588Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.588Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "aai-ml",
"timestamp": 1648474566160,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2022-03-28T13:36:35.591Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-28T13:36:35.592Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:36:35.592Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:36:35.597Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17257944-4f40-418c-a1b7-94fe740e09cc
2022-03-28T13:36:35.598Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17257944-4f40-418c-a1b7-94fe740e09cc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:36:35.606Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648474565943,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:36:35.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-28T13:36:35.607Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.607Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "clamp",
"timestamp": 1648474565737,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
2022-03-28T13:36:35.608Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:36:35.608Z||pool-35-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=?
2022-03-28T13:36:35.613Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 17257944-4f40-418c-a1b7-94fe740e09cc
2022-03-28T13:36:35.613Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17257944-4f40-418c-a1b7-94fe740e09cc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:36:35.621Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:36:35.621Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648474566949,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:36:35.625Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17257944-4f40-418c-a1b7-94fe740e09cc
2022-03-28T13:36:35.626Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17257944-4f40-418c-a1b7-94fe740e09cc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:36:36.490Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:36:36.492Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:36:36.494Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:36:36.494Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474594837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:36:36.594Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:36:36.595Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:36:36.595Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:36:36.608Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:36:36.609Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:36:37.495Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "18499ea5-3b23-41e4-bee4-ed5bb66dc6c9",
"serviceDescription": "service",
"serviceInvariantUUID": "65ecad6d-2874-495a-a2af-3b09647273c6",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "ddb9fadc-ee01-4c67-bc3b-cf636c616385",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e1aabf10-1539-46f7-92f3-fefbeaae9231",
"resourceInvariantUUID": "2ff697c1-f664-480f-b5e5-143247db89a0",
"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": "MmY4ZDMxNGRiOWU5YmY2YjcyN2U4MDU4MWU1ZmYwYTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "90ee26d3-8295-4482-bfae-35ed9aaf5149"
}
],
"workloadContext": "Production"
}
2022-03-28T13:36:37.495Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-28T13:36:37.496Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9 ASDC
2022-03-28T13:36:37.496Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:17257944-4f40-418c-a1b7-94fe740e09cc
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:18499ea5-3b23-41e4-bee4-ed5bb66dc6c9
ServiceInvariantUUID:65ecad6d-2874-495a-a2af-3b09647273c6
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:90ee26d3-8295-4482-bfae-35ed9aaf5149
ArtifactChecksum:MmY4ZDMxNGRiOWU5YmY2YjcyN2U4MDU4MWU1ZmYwYTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ddb9fadc-ee01-4c67-bc3b-cf636c616385
ResourceInvariantUUID:2ff697c1-f664-480f-b5e5-143247db89a0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e1aabf10-1539-46f7-92f3-fefbeaae9231
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-03-28T13:36:37.496Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-28T13:36:37.543Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T13:36:37.544Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-28T13:36:37.544Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-28T13:36:37.545Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 90ee26d3-8295-4482-bfae-35ed9aaf5149 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-28T13:36:37.545Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-28T13:36:37.545Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-28T13:36:38.039Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-28T13:36:38.043Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 90ee26d3-8295-4482-bfae-35ed9aaf5149 52513
2022-03-28T13:36:38.043Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-28T13:36:38.044Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-28T13:36:38.044Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T13:36:38.045Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:36:38.047Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:36:38.047Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474598043,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:36:38.148Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:36:38.149Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:36:38.149Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:36:38.167Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:36:38.167Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:36:39.048Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T13:36:39.049Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-28T13:36:39.050Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 90ee26d3-8295-4482-bfae-35ed9aaf5149, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-28T13:36:39.050Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-28T13:36:39.051Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-28T13:36:39.051Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-28T13:36:39.254Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15999940330381957537/Definitions/service-BasicNetwork-template.yml
2022-03-28T13:36:39.936Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-28T13:36:39.937Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-28T13:36:39.937Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-28T13:36:39.938Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-28T13:36:39.938Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||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-03-28T13:36:39.938Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||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-03-28T13:36:39.938Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||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-03-28T13:36:39.939Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||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-03-28T13:36:39.939Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-28T13:36:39.940Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||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-03-28T13:36:39.940Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||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-03-28T13:36:39.940Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||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-03-28T13:36:39.941Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-28T13:36:39.941Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.941Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:39.942Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-28T13:36:39.942Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-28T13:36:39.943Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T13:36:39.943Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.944Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:39.944Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-28T13:36:39.944Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-28T13:36:39.945Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T13:36:39.945Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.946Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:39.946Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.947Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:39.948Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.948Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:39.948Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.949Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:39.949Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.949Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:39.950Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:18499ea5-3b23-41e4-bee4-ed5bb66dc6c9
Model Version:NULL
Model InvariantUuid:65ecad6d-2874-495a-a2af-3b09647273c6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2ff697c1-f664-480f-b5e5-143247db89a0
Model UUID:c6a053c9-bf0d-4291-a32c-e9c38efc9f29
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:ddb9fadc-ee01-4c67-bc3b-cf636c616385
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-03-28T13:36:39.956Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: e1aabf10-1539-46f7-92f3-fefbeaae9231
2022-03-28T13:36:39.957Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||No resources found for Service: 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:36:39.964Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||
2022-03-28T13:36:39.965Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-03-28T13:36:39.966Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9
2022-03-28T13:36:39.967Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9
2022-03-28T13:36:39.967Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-03-28T13:36:39.967Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||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-03-28T13:36:39.973Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b5959b1, org.onap.sdc.toscaparser.api.parameters.Input@6448ac7, org.onap.sdc.toscaparser.api.parameters.Input@ef06289, org.onap.sdc.toscaparser.api.parameters.Input@6b498ce2, org.onap.sdc.toscaparser.api.parameters.Input@7a4cc4eb]
2022-03-28T13:36:39.975Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.976Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:39.976Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.977Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:39.977Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9: Generic NeutronNet
2022-03-28T13:36:39.977Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.978Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:39.978Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:39.978Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||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-03-28T13:36:40.017Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:40.017Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:40.018Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:40.018Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:40.018Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:36:40.019Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:36:40.019Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||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-03-28T13:36:40.076Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-03-28T13:36:40.077Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-28T13:36:40.077Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-28T13:36:40.077Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-28T13:36:40.077Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:36:40.079Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:36:40.079Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474600077,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-28T13:36:40.180Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-28T13:36:40.181Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:36:40.181Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:36:40.198Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:36:40.199Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:36:41.082Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17257944-4f40-418c-a1b7-94fe740e09cc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:36:41.100Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17257944-4f40-418c-a1b7-94fe740e09cc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-28T13:36:41.105Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-28T13:36:41.105Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-28T13:36:41.105Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-28T13:36:41.106Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-28T13:36:41.106Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:36:41.106Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:36:41.106Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:36:41.107Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:36:41.107Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:36:41.107Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-28T13:36:41.107Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-28T13:36:41.114Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-28T13:37:11.114Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17257944-4f40-418c-a1b7-94fe740e09cc and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-28T13:37:11.123Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17257944-4f40-418c-a1b7-94fe740e09cc and serviceModelVersionId: 18499ea5-3b23-41e4-bee4-ed5bb66dc6c9
2022-03-28T13:37:11.124Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65ecad6d-2874-495a-a2af-3b09647273c6
2022-03-28T13:37:11.134Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0
2022-03-28T13:37:11.152Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-28T13:37:11.250Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0|INFO|500||Invoke
2022-03-28T13:37:11.251Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17257944-4f40-418c-a1b7-94fe740e09cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c134596c-a467-4a99-9b2e-21ebedb22968], X-ECOMP-RequestID=[17257944-4f40-418c-a1b7-94fe740e09cc], X-TransactionId=[], X-ONAP-RequestID=[17257944-4f40-418c-a1b7-94fe740e09cc], Content-Type=[application/merge-patch+json]}
2022-03-28T13:37:11.280Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-28T13:37:11.852Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?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/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220328-13:37:10:829-24428], vertex-id=[229456], Content-Length=[0], Date=[Mon, 28 Mar 2022 13:37:10 GMT], Content-Type=[application/json]}
2022-03-28T13:37:11.852Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-28T13:37:11.853Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65ecad6d-2874-495a-a2af-3b09647273c6/model-vers/model-ver/18499ea5-3b23-41e4-bee4-ed5bb66dc6c9?depth=0|INFO|500||InvokeReturn
2022-03-28T13:37:11.854Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-28T13:37:11.855Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:37:11.860Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-28T13:37:11.861Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17257944-4f40-418c-a1b7-94fe740e09cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-28T13:37:11.861Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-28T13:37:11.862Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:37:11.864Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:37:11.864Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474631861,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-28T13:37:11.964Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:37:11.965Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:37:11.965Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:11.986Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:11.986Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-28T13:37:34.837Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:37:34.838Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:37:34.838Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:34.843Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-28T13:37:34.844Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-28T13:37:34.844Z||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 dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:34.992Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:34.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-28T13:37:34.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "17257944-4f40-418c-a1b7-94fe740e09cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474594837,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:37:34.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-28T13:37:35.494Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:35.495Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-28T13:37:35.495Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"00129b02-e7f7-4c67-8a4f-1b4f95311682","serviceName":"Demo_pNF_2sokKJxZl84SvpUmIZfe","serviceVersion":"1.0","serviceUUID":"8892fa61-efdd-473c-9d17-22d7608aee67","serviceDescription":"catalog service description","serviceInvariantUUID":"c5386970-a44f-4ee9-80c6-30d3bf37d03d","resources":[{"resourceInstanceName":"pNF 670ef7be-edb6 0","resourceName":"pNF 670ef7be-edb6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"47e5506b-93f8-432c-8845-d20b4f9bcada","resourceInvariantUUID":"d9fd0439-1672-4343-82f8-fc1a9e7891ee","resourceCustomizationUUID":"7b0a1f8a-6ba8-46b6-99c0-ff83ab52cf75","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml","artifactChecksum":"YWQyMTIzNThkYWJmMjJkZTdmOWRhZDRhMGExNmFmZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12cefd67-0649-4f92-bd6b-a9db348d44f1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar","artifactChecksum":"OWYyNThmODJhY2I4NWNhOGQyOGE3OWYyZTQwMzhhMGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8df60e4f-2982-4d31-8467-c98e2dc5e182","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae9c2e64-e998-4f35-b74c-7d731954b420","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml","artifactChecksum":"NzdjZGYwYzFjOGI3OWFjZmUxZWMyMzkwN2IzN2FkMzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"edbf043c-7600-49df-a950-33313e8e86d7","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"23c3d52c-5057-4b6b-950f-8692449cc439","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9dd53f10-4a58-4f2f-8523-69f142c2abea","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2sokkjxzl84svpumizfe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml","artifactChecksum":"MzdlYWI3ZDg1MjRjNzNhOTJiNGJkMjhhYzc4Nzk1ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfc10695-eac9-4f12-9477-5dac90f8cc90","artifactVersion":"1"},{"artifactName":"service-DemoPnf2sokkjxzl84svpumizfe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar","artifactChecksum":"MjdiZDU3MjhmMWYzZGQyYjRjZWY1YjA5ODA2ODM1NzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"83269a65-0ead-4256-820e-4aa47f30db42","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-28T13:37:35.497Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:37:35.498Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:37:35.500Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:37:35.500Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474654837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:37:35.600Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:37:35.601Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:37:35.602Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:35.623Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:35.624Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:37:36.500Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:37:36.501Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:37:36.503Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:37:36.504Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474654837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:37:36.604Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:37:36.605Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:37:36.605Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:36.618Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:36.619Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:37:37.504Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:37:37.505Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:37:37.509Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:37:37.509Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474654837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:37:37.607Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-28T13:37:37.608Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:37:37.609Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:37.623Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:37.624Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:37:38.510Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:37:38.511Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:37:38.513Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:37:38.513Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474654837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:37:38.613Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:37:38.614Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:37:38.614Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:38.638Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:38.639Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:37:39.514Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:37:39.515Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:37:39.517Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:37:39.517Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474654837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:37:39.617Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:37:39.618Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:37:39.619Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:39.637Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:39.638Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:37:40.517Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:37:40.518Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:37:40.520Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:37:40.520Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474654837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/resourceInstances/pnf670ef7beedb60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:37:40.621Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:37:40.622Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-28T13:37:40.622Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:40.648Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:40.649Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-03-28T13:37:41.521Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:37:41.521Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:37:41.523Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:37:41.523Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474654837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-28T13:37:41.633Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-03-28T13:37:41.636Z||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-03-28T13:37:41.637Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:41.655Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:41.655Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:37:42.524Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-28T13:37:42.526Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:37:42.529Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:37:42.529Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474654837,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar",
"status": "NOTIFIED"
}
2022-03-28T13:37:42.629Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:37:42.631Z||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-03-28T13:37:42.631Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:42.658Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:42.659Z||pool-47-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:37:43.530Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682",
"serviceName": "Demo_pNF_2sokKJxZl84SvpUmIZfe",
"serviceVersion": "1.0",
"serviceUUID": "8892fa61-efdd-473c-9d17-22d7608aee67",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "c5386970-a44f-4ee9-80c6-30d3bf37d03d",
"resources": [
{
"resourceInstanceName": "pNF 670ef7be-edb6 0",
"resourceCustomizationUUID": "7b0a1f8a-6ba8-46b6-99c0-ff83ab52cf75",
"resourceName": "pNF 670ef7be-edb6",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "47e5506b-93f8-432c-8845-d20b4f9bcada",
"resourceInvariantUUID": "d9fd0439-1672-4343-82f8-fc1a9e7891ee",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnf2sokkjxzl84svpumizfe-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar",
"artifactChecksum": "MjdiZDU3MjhmMWYzZGQyYjRjZWY1YjA5ODA2ODM1NzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "83269a65-0ead-4256-820e-4aa47f30db42"
}
],
"workloadContext": "Production"
}
2022-03-28T13:37:43.531Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-28T13:37:43.531Z|17257944-4f40-418c-a1b7-94fe740e09cc|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8892fa61-efdd-473c-9d17-22d7608aee67 ASDC
2022-03-28T13:37:43.532Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:00129b02-e7f7-4c67-8a4f-1b4f95311682
ServiceName:Demo_pNF_2sokKJxZl84SvpUmIZfe
ServiceVersion:1.0
ServiceUUID:8892fa61-efdd-473c-9d17-22d7608aee67
ServiceInvariantUUID:c5386970-a44f-4ee9-80c6-30d3bf37d03d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
ArtifactUUID:83269a65-0ead-4256-820e-4aa47f30db42
ArtifactChecksum:MjdiZDU3MjhmMWYzZGQyYjRjZWY1YjA5ODA2ODM1NzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 670ef7be-edb6 0
ResourceCustomizationUUID:7b0a1f8a-6ba8-46b6-99c0-ff83ab52cf75
ResourceInvariantUUID:d9fd0439-1672-4343-82f8-fc1a9e7891ee
ResourceName:pNF 670ef7be-edb6
ResourceType:PNF
ResourceUUID:47e5506b-93f8-432c-8845-d20b4f9bcada
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-03-28T13:37:43.532Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8892fa61-efdd-473c-9d17-22d7608aee67 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-28T13:37:43.564Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T13:37:43.565Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-28T13:37:43.565Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-28T13:37:43.566Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 83269a65-0ead-4256-820e-4aa47f30db42 from URL: /sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:43.566Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-28T13:37:43.567Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:44.246Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-28T13:37:44.251Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar 83269a65-0ead-4256-820e-4aa47f30db42 82648
2022-03-28T13:37:44.252Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar ASDC sendASDCNotification
2022-03-28T13:37:44.252Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:44.252Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-28T13:37:44.252Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-28T13:37:44.254Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-28T13:37:44.254Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "00129b02-e7f7-4c67-8a4f-1b4f95311682",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648474664252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-28T13:37:44.354Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-28T13:37:44.356Z||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-03-28T13:37:44.356Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as dKDEZwuJy4XraxeH) ...
2022-03-28T13:37:44.381Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-28T13:37:44.382Z||pool-48-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-28T13:37:45.255Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-28T13:37:45.256Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-28T13:37:45.256Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 83269a65-0ead-4256-820e-4aa47f30db42, URL: /sdc/v1/catalog/services/DemoPnf2sokkjxzl84svpumizfe/1.0/artifacts/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar to file: /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:45.256Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:45.257Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:45.257Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:45.385Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9586653454396949367/Definitions/service-DemoPnf2sokkjxzl84svpumizfe-template.yml
2022-03-28T13:37:46.215Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-28T13:37:46.215Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 670ef7be-edb6 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-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||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-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||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-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2sokkjxzl84svpumizfe-csar.csar
2022-03-28T13:37:46.216Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Node template pNF 670ef7be-edb6 0 is matching search criteria
2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 670ef7be-edb6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T13:37:46.217Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:37:46.218Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:37:46.218Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Node template pNF 670ef7be-edb6 0 is matching search criteria
2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 670ef7be-edb6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:37:46.219Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:37:46.220Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_2sokKJxZl84SvpUmIZfe
Description:catalog service description
Model UUID:8892fa61-efdd-473c-9d17-22d7608aee67
Model Version:NULL
Model InvariantUuid:c5386970-a44f-4ee9-80c6-30d3bf37d03d
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-03-28T13:37:46.228Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 47e5506b-93f8-432c-8845-d20b4f9bcada
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-28T13:37:46.231Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||pNF 670ef7be-edb6 0
2022-03-28T13:37:46.232Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 47e5506b-93f8-432c-8845-d20b4f9bcada
2022-03-28T13:37:46.232Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 8892fa61-efdd-473c-9d17-22d7608aee67
2022-03-28T13:37:46.232Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8892fa61-efdd-473c-9d17-22d7608aee67
2022-03-28T13:37:46.232Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 670ef7be-edb6 0 47e5506b-93f8-432c-8845-d20b4f9bcada 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-03-28T13:37:46.235Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5bd8ef59, org.onap.sdc.toscaparser.api.parameters.Input@57803bb9, org.onap.sdc.toscaparser.api.parameters.Input@78687cd1, org.onap.sdc.toscaparser.api.parameters.Input@c1542cd, org.onap.sdc.toscaparser.api.parameters.Input@10abd631]
2022-03-28T13:37:46.236Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-28T13:37:46.236Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_2sokKJxZl84SvpUmIZfe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-28T13:37:46.236Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8892fa61-efdd-473c-9d17-22d7608aee67: pNF 670ef7be-edb6
2022-03-28T13:37:46.236Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||INFO|500||Processing PNF resource: 47e5506b-93f8-432c-8845-d20b4f9bcada
2022-03-28T13:37:46.237Z|00129b02-e7f7-4c67-8a4f-1b4f95311682|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery