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-09T05:32:37.307Z||main|||||INFO|500||The following profiles are active: basic
2022-03-09T05:32:50.749Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-09T05:32:50.750Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-09T05:32:50.895Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-09T05:32:55.315Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-09T05:32:55.803Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-09T05:32:56.311Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-09T05:32:56.373Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-09T05:32:56.496Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-09T05:32:56.763Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-09T05:32:57.413Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-09T05:32:59.299Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-09T05:33:01.976Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-09T05:33:02.075Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-09T05:33:02.718Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-09T05:33:02.947Z||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-09T05:33:04.460Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-09T05:33:05.687Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-09T05:33:05.710Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-09T05:33:05.711Z||main|||||WARN|500||The sdc end point is not alive
2022-03-09T05:33:09.057Z||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-09T05:33:12.533Z||main|||||WARN|500||---
2022-03-09T05:33:12.534Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-09T05:33:12.534Z||main|||||WARN|500||---
2022-03-09T05:33:13.137Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-09T05:33:18.988Z||main|||||INFO|500||Started Application in 45.348 seconds (JVM running for 47.61)
2022-03-09T05:33:19.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-09T05:33:19.020Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-09T05:33:19.034Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-09T05:33:19.063Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-09T05:33:19.121Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9c4fc740-381f-4204-89f9-e57039c668cd url= /sdc/v1/artifactTypes
2022-03-09T05:33:19.121Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-09T05:33:19.437Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-09T05:33:19.467Z||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-09T05:33:19.489Z||scheduling-1|||||DEBUG|500||create keys
2022-03-09T05:33:19.496Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-09T05:33:19.536Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:33:19.557Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a00159a4-22f6-4200-80ce-c381c91fb8a2 url= /sdc/v1/registerForDistribution
2022-03-09T05:33:19.783Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a00159a4-22f6-4200-80ce-c381c91fb8a2 url= /sdc/v1/registerForDistribution
2022-03-09T05:33:19.783Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-09T05:33:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:33:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:33:19.804Z||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-09T05:33:19.804Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:33:19.805Z||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-09T05:33:19.805Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-09T05:33:19.806Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:33:30.105Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:33:30.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:34:19.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:34:19.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:34:19.794Z||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-09T05:34:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:34:19.795Z||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-09T05:34:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:34:29.352Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:34:29.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:35:19.792Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:35:19.793Z||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-09T05:35:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:35:19.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:35:19.795Z||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-09T05:35:19.798Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:35:29.395Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:35:29.394Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:36:19.792Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:36:19.793Z||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-09T05:36:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:36:19.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:36:19.795Z||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-09T05:36:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:36:29.355Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:36:29.365Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:37:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:37:19.793Z||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-09T05:37:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:37:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:37:19.797Z||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-09T05:37:19.800Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:37:29.376Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:37:29.381Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:38:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:38:19.793Z||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-09T05:38:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:38:19.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:38:19.795Z||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-09T05:38:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:38:29.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:38:29.353Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:39:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:39:19.794Z||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-09T05:39:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:39:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:39:19.795Z||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-09T05:39:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:39:29.371Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:39:29.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:40:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:40:19.793Z||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-09T05:40:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:40:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:40:19.795Z||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-09T05:40:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:40:29.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:40:29.388Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:41:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:41:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:41:19.795Z||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-09T05:41:19.794Z||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-09T05:41:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:41:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:41:29.347Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:41:29.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:42:19.795Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:42:19.793Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:42:19.799Z||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-09T05:42:19.799Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:42:19.800Z||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-09T05:42:19.800Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:42:29.354Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:42:29.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:43:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:43:19.794Z||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-09T05:43:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:43:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:43:19.795Z||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-09T05:43:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:43:29.304Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-09T05:43:29.345Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:43:29.347Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:44:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:44:19.793Z||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-09T05:44:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:44:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:44:19.795Z||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-09T05:44:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:44:29.380Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:44:29.413Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:45:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:45:19.793Z||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-09T05:45:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:45:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:45:19.794Z||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-09T05:45:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:45:29.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:45:29.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:46:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:46:19.793Z||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-09T05:46:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:46:19.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:46:19.795Z||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-09T05:46:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:46:29.350Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:46:29.405Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:47:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:47:19.793Z||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-09T05:47:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:47:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:47:19.796Z||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-09T05:47:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:47:29.345Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:47:29.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:48:19.792Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:48:19.793Z||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-09T05:48:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:48:19.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:48:19.795Z||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-09T05:48:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:48:29.346Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:48:29.354Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:49:19.792Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:49:19.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:49:19.793Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XCSwSZufQzcKI9Ym) ...
2022-03-09T05:49:19.796Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:49:19.797Z||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-09T05:49:19.797Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:49:29.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:49:29.359Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:50:19.792Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:50:19.793Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:50:19.793Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XCSwSZufQzcKI9Ym) ...
2022-03-09T05:50:19.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:50:19.795Z||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-09T05:50:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:50:29.352Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:50:29.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:51:19.792Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:51:19.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:51:19.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T05:51:19.794Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XCSwSZufQzcKI9Ym) ...
2022-03-09T05:51:19.794Z||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-09T05:51:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:51:29.356Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:51:29.357Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:52:19.793Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:52:19.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:52:19.796Z||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-09T05:52:19.796Z||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-09T05:52:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:52:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:52:29.345Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:52:29.348Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:53:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:53:19.793Z||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-09T05:53:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:53:19.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:53:19.794Z||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-09T05:53:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:53:29.348Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:53:29.360Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:54:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:54:19.793Z||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-09T05:54:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:54:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:54:19.795Z||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-09T05:54:19.797Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:54:29.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:54:29.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:55:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:55:19.792Z||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-09T05:55:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:55:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:55:19.794Z||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-09T05:55:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:55:29.370Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:55:29.415Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:56:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:56:19.793Z||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-09T05:56:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:56:19.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:56:19.795Z||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-09T05:56:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:56:29.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:56:29.350Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:57:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:57:19.793Z||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-09T05:57:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:57:19.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:57:19.795Z||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-09T05:57:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:57:29.339Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:57:29.341Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:58:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:58:19.793Z||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-09T05:58:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:58:19.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:58:19.795Z||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-09T05:58:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:58:29.344Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:58:29.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:59:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:59:19.793Z||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-09T05:59:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:59:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T05:59:19.795Z||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-09T05:59:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T05:59:29.356Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T05:59:29.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:00:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:00:19.793Z||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-09T06:00:19.793Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:00:19.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:00:19.794Z||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-09T06:00:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:00:29.362Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:00:29.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:01:19.792Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:01:19.794Z||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-09T06:01:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:01:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:01:19.794Z||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-09T06:01:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:01:29.361Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:01:29.375Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:02:19.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:02:19.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:02:19.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:02:19.794Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:02:19.794Z||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-09T06:02:19.794Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:02:29.349Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:02:29.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:03:19.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:03:19.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:03:19.793Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:03:19.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:03:19.795Z||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-09T06:03:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:03:29.346Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:03:29.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:19.792Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:04:19.793Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:04:19.793Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:19.795Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:04:19.796Z||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-09T06:04:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:20.238Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:20.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "clamp",
"timestamp": 1646805850557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646805850430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "cds",
"timestamp": 1646805843053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805845299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.274Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "ves-openapi-manager",
"timestamp": 1646805851559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646805850430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.275Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "clamp",
"timestamp": 1646805850557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "cds",
"timestamp": 1646805843053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.276Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805845299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "ves-openapi-manager",
"timestamp": 1646805851559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "clamp",
"timestamp": 1646805850557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646805850430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.278Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "cds",
"timestamp": 1646805843053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805845299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "ves-openapi-manager",
"timestamp": 1646805851559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "clamp",
"timestamp": 1646805850557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646805850430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "cds",
"timestamp": 1646805843053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805845299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "ves-openapi-manager",
"timestamp": 1646805851559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "aai-ml",
"timestamp": 1646805855227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646805850430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "clamp",
"timestamp": 1646805850557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "cds",
"timestamp": 1646805843053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805845299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "ves-openapi-manager",
"timestamp": 1646805851559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "aai-ml",
"timestamp": 1646805855227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "clamp",
"timestamp": 1646805850557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646805850430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "cds",
"timestamp": 1646805843053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805845299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "ves-openapi-manager",
"timestamp": 1646805851559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "aai-ml",
"timestamp": 1646805855227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "clamp",
"timestamp": 1646805850557,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646805850430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "cds",
"timestamp": 1646805843053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:04:20.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805845299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:04:20.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "ves-openapi-manager",
"timestamp": 1646805851559,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "aai-ml",
"timestamp": 1646805855227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "aai-ml",
"timestamp": 1646805855227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "cds",
"timestamp": 1646805860382,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805860385,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "policy-id",
"timestamp": 1646805859471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646805860185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:04:20.295Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:04:20.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:20.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T06:04:20.439Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05","serviceName":"basic_onboard_CoMZeR","serviceVersion":"1.0","serviceUUID":"a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0","serviceDescription":"service","serviceInvariantUUID":"39df95f0-9477-41fd-9132-68f55a4d974e","resources":[{"resourceInstanceName":"basic_onboard_CoMZeR 0","resourceName":"basic_onboard_CoMZeR","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb9fc297-7c17-4a0b-a481-930196cebf21","resourceInvariantUUID":"f0ba950a-7e8a-42f7-97fe-c2a2add3c585","resourceCustomizationUUID":"608dc21e-f839-44c0-b4f3-cf115186bc5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml","artifactChecksum":"YzZkMjVhMWMzODZiMGRlNWU5N2RjMGM3MGU2OGRkZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f4756e30-67b2-4020-93dd-e7031280870b","artifactVersion":"1"},{"artifactName":"basic_onboard_comzer0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json","artifactChecksum":"YzI5NDdkYTZmNTJmOWJlMTYwZDUxNTYyZTE4NDEzMTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c9d64bea-0f3c-4cf3-a0c3-5285ba8d45c6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"37d7a184-3c7b-45d7-8c56-985e64af3dcf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7c45df0-bed8-4f3f-8f8d-889cbcfdd1c0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"92d3d571-c1fc-4c32-936d-572da12cd207","artifactVersion":"2","generatedFromUUID":"37d7a184-3c7b-45d7-8c56-985e64af3dcf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardComzer-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml","artifactChecksum":"ZWE5MjZiOGM1Mzg3NmQzMGU1ZTBmNDM0M2UxOTljMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3888bcfa-54ec-4eb4-a8c4-1a9e686bc6d3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardComzer-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar","artifactChecksum":"ZjZlZmM3Y2Y4NTdkNWE3OTA3YWQ2MGFhMWIxNDhjOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dd4fd78-0a4c-4599-8824-eac389ed417a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T06:04:20.449Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:20.455Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:20.469Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:20.469Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:20.570Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-09T06:04:20.576Z||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-09T06:04:20.576Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:20.605Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:20.607Z||pool-3-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:21.477Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:21.478Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:21.480Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:21.481Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T06:04:21.581Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:21.582Z||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-09T06:04:21.583Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:21.604Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:21.605Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:04:22.481Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:22.483Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:22.485Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:22.485Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T06:04:22.585Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:04:22.586Z||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-09T06:04:22.587Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:22.599Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:22.599Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:23.486Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:23.488Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:23.491Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:23.491Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:23.591Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:23.592Z||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-09T06:04:23.592Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:23.602Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:23.603Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:24.492Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:24.493Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:24.496Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:24.496Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-09T06:04:24.597Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:24.599Z||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-09T06:04:24.599Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:24.612Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:24.613Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:04:25.497Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:25.498Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:25.501Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:25.502Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:04:25.601Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:04:25.603Z||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-09T06:04:25.603Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:25.615Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:25.617Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:04:26.502Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:04:26.503Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:26.506Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:26.506Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:04:26.606Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:26.607Z||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-09T06:04:26.608Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:26.619Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:26.620Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:27.508Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"serviceName": "basic_onboard_CoMZeR",
"serviceVersion": "1.0",
"serviceUUID": "a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0",
"serviceDescription": "service",
"serviceInvariantUUID": "39df95f0-9477-41fd-9132-68f55a4d974e",
"resources": [
{
"resourceInstanceName": "basic_onboard_CoMZeR 0",
"resourceCustomizationUUID": "608dc21e-f839-44c0-b4f3-cf115186bc5c",
"resourceName": "basic_onboard_CoMZeR",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "bb9fc297-7c17-4a0b-a481-930196cebf21",
"resourceInvariantUUID": "f0ba950a-7e8a-42f7-97fe-c2a2add3c585",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_comzer0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"artifactChecksum": "YzI5NDdkYTZmNTJmOWJlMTYwZDUxNTYyZTE4NDEzMTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c9d64bea-0f3c-4cf3-a0c3-5285ba8d45c6",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "37d7a184-3c7b-45d7-8c56-985e64af3dcf",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "92d3d571-c1fc-4c32-936d-572da12cd207",
"generatedFromUUID": "37d7a184-3c7b-45d7-8c56-985e64af3dcf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "92d3d571-c1fc-4c32-936d-572da12cd207",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardComzer-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"artifactChecksum": "ZjZlZmM3Y2Y4NTdkNWE3OTA3YWQ2MGFhMWIxNDhjOTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3dd4fd78-0a4c-4599-8824-eac389ed417a"
}
],
"workloadContext": "Production"
}
2022-03-09T06:04:27.509Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T06:04:27.510Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0 ASDC
2022-03-09T06:04:27.650Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
ServiceName:basic_onboard_CoMZeR
ServiceVersion:1.0
ServiceUUID:a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0
ServiceInvariantUUID:39df95f0-9477-41fd-9132-68f55a4d974e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardComzer-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar
ArtifactUUID:3dd4fd78-0a4c-4599-8824-eac389ed417a
ArtifactChecksum:ZjZlZmM3Y2Y4NTdkNWE3OTA3YWQ2MGFhMWIxNDhjOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CoMZeR 0
ResourceCustomizationUUID:608dc21e-f839-44c0-b4f3-cf115186bc5c
ResourceInvariantUUID:f0ba950a-7e8a-42f7-97fe-c2a2add3c585
ResourceName:basic_onboard_CoMZeR
ResourceType:VF
ResourceUUID:bb9fc297-7c17-4a0b-a481-930196cebf21
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_comzer0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json
ArtifactUUID:c9d64bea-0f3c-4cf3-a0c3-5285ba8d45c6
ArtifactChecksum:YzI5NDdkYTZmNTJmOWJlMTYwZDUxNTYyZTE4NDEzMTM=
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/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml
ArtifactUUID:37d7a184-3c7b-45d7-8c56-985e64af3dcf
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/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
ArtifactUUID:92d3d571-c1fc-4c32-936d-572da12cd207
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/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
ArtifactUUID:92d3d571-c1fc-4c32-936d-572da12cd207
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T06:04:27.653Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0 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-09T06:04:27.952Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:04:27.953Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:04:27.955Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:04:27.955Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3dd4fd78-0a4c-4599-8824-eac389ed417a from URL: /sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:27.955Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:04:27.958Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:28.093Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:04:28.107Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar 3dd4fd78-0a4c-4599-8824-eac389ed417a 71570
2022-03-09T06:04:28.109Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar ASDC sendASDCNotification
2022-03-09T06:04:28.110Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:28.111Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:04:28.112Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:28.114Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:28.114Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805868108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:04:28.214Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:28.216Z||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-09T06:04:28.216Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:28.229Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:28.230Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:29.115Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:04:29.116Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:04:29.117Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 3dd4fd78-0a4c-4599-8824-eac389ed417a, URL: /sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar to file: /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:29.117Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:29.219Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:29.219Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:29.859Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7425581450288312372/Definitions/service-BasicOnboardComzer-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-09T06:04:31.873Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T06:04:31.879Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:04:31.880Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.880Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-09T06:04:31.881Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||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-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.881Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||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-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.881Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||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-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.882Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||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-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.882Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CoMZeR 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-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.882Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.882Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.883Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||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-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.883Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||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-BasicOnboardComzer-csar.csar
2022-03-09T06:04:31.883Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:04:31.891Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.893Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.898Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:31.898Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:04:31.900Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:04:31.902Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.902Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.903Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:31.903Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:04:31.904Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:04:31.904Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.904Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.909Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.910Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is not matching search criteria
2022-03-09T06:04:31.911Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-09T06:04:31.911Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-09T06:04:31.912Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-09T06:04:31.912Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-09T06:04:31.912Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T06:04:31.913Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.913Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:04:31.915Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.915Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:31.916Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:31.916Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.917Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:31.917Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:31.917Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.918Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:31.918Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:31.919Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.919Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is not matching search criteria
2022-03-09T06:04:31.919Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-09T06:04:31.920Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-09T06:04:31.920Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb92b811-2956-40d7-a8e1-9bf1a2aa6690
2022-03-09T06:04:31.920Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.921Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.921Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.921Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.922Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.922Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.922Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:31.923Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:31.923Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_CoMZeR
Description:service
Model UUID:a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0
Model Version:NULL
Model InvariantUuid:39df95f0-9477-41fd-9132-68f55a4d974e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_CoMZeR
Model UUID:4407fa8a-18dc-45a4-b98a-74e11a8bf822
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0ba950a-7e8a-42f7-97fe-c2a2add3c585
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:608dc21e-f839-44c0-b4f3-cf115186bc5c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:86e3b8df-5a2e-4a5f-aa30-f71d3f396277
ModelName:BasicOnboardComzer..base_ubuntu18..module-0
ModelUuid:6fd8e24b-b8cd-4451-a149-01d158966989
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:cb92b811-2956-40d7-a8e1-9bf1a2aa6690
ModelInvariantUuid:5d984c73-f41f-46d1-871e-a0c3ebdabcb9
ModelName:basic_onboard_CoMZeR-nodes.ubuntu18Cvfc
ModelUuid:c5afea4f-4942-4f29-b14d-1bc6436ff83c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:024c6df0-b2d1-47cf-bf04-c75339fb6c3d
ModelInvariantUuid:74350a4b-05d6-4b97-9e52-6a82514e7120
ModelName:BasicOnboardComzer.compute.nodes.heat.ubuntu18
ModelUuid:d2545c1d-bc1d-4eb8-8e9f-7a000424bbe6
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-09T06:04:31.950Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bb9fc297-7c17-4a0b-a481-930196cebf21
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-09T06:04:32.050Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||basic_onboard_CoMZeR 0
2022-03-09T06:04:32.060Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb9fc297-7c17-4a0b-a481-930196cebf21
2022-03-09T06:04:32.060Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c9d64bea-0f3c-4cf3-a0c3-5285ba8d45c6 from URL: /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json
2022-03-09T06:04:32.060Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:04:32.061Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json
2022-03-09T06:04:32.127Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:04:32.128Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json c9d64bea-0f3c-4cf3-a0c3-5285ba8d45c6 798
2022-03-09T06:04:32.128Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json ASDC sendASDCNotification
2022-03-09T06:04:32.128Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json
2022-03-09T06:04:32.128Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:04:32.129Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:32.132Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:32.132Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805872128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:04:32.232Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:04:32.262Z||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-09T06:04:32.263Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:32.278Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:32.279Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:33.135Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardComzer..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "86e3b8df-5a2e-4a5f-aa30-f71d3f396277",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6fd8e24b-b8cd-4451-a149-01d158966989",
"vfModuleModelCustomizationUUID": "eafc4982-ef6b-4196-b91f-f2197eacd718",
"isBase": true,
"artifacts": [
"37d7a184-3c7b-45d7-8c56-985e64af3dcf",
"92d3d571-c1fc-4c32-936d-572da12cd207"
],
"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-09T06:04:33.152Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardComzer..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fd8e24b-b8cd-4451-a149-01d158966989
VfModuleModelInvariantUUID:86e3b8df-5a2e-4a5f-aa30-f71d3f396277
VfModuleModelDescription:NULL
Artifacts UUID List:{
37d7a184-3c7b-45d7-8c56-985e64af3dcf
,
92d3d571-c1fc-4c32-936d-572da12cd207
}
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-09T06:04:33.155Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardComzer..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "86e3b8df-5a2e-4a5f-aa30-f71d3f396277",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6fd8e24b-b8cd-4451-a149-01d158966989",
"vfModuleModelCustomizationUUID": "eafc4982-ef6b-4196-b91f-f2197eacd718",
"isBase": true,
"artifacts": [
"37d7a184-3c7b-45d7-8c56-985e64af3dcf",
"92d3d571-c1fc-4c32-936d-572da12cd207"
],
"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-09T06:04:33.155Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardComzer..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6fd8e24b-b8cd-4451-a149-01d158966989
VfModuleModelInvariantUUID:86e3b8df-5a2e-4a5f-aa30-f71d3f396277
VfModuleModelDescription:NULL
Artifacts UUID List:{
37d7a184-3c7b-45d7-8c56-985e64af3dcf
,
92d3d571-c1fc-4c32-936d-572da12cd207
}
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-09T06:04:33.156Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 37d7a184-3c7b-45d7-8c56-985e64af3dcf from URL: /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml
2022-03-09T06:04:33.156Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:04:33.156Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml
2022-03-09T06:04:33.224Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:04:33.225Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml 37d7a184-3c7b-45d7-8c56-985e64af3dcf 5033
2022-03-09T06:04:33.226Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-09T06:04:33.227Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml
2022-03-09T06:04:33.227Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:04:33.228Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:33.230Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:33.231Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805873226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:04:33.331Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:33.333Z||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-09T06:04:33.334Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:33.346Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:33.347Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:04:34.232Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92d3d571-c1fc-4c32-936d-572da12cd207 from URL: /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
2022-03-09T06:04:34.233Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:04:34.233Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
2022-03-09T06:04:34.418Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:04:34.419Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env 92d3d571-c1fc-4c32-936d-572da12cd207 909
2022-03-09T06:04:34.419Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-09T06:04:34.419Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
2022-03-09T06:04:34.420Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:04:34.420Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:34.423Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:34.423Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805874419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:04:34.523Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:34.525Z||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-09T06:04:34.525Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:34.537Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:34.537Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:35.424Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0
2022-03-09T06:04:35.425Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CoMZeR 0 bb9fc297-7c17-4a0b-a481-930196cebf21 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-09T06:04:35.461Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bfaab, org.onap.sdc.toscaparser.api.parameters.Input@3d2f5bcd, org.onap.sdc.toscaparser.api.parameters.Input@765781bf, org.onap.sdc.toscaparser.api.parameters.Input@1034f4e4, org.onap.sdc.toscaparser.api.parameters.Input@4fc5faeb]
2022-03-09T06:04:35.468Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.469Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.470Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-09T06:04:35.470Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 608dc21e-f839-44c0-b4f3-cf115186bc5c
2022-03-09T06:04:35.470Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 608dc21e-f839-44c0-b4f3-cf115186bc5c matches Tosca VF Customization UUID: 608dc21e-f839-44c0-b4f3-cf115186bc5c
2022-03-09T06:04:35.470Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 608dc21e-f839-44c0-b4f3-cf115186bc5c 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-09T06:04:35.484Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.485Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.486Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 608dc21e-f839-44c0-b4f3-cf115186bc5c: {\"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-09T06:04:35.486Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19893ccb
2022-03-09T06:04:35.487Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.487Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:04:35.487Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eafc4982-ef6b-4196-b91f-f2197eacd718
2022-03-09T06:04:35.488Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eafc4982-ef6b-4196-b91f-f2197eacd718
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-09T06:04:35.495Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.495Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:35.495Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:35.496Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.496Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:35.496Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:35.496Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.497Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is not matching search criteria
2022-03-09T06:04:35.497Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-09T06:04:35.497Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-09T06:04:35.497Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cb92b811-2956-40d7-a8e1-9bf1a2aa6690
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-09T06:04:35.505Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.505Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:35.505Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:04:35.505Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.505Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_CoMZeR 0 is matching search criteria
2022-03-09T06:04:35.506Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_CoMZeR 0] matching following query criteria: sdcType=VF, customizationUUID=608dc21e-f839-44c0-b4f3-cf115186bc5c
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-09T06:04:35.507Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.508Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.508Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0: basic_onboard_CoMZeR
2022-03-09T06:04:35.508Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.508Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.509Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.510Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:04:35.510Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_CoMZeR is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:04:35.510Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_CoMZeR
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-09T06:04:35.691Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CoMZeR bb9fc297-7c17-4a0b-a481-930196cebf21 1 ASDC deployResourceStructure
2022-03-09T06:04:35.691Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json ASDC sendASDCNotification
2022-03-09T06:04:35.691Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json
2022-03-09T06:04:35.691Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:04:35.692Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:35.694Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:35.694Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805875691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T06:04:35.794Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:35.795Z||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-09T06:04:35.795Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:35.827Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:35.828Z||pool-14-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:36.695Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-09T06:04:36.696Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml
2022-03-09T06:04:36.696Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:04:36.697Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:36.699Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:36.699Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805876695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-09T06:04:36.800Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T06:04:36.801Z||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-09T06:04:36.802Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:36.822Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:36.823Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:37.700Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-09T06:04:37.701Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env
2022-03-09T06:04:37.701Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:04:37.702Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:37.704Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:37.704Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805877700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-09T06:04:37.805Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:04:37.807Z||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-09T06:04:37.808Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:37.821Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:37.822Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:04:38.706Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar ASDC sendASDCNotification
2022-03-09T06:04:38.706Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar
2022-03-09T06:04:38.707Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:04:38.707Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:04:38.710Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:04:38.710Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805878705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:04:38.810Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:04:38.811Z||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-09T06:04:38.811Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:04:38.827Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:04:38.827Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:04:39.711Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:04:39.742Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:04:39.746Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:04:39.747Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:04:39.747Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:05:09.747Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:05:09.760Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:05:09.763Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:05:09.763Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:05:09.764Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:05:19.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:05:19.796Z||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-09T06:05:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:05:19.823Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:05:19.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-09T06:05:19.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "aai-ml",
"timestamp": 1646805855227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:05:19.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-03-09T06:05:39.764Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:05:39.777Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:05:39.780Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:05:39.780Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:05:39.780Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:06:09.780Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:06:09.794Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:06:09.796Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:06:09.796Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:06:09.796Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:06:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:06:19.795Z||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-09T06:06:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:06:19.825Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:06:19.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:06:19.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:06:19.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:06:39.797Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:06:39.834Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:06:39.838Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:06:39.839Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:06:39.839Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:07:09.840Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:07:09.860Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:07:09.863Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:07:09.863Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:07:09.864Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:07:19.795Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:07:19.797Z||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-09T06:07:19.797Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:07:19.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:07:19.849Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.849Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "policy-id",
"timestamp": 1646805859471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.850Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.850Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "cds",
"timestamp": 1646805861437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-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-09T06:07:19.863Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.864Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 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-09T06:07:19.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805861759,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "aai-ml",
"timestamp": 1646805855227,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "policy-id",
"timestamp": 1646805859471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805862967,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "aai-ml",
"timestamp": 1646805863312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "policy-id",
"timestamp": 1646805859471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "clamp",
"timestamp": 1646805863553,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805864309,
"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-09T06:07:19.885Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.886Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 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-09T06:07:19.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.898Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "policy-id",
"timestamp": 1646805859471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646805864716,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:07:19.899Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646805865316,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T06:07:19.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-09T06:07:19.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "policy-id",
"timestamp": 1646805859471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646805865723,
"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-09T06:07:19.911Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.911Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 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-09T06:07:19.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "clamp",
"timestamp": 1646805865548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:07:19.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "policy-id",
"timestamp": 1646805859471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "clamp",
"timestamp": 1646805866553,
"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-09T06:07:19.936Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.936Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 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-09T06:07:19.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805859791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:07:19.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:07:19.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "policy-id",
"timestamp": 1646805867266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "policy-id",
"timestamp": 1646805868276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805868108,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "policy-id",
"timestamp": 1646805869282,
"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-09T06:07:19.954Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.954Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 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-09T06:07:19.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805872128,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.963Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805873226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805874419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:07:19.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805875691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/basic_onboard_comzer0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T06:07:19.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805876695,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-09T06:07:19.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805877700,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/resourceInstances/basic_onboard_comzer0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-09T06:07:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646805878705,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:07:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "aai-ml",
"timestamp": 1646805883762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardComzer/1.0/artifacts/service-BasicOnboardComzer-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:07:19.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:07:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:07:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "aai-ml",
"timestamp": 1646805884769,
"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-09T06:07:19.978Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
2022-03-09T06:07:19.978Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 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-09T06:07:39.864Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:07:39.878Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05
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-09T06:07:39.883Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:07:39.883Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T06:07:39.884Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-09T06:07:39.884Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-09T06:07:39.884Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:07:39.885Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:07:39.885Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:07:39.885Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:07:39.885Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:07:39.886Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:07:39.886Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||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-09T06:07:39.894Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-09T06:08:09.895Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 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-09T06:08:09.910Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and serviceModelVersionId: a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0
2022-03-09T06:08:09.910Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39df95f0-9477-41fd-9132-68f55a4d974e
2022-03-09T06:08:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:08:19.795Z||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-09T06:08:19.795Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:19.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:19.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "cds",
"timestamp": 1646806008053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "aai-ml",
"timestamp": 1646806005227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806005301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "ves-openapi-manager",
"timestamp": 1646806011559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "cds",
"timestamp": 1646806008053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "aai-ml",
"timestamp": 1646806005227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806005301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "ves-openapi-manager",
"timestamp": 1646806011559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "cds",
"timestamp": 1646806008053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "aai-ml",
"timestamp": 1646806005227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806005301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "ves-openapi-manager",
"timestamp": 1646806011559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "cds",
"timestamp": 1646806008053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "aai-ml",
"timestamp": 1646806005227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806005301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "ves-openapi-manager",
"timestamp": 1646806011559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "cds",
"timestamp": 1646806008053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "aai-ml",
"timestamp": 1646806005227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806005301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "ves-openapi-manager",
"timestamp": 1646806011559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "aai-ml",
"timestamp": 1646806005227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "cds",
"timestamp": 1646806008053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806005301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "ves-openapi-manager",
"timestamp": 1646806011559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "cds",
"timestamp": 1646806008053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "aai-ml",
"timestamp": 1646806005227,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.846Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.846Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806005301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.846Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "ves-openapi-manager",
"timestamp": 1646806011559,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "aai-ml",
"timestamp": 1646806019142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.847Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "cds",
"timestamp": 1646806019150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806019158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.848Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "cds",
"timestamp": 1646806020157,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-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-09T06:08:19.872Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:08:19.874Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e 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-09T06:08:19.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806020305,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "policy-id",
"timestamp": 1646806019471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "policy-id",
"timestamp": 1646806019471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806021399,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "policy-id",
"timestamp": 1646806019471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806022423,
"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-09T06:08:19.892Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:08:19.892Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e 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-09T06:08:19.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "policy-id",
"timestamp": 1646806019471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646806023428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T06:08:19.903Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "policy-id",
"timestamp": 1646806019471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "policy-id",
"timestamp": 1646806019471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "policy-id",
"timestamp": 1646806019471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "policy-id",
"timestamp": 1646806027445,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "policy-id",
"timestamp": 1646806028450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:08:19.906Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "policy-id",
"timestamp": 1646806029453,
"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-09T06:08:19.914Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:08:19.915Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e 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-09T06:08:19.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646806030430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "clamp",
"timestamp": 1646806030557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646806030430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "clamp",
"timestamp": 1646806030557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646806030430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "clamp",
"timestamp": 1646806030557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646806030430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "clamp",
"timestamp": 1646806030557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646806030430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "clamp",
"timestamp": 1646806030557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646806030430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "aai-ml",
"timestamp": 1646806036541,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:08:19.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:19.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "clamp",
"timestamp": 1646806030557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:19.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646806030430,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "aai-ml",
"timestamp": 1646806037546,
"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-09T06:08:19.936Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:08:19.936Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e 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-09T06:08:19.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "clamp",
"timestamp": 1646806030557,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:08:19.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-09T06:08:19.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:08:19.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646806039038,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:19.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:08:25.523Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0
2022-03-09T06:08:25.661Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T06:08:26.274Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?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-09T06:08:26.280Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0|INFO|500||Invoke
2022-03-09T06:08:26.405Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-09T06:08:26.842Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0|INFO|500||InvokeReturn
2022-03-09T06:08:26.846Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39df95f0-9477-41fd-9132-68f55a4d974e/model-vers/model-ver/a0f0ba4a-bd1a-4f48-bb80-1e2189e8d7c0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220309-06:08:27:042-64069], vertex-id=[385208], Content-Length=[0], Date=[Wed, 09 Mar 2022 06:08:27 GMT], Content-Type=[application/json]}
2022-03-09T06:08:26.847Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-09T06:08:26.852Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-09T06:08:26.853Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||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-09T06:08:26.862Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||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-09T06:08:26.864Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-09T06:08:26.867Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-09T06:08:26.867Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:26.872Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:26.872Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806106864,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:08:26.972Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:26.973Z||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-09T06:08:26.977Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:26.990Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:26.991Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 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-09T06:08:27.886Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:08:27.887Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:08:27.887Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:32.249Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:32.250Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T06:08:32.250Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1741b494-2372-4027-b30f-9409f5fa344e","serviceName":"vFW 2022-03-09 06-05-05","serviceVersion":"1.0","serviceUUID":"2c6f746d-3d41-4712-92f4-da842ec1c0ca","serviceDescription":"catalog service description","serviceInvariantUUID":"a1027f5e-bee9-44a1-9000-8361f3a56e13","resources":[{"resourceInstanceName":"vFW df14fbb6-42ba 0","resourceName":"vFW df14fbb6-42ba","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"962d90fb-a186-4448-afb5-6313d0438ec1","resourceInvariantUUID":"5947949f-8d48-4fd5-ae95-eb191e2faf6a","resourceCustomizationUUID":"de92be65-17af-4e3d-a577-43182cddbfc6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml","artifactChecksum":"ZmNlMjJmOWNlMTFlMDRmYTkyZWEzZjMxNzcwNDc5NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"33161b38-6f30-41e5-8b82-d80687b4d359","artifactVersion":"1"},{"artifactName":"vfwdf14fbb642ba0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json","artifactChecksum":"MjAyN2I2OGYxMDkzMmEzZDgwYTljNGE4YmI4Y2UwNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f7f8278-4859-4e7d-99fe-730e5e0164b5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTg5Yzg5YjIxNDdmZWQzNjcwOGFmYjQ0YTFmYjdmN2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"14d94e8b-41a2-4bdc-8eaa-a33f5bf08bb2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b","artifactVersion":"2","generatedFromUUID":"07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309060505-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml","artifactChecksum":"YmNmM2Q3NWQyM2MxNDA2NTRiYzkxOWNjMTYzMjA2M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"91bfde2a-4fdc-4613-bd8c-d5be0c58bce0","artifactVersion":"1"},{"artifactName":"service-Vfw20220309060505-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar","artifactChecksum":"ZjEwMGM4NjZhOGE1MGVkMTkyZDE1ODk0ODU5MTc2NDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e0de802-1db1-4755-a19c-04f1b0e7871b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T06:08:32.253Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:32.253Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:32.255Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:32.255Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806107886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:32.356Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:32.357Z||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-09T06:08:32.357Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:32.370Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:32.371Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:33.256Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:33.257Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:33.259Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:33.260Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806107886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "NOTIFIED"
}
2022-03-09T06:08:33.360Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:33.362Z||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-09T06:08:33.362Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:33.374Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:33.375Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:34.261Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:34.262Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:34.264Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:34.268Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806107886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T06:08:34.365Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-09T06:08:34.366Z||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-09T06:08:34.366Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:34.381Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:34.382Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:35.268Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:35.270Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:35.272Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:35.273Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806107886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:35.373Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:35.375Z||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-09T06:08:35.375Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:35.398Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:35.399Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:36.274Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:36.275Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:36.277Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:36.277Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806107886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T06:08:36.377Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:36.378Z||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-09T06:08:36.379Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:36.392Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:36.392Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:37.278Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:37.278Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:37.280Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:37.280Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806107886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:08:37.381Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:37.383Z||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-09T06:08:37.383Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:37.395Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:37.395Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:38.281Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:08:38.283Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:38.285Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:38.286Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806107886,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:08:38.386Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:08:38.387Z||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-09T06:08:38.387Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:38.400Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:38.400Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:39.288Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"serviceName": "vFW 2022-03-09 06-05-05",
"serviceVersion": "1.0",
"serviceUUID": "2c6f746d-3d41-4712-92f4-da842ec1c0ca",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a1027f5e-bee9-44a1-9000-8361f3a56e13",
"resources": [
{
"resourceInstanceName": "vFW df14fbb6-42ba 0",
"resourceCustomizationUUID": "de92be65-17af-4e3d-a577-43182cddbfc6",
"resourceName": "vFW df14fbb6-42ba",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "962d90fb-a186-4448-afb5-6313d0438ec1",
"resourceInvariantUUID": "5947949f-8d48-4fd5-ae95-eb191e2faf6a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwdf14fbb642ba0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"artifactChecksum": "MjAyN2I2OGYxMDkzMmEzZDgwYTljNGE4YmI4Y2UwNjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6f7f8278-4859-4e7d-99fe-730e5e0164b5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b",
"generatedFromUUID": "07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220309060505-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"artifactChecksum": "ZjEwMGM4NjZhOGE1MGVkMTkyZDE1ODk0ODU5MTc2NDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9e0de802-1db1-4755-a19c-04f1b0e7871b"
}
],
"workloadContext": "Production"
}
2022-03-09T06:08:39.289Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T06:08:39.289Z|ded9aa9a-44f8-4600-b1b0-b92f1a6bcd05|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2c6f746d-3d41-4712-92f4-da842ec1c0ca ASDC
2022-03-09T06:08:39.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1741b494-2372-4027-b30f-9409f5fa344e
ServiceName:vFW 2022-03-09 06-05-05
ServiceVersion:1.0
ServiceUUID:2c6f746d-3d41-4712-92f4-da842ec1c0ca
ServiceInvariantUUID:a1027f5e-bee9-44a1-9000-8361f3a56e13
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220309060505-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar
ArtifactUUID:9e0de802-1db1-4755-a19c-04f1b0e7871b
ArtifactChecksum:ZjEwMGM4NjZhOGE1MGVkMTkyZDE1ODk0ODU5MTc2NDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW df14fbb6-42ba 0
ResourceCustomizationUUID:de92be65-17af-4e3d-a577-43182cddbfc6
ResourceInvariantUUID:5947949f-8d48-4fd5-ae95-eb191e2faf6a
ResourceName:vFW df14fbb6-42ba
ResourceType:VF
ResourceUUID:962d90fb-a186-4448-afb5-6313d0438ec1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdf14fbb642ba0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json
ArtifactUUID:6f7f8278-4859-4e7d-99fe-730e5e0164b5
ArtifactChecksum:MjAyN2I2OGYxMDkzMmEzZDgwYTljNGE4YmI4Y2UwNjA=
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/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml
ArtifactUUID:07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c
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/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
ArtifactUUID:6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b
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/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
ArtifactUUID:6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T06:08:39.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c6f746d-3d41-4712-92f4-da842ec1c0ca 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-09T06:08:39.326Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:08:39.327Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:08:39.328Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:08:39.328Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9e0de802-1db1-4755-a19c-04f1b0e7871b from URL: /sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:39.328Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:08:39.329Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:39.723Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:08:39.731Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar 9e0de802-1db1-4755-a19c-04f1b0e7871b 98939
2022-03-09T06:08:39.731Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar ASDC sendASDCNotification
2022-03-09T06:08:39.731Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:39.731Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:08:39.732Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:39.734Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:39.734Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806119731,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:39.834Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:39.835Z||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-09T06:08:39.835Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:39.850Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:39.851Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:40.735Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:08:40.736Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:08:40.737Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9e0de802-1db1-4755-a19c-04f1b0e7871b, URL: /sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar to file: /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:40.737Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309060505-csar.csar
2022-03-09T06:08:40.738Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:40.738Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:40.943Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7245769611665873101/Definitions/service-Vfw20220309060505-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-09T06:08:43.272Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T06:08:43.273Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:08:43.273Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW df14fbb6-42ba 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-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.274Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-Vfw20220309060505-csar.csar
2022-03-09T06:08:43.275Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:08:43.276Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.276Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.276Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:43.276Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:08:43.277Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:08:43.277Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.277Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.277Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:43.278Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:08:43.278Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:08:43.278Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.278Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.279Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.279Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:43.279Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:43.279Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:08:43.279Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.280Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.280Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:08:43.280Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.280Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:43.280Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.281Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:08:43.282Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.282Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T06:08:43.282Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.282Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:08:43.282Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.283Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:43.283Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:43.283Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.283Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:43.284Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:43.284Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.284Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:43.284Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:43.284Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.285Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:43.285Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:43.285Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T06:08:43.285Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:43.285Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.286Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:08:43.287Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.287Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aadfd27-b211-4b7e-8191-480af3defcfa
2022-03-09T06:08:43.287Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.287Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:43.287Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:43.288Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:08:43.288Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.288Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.288Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:08:43.288Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:08:43.289Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c1ad882-f123-4c0e-b8e6-386b3a0bd20e
2022-03-09T06:08:43.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:43.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:43.290Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:08:43.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:08:43.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.291Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T06:08:43.292Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=19d334aa-2e1f-4a46-971c-ca340ac23798
2022-03-09T06:08:43.293Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.293Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.293Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.293Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.293Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.294Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.294Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:43.294Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:43.294Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-09 06-05-05
Description:catalog service description
Model UUID:2c6f746d-3d41-4712-92f4-da842ec1c0ca
Model Version:NULL
Model InvariantUuid:a1027f5e-bee9-44a1-9000-8361f3a56e13
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW df14fbb6-42ba
Model UUID:500269fb-3b85-4e49-8118-2775b9d9a432
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5947949f-8d48-4fd5-ae95-eb191e2faf6a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:de92be65-17af-4e3d-a577-43182cddbfc6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f36b738c-43b1-4a27-a7e2-7e61eb090d11
ModelName:VfwDf14fbb642ba..base_vfw..module-0
ModelUuid:63d22f4e-fec0-493c-b457-3ab82d630d25
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5aadfd27-b211-4b7e-8191-480af3defcfa
ModelInvariantUuid:caf48c56-0113-4f26-b47d-b21f70de1644
ModelName:vFW df14fbb6-42ba-nodes.vfwCvfc
ModelUuid:42f3926a-d1b0-4bad-a4d8-579e2222fcb7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:299ee69a-58ea-4a6f-87c1-566f60449b6b
ModelInvariantUuid:1005cf9c-6f95-4fba-b467-82878e132418
ModelName:VfwDf14fbb642ba.compute.nodes.heat.vfw
ModelUuid:f5f28e79-734c-439d-981b-da648d32ea2a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7c1ad882-f123-4c0e-b8e6-386b3a0bd20e
ModelInvariantUuid:c83373a0-c4cc-4280-bf12-84199a669784
ModelName:vFW df14fbb6-42ba-nodes.vsnCvfc
ModelUuid:251b8d64-593d-4c82-b447-bc56a6c459c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:e5fc89ba-2a6f-4eac-946c-370cc1d03bff
ModelInvariantUuid:89eb907b-c996-440c-b2df-8f569b780101
ModelName:VfwDf14fbb642ba.compute.nodes.heat.vsn
ModelUuid:2aabf0a8-e341-486c-936f-d600f7f3bb52
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:19d334aa-2e1f-4a46-971c-ca340ac23798
ModelInvariantUuid:f18c8cbb-d899-40c9-a11c-94d287a48e96
ModelName:vFW df14fbb6-42ba-nodes.vpgCvfc
ModelUuid:21ce49ea-b129-4c4c-82ad-aba52f9d87a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a069dd6d-21ec-4326-a5ca-49d3a0039d4b
ModelInvariantUuid:feddf73c-425f-4048-afb3-a5ade667ace7
ModelName:VfwDf14fbb642ba.compute.nodes.heat.vpg
ModelUuid:e67629b6-98c5-4ce9-ab9b-0c21e53b36ea
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-09T06:08:43.303Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 962d90fb-a186-4448-afb5-6313d0438ec1
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-09T06:08:43.306Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||vFW df14fbb6-42ba 0
2022-03-09T06:08:43.306Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 962d90fb-a186-4448-afb5-6313d0438ec1
2022-03-09T06:08:43.307Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6f7f8278-4859-4e7d-99fe-730e5e0164b5 from URL: /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json
2022-03-09T06:08:43.307Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:08:43.307Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json
2022-03-09T06:08:43.714Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:08:43.714Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json 6f7f8278-4859-4e7d-99fe-730e5e0164b5 785
2022-03-09T06:08:43.715Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json ASDC sendASDCNotification
2022-03-09T06:08:43.715Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json
2022-03-09T06:08:43.715Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:08:43.715Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:43.717Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:43.718Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806123715,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:43.818Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:43.819Z||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-09T06:08:43.819Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:43.839Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:43.840Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:44.718Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDf14fbb642ba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f36b738c-43b1-4a27-a7e2-7e61eb090d11",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "63d22f4e-fec0-493c-b457-3ab82d630d25",
"vfModuleModelCustomizationUUID": "2f6aa31b-542e-41b5-883a-01e7cee1142e",
"isBase": true,
"artifacts": [
"07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c",
"6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b"
],
"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-09T06:08:44.724Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf14fbb642ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63d22f4e-fec0-493c-b457-3ab82d630d25
VfModuleModelInvariantUUID:f36b738c-43b1-4a27-a7e2-7e61eb090d11
VfModuleModelDescription:NULL
Artifacts UUID List:{
07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c
,
6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b
}
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-09T06:08:44.726Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwDf14fbb642ba..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f36b738c-43b1-4a27-a7e2-7e61eb090d11",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "63d22f4e-fec0-493c-b457-3ab82d630d25",
"vfModuleModelCustomizationUUID": "2f6aa31b-542e-41b5-883a-01e7cee1142e",
"isBase": true,
"artifacts": [
"07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c",
"6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b"
],
"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-09T06:08:44.727Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDf14fbb642ba..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:63d22f4e-fec0-493c-b457-3ab82d630d25
VfModuleModelInvariantUUID:f36b738c-43b1-4a27-a7e2-7e61eb090d11
VfModuleModelDescription:NULL
Artifacts UUID List:{
07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c
,
6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b
}
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-09T06:08:44.727Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c from URL: /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml
2022-03-09T06:08:44.727Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:08:44.727Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml
2022-03-09T06:08:45.011Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:08:45.012Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml 07ffc3cd-e02e-4cf8-8ccd-96f3a2797a6c 20368
2022-03-09T06:08:45.012Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T06:08:45.012Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml
2022-03-09T06:08:45.012Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:08:45.013Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:45.015Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:45.015Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806125012,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:45.115Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:45.116Z||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-09T06:08:45.116Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:45.144Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:45.145Z||pool-28-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:08:46.016Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b from URL: /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
2022-03-09T06:08:46.016Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:08:46.016Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
2022-03-09T06:08:46.200Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:08:46.201Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env 6c6d2b43-e9c7-4e56-b395-36c5ea7bf48b 2098
2022-03-09T06:08:46.201Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T06:08:46.202Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
2022-03-09T06:08:46.202Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:08:46.202Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:46.205Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:46.205Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806126201,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:08:46.305Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:46.306Z||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-09T06:08:46.306Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:46.319Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:46.319Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:08:47.206Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2c6f746d-3d41-4712-92f4-da842ec1c0ca
2022-03-09T06:08:47.207Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW df14fbb6-42ba 0 962d90fb-a186-4448-afb5-6313d0438ec1 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-09T06:08:47.230Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ded2acf, org.onap.sdc.toscaparser.api.parameters.Input@4126cba, org.onap.sdc.toscaparser.api.parameters.Input@3b8b9223, org.onap.sdc.toscaparser.api.parameters.Input@5913f61b, org.onap.sdc.toscaparser.api.parameters.Input@3dcc04a4]
2022-03-09T06:08:47.232Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.232Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.232Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-09T06:08:47.232Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= de92be65-17af-4e3d-a577-43182cddbfc6
2022-03-09T06:08:47.233Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: de92be65-17af-4e3d-a577-43182cddbfc6 matches Tosca VF Customization UUID: de92be65-17af-4e3d-a577-43182cddbfc6
2022-03-09T06:08:47.233Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: de92be65-17af-4e3d-a577-43182cddbfc6 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-09T06:08:47.236Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.236Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.237Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id de92be65-17af-4e3d-a577-43182cddbfc6: {\"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-09T06:08:47.237Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bb4c968
2022-03-09T06:08:47.238Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.238Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:08:47.238Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f6aa31b-542e-41b5-883a-01e7cee1142e
2022-03-09T06:08:47.238Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f6aa31b-542e-41b5-883a-01e7cee1142e
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-09T06:08:47.241Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.242Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.242Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:47.242Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.242Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T06:08:47.243Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.244Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:08:47.245Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.245Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aadfd27-b211-4b7e-8191-480af3defcfa
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-09T06:08:47.247Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.247Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.248Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:47.248Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.248Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:47.248Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:47.248Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:47.249Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T06:08:47.250Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:08:47.250Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.250Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:08:47.250Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.250Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c1ad882-f123-4c0e-b8e6-386b3a0bd20e
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-09T06:08:47.253Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.253Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.253Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:47.257Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.257Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is not matching search criteria
2022-03-09T06:08:47.257Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:08:47.257Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:08:47.257Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.258Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.258Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:08:47.258Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.258Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:08:47.259Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:08:47.259Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:08:47.259Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:08:47.259Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:08:47.260Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T06:08:47.260Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=19d334aa-2e1f-4a46-971c-ca340ac23798
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-09T06:08:47.263Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.263Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.263Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:08:47.264Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.264Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Node template vFW df14fbb6-42ba 0 is matching search criteria
2022-03-09T06:08:47.264Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW df14fbb6-42ba 0] matching following query criteria: sdcType=VF, customizationUUID=de92be65-17af-4e3d-a577-43182cddbfc6
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-09T06:08:47.266Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.266Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.267Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2c6f746d-3d41-4712-92f4-da842ec1c0ca: vFW df14fbb6-42ba
2022-03-09T06:08:47.267Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.267Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.267Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.268Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.268Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.268Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.268Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.269Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.269Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:08:47.269Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-05-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:08:47.269Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-09 06-05-05
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-09T06:08:47.491Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW df14fbb6-42ba 962d90fb-a186-4448-afb5-6313d0438ec1 1 ASDC deployResourceStructure
2022-03-09T06:08:47.492Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json ASDC sendASDCNotification
2022-03-09T06:08:47.492Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json
2022-03-09T06:08:47.492Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:08:47.492Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:47.494Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:47.494Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806127491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/vfwdf14fbb642ba0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-09T06:08:47.595Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:47.596Z||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-09T06:08:47.596Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:47.609Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:47.610Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:48.496Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T06:08:48.496Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml
2022-03-09T06:08:48.496Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:08:48.497Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:48.499Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:48.500Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806128495,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-09T06:08:48.600Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:48.601Z||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-09T06:08:48.601Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:48.617Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:48.618Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:49.501Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T06:08:49.501Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env
2022-03-09T06:08:49.501Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:08:49.502Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:49.504Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:49.504Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806129501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/resourceInstances/vfwdf14fbb642ba0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-09T06:08:49.604Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:49.606Z||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-09T06:08:49.606Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:49.638Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:49.639Z||pool-32-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:50.505Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar ASDC sendASDCNotification
2022-03-09T06:08:50.506Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar
2022-03-09T06:08:50.506Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-09T06:08:50.506Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:08:50.509Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:08:50.509Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806130505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:08:50.609Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:08:50.610Z||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-09T06:08:50.611Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:08:50.627Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:08:50.628Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:08:51.510Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1741b494-2372-4027-b30f-9409f5fa344e
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-09T06:08:51.523Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1741b494-2372-4027-b30f-9409f5fa344e
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-09T06:08:51.527Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:08:51.527Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T06:08:51.528Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-09T06:08:51.528Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-09T06:09:19.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:09:19.795Z||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-09T06:09:19.796Z||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 XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:19.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:09:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:09:19.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646806042525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:09:19.841Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:09:19.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:09:19.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646806043529,
"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-09T06:09:19.850Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:09:19.850Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e 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-09T06:09:19.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:09:19.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "clamp",
"timestamp": 1646806044906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:09:19.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:09:19.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:09:19.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "clamp",
"timestamp": 1646806046558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060505/1.0/artifacts/service-Vfw20220309060505-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-09T06:09:19.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-09T06:09:19.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-09T06:09:19.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "clamp",
"timestamp": 1646806047561,
"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-09T06:09:19.866Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1741b494-2372-4027-b30f-9409f5fa344e
2022-03-09T06:09:19.867Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1741b494-2372-4027-b30f-9409f5fa344e 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-09T06:09:21.528Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1741b494-2372-4027-b30f-9409f5fa344e
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-09T06:09:21.543Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1741b494-2372-4027-b30f-9409f5fa344e
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-09T06:09:21.548Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-09T06:09:21.549Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-09T06:09:21.550Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-09T06:09:21.550Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-09T06:09:21.551Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:09:21.551Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:09:21.551Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:09:21.552Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:09:21.552Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:09:21.552Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-09T06:09:21.553Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-09T06:09:21.560Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-09T06:09:51.560Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1741b494-2372-4027-b30f-9409f5fa344e 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-09T06:09:51.568Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1741b494-2372-4027-b30f-9409f5fa344e and serviceModelVersionId: 2c6f746d-3d41-4712-92f4-da842ec1c0ca
2022-03-09T06:09:51.568Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1027f5e-bee9-44a1-9000-8361f3a56e13
2022-03-09T06:09:51.570Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0
2022-03-09T06:09:51.576Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-09T06:09:51.632Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0|INFO|500||Invoke
2022-03-09T06:09:51.633Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1741b494-2372-4027-b30f-9409f5fa344e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6f790016-6ed0-4cbd-8fd2-3a56e18cfd27], X-ECOMP-RequestID=[1741b494-2372-4027-b30f-9409f5fa344e], X-TransactionId=[], X-ONAP-RequestID=[1741b494-2372-4027-b30f-9409f5fa344e], Content-Type=[application/merge-patch+json]}
2022-03-09T06:09:51.666Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-09T06:09:51.963Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?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/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220309-06:09:52:299-73076], vertex-id=[401592], Content-Length=[0], Date=[Wed, 09 Mar 2022 06:09:52 GMT], Content-Type=[application/json]}
2022-03-09T06:09:51.964Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-09T06:09:51.965Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1027f5e-bee9-44a1-9000-8361f3a56e13/model-vers/model-ver/2c6f746d-3d41-4712-92f4-da842ec1c0ca?depth=0|INFO|500||InvokeReturn
2022-03-09T06:09:51.966Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-09T06:09:51.966Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-09T06:09:51.972Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||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-09T06:09:51.972Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1741b494-2372-4027-b30f-9409f5fa344e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-09T06:09:51.972Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-09T06:09:51.973Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:51.975Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:51.976Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "1741b494-2372-4027-b30f-9409f5fa344e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806191972,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-09T06:09:52.076Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:09:52.077Z||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-09T06:09:52.077Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:52.096Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:09:52.096Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-09T06:09:52.990Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-09T06:09:52.991Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-09T06:09:52.992Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:53.622Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:09:53.623Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-09T06:09:53.623Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8fa476d7-b705-4d5a-a405-e1dc68b4c35b","serviceName":"vFW 2022-03-09 06-07-16","serviceVersion":"1.0","serviceUUID":"7f6f61dc-b99d-4074-a3df-10057245e92a","serviceDescription":"catalog service description","serviceInvariantUUID":"6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca","resources":[{"resourceInstanceName":"vFW e52d21fb-5da5 0","resourceName":"vFW e52d21fb-5da5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7cfb816f-19b5-423e-a510-d46c85cbf2e3","resourceInvariantUUID":"62c0aab0-593f-47ae-9722-d42c1c25fa75","resourceCustomizationUUID":"3c35455f-a1c4-4f4b-b7c9-85a3d36f5578","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml","artifactChecksum":"MjRlMjYxM2YzZDQ4ODgxOTk1Nzk1ZmU0OWRjNTA0YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c724602-369c-48e4-8622-77625c1140ce","artifactVersion":"1"},{"artifactName":"vfwe52d21fb5da50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json","artifactChecksum":"OGQyMzYzNzVjZGI1OTZiNmE2MTcyYjE1MDkwOWNhZGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eeca8821-b017-44f0-b3b2-2660546945ea","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9436fb28-7830-4b33-b6a6-022eb2ccaec2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml","artifactChecksum":"YTBiNjJiMjc1NWJiYzRlOGNjMmMzY2ZmOTBjYTAwZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d4458b69-35ed-49af-83de-49b02ec7655c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"23ff84fb-4095-431f-83bd-34c60d02ef86","artifactVersion":"2","generatedFromUUID":"9436fb28-7830-4b33-b6a6-022eb2ccaec2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220309060716-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml","artifactChecksum":"ZjQ4MzZiZmEwMjA5NGFlMDFkMGQzM2JjODU2YmM1NmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13d17674-e299-453b-b81d-3afe0040eb8a","artifactVersion":"1"},{"artifactName":"service-Vfw20220309060716-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar","artifactChecksum":"ZTg3ZTMyMjRiMGYyOTIwMWYwZjU1ZDBmZDc5MTk3ZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-09T06:09:53.627Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:53.627Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:53.629Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:53.629Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806192990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:09:53.729Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:09:53.730Z||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-09T06:09:53.730Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:53.746Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:09:53.747Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:09:54.630Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:54.631Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:54.633Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:54.633Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806192990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
"status": "NOTIFIED"
}
2022-03-09T06:09:54.733Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:09:54.736Z||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-09T06:09:54.736Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:54.749Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:09:54.750Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:09:55.634Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:55.635Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:55.637Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:55.637Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806192990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-09T06:09:55.738Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-09T06:09:55.739Z||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-09T06:09:55.739Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:55.753Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:09:55.753Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:09:56.638Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:56.639Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:56.641Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:56.641Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806192990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:09:56.742Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:09:56.743Z||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-09T06:09:56.744Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:56.760Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:09:56.761Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:09:57.642Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:57.643Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:57.645Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:57.646Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806192990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-09T06:09:57.746Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:09:57.747Z||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-09T06:09:57.747Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:57.761Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:09:57.761Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:09:58.646Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:58.647Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:58.649Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:58.650Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806192990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-09T06:09:58.750Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:09:58.751Z||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-09T06:09:58.751Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:58.765Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:09:58.766Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:09:59.651Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-09T06:09:59.652Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:09:59.654Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:09:59.654Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806192990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
"status": "NOTIFIED"
}
2022-03-09T06:09:59.755Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-09T06:09:59.756Z||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-09T06:09:59.756Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:09:59.771Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:09:59.772Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:10:00.655Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"serviceName": "vFW 2022-03-09 06-07-16",
"serviceVersion": "1.0",
"serviceUUID": "7f6f61dc-b99d-4074-a3df-10057245e92a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca",
"resources": [
{
"resourceInstanceName": "vFW e52d21fb-5da5 0",
"resourceCustomizationUUID": "3c35455f-a1c4-4f4b-b7c9-85a3d36f5578",
"resourceName": "vFW e52d21fb-5da5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "7cfb816f-19b5-423e-a510-d46c85cbf2e3",
"resourceInvariantUUID": "62c0aab0-593f-47ae-9722-d42c1c25fa75",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe52d21fb5da50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
"artifactChecksum": "OGQyMzYzNzVjZGI1OTZiNmE2MTcyYjE1MDkwOWNhZGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eeca8821-b017-44f0-b3b2-2660546945ea",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9436fb28-7830-4b33-b6a6-022eb2ccaec2",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "23ff84fb-4095-431f-83bd-34c60d02ef86",
"generatedFromUUID": "9436fb28-7830-4b33-b6a6-022eb2ccaec2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "23ff84fb-4095-431f-83bd-34c60d02ef86",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220309060716-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
"artifactChecksum": "ZTg3ZTMyMjRiMGYyOTIwMWYwZjU1ZDBmZDc5MTk3ZDE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a"
}
],
"workloadContext": "Production"
}
2022-03-09T06:10:00.656Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-09T06:10:00.656Z|1741b494-2372-4027-b30f-9409f5fa344e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f6f61dc-b99d-4074-a3df-10057245e92a ASDC
2022-03-09T06:10:00.656Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8fa476d7-b705-4d5a-a405-e1dc68b4c35b
ServiceName:vFW 2022-03-09 06-07-16
ServiceVersion:1.0
ServiceUUID:7f6f61dc-b99d-4074-a3df-10057245e92a
ServiceInvariantUUID:6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220309060716-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar
ArtifactUUID:216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a
ArtifactChecksum:ZTg3ZTMyMjRiMGYyOTIwMWYwZjU1ZDBmZDc5MTk3ZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e52d21fb-5da5 0
ResourceCustomizationUUID:3c35455f-a1c4-4f4b-b7c9-85a3d36f5578
ResourceInvariantUUID:62c0aab0-593f-47ae-9722-d42c1c25fa75
ResourceName:vFW e52d21fb-5da5
ResourceType:VF
ResourceUUID:7cfb816f-19b5-423e-a510-d46c85cbf2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe52d21fb5da50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json
ArtifactUUID:eeca8821-b017-44f0-b3b2-2660546945ea
ArtifactChecksum:OGQyMzYzNzVjZGI1OTZiNmE2MTcyYjE1MDkwOWNhZGU=
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/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml
ArtifactUUID:9436fb28-7830-4b33-b6a6-022eb2ccaec2
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/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
ArtifactUUID:23ff84fb-4095-431f-83bd-34c60d02ef86
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/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
ArtifactUUID:23ff84fb-4095-431f-83bd-34c60d02ef86
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-09T06:10:00.656Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f6f61dc-b99d-4074-a3df-10057245e92a 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-09T06:10:00.688Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:10:00.689Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:10:00.689Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:10:00.689Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a from URL: /sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:00.689Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:10:00.689Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:00.787Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:10:00.795Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar 216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a 99001
2022-03-09T06:10:00.796Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar ASDC sendASDCNotification
2022-03-09T06:10:00.796Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:00.796Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:10:00.797Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:00.799Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:00.800Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806200796,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:10:00.900Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:00.901Z||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-09T06:10:00.901Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:00.914Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:10:00.915Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:10:01.800Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-09T06:10:01.802Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-09T06:10:01.802Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 216daf2c-a6f6-43b5-a60f-ad8f7b4fb96a, URL: /sdc/v1/catalog/services/Vfw20220309060716/1.0/artifacts/service-Vfw20220309060716-csar.csar to file: /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:01.802Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220309060716-csar.csar
2022-03-09T06:10:01.803Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:01.803Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:02.006Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12904157393153828342/Definitions/service-Vfw20220309060716-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-09T06:10:04.248Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-09T06:10:04.249Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:10:04.249Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.249Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||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-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||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-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||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-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.250Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||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-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||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-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||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-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||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-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e52d21fb-5da5 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-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.251Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.252Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||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-Vfw20220309060716-csar.csar
2022-03-09T06:10:04.252Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-09T06:10:04.252Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.252Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.252Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:04.253Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:10:04.253Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:10:04.253Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.254Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.254Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:04.254Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-09T06:10:04.255Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-09T06:10:04.255Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.255Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.255Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.256Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:04.256Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:04.256Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:04.256Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:10:04.257Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.257Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.257Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:10:04.258Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.258Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:10:04.258Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:10:04.259Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.259Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.259Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:10:04.259Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.260Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:10:04.260Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.260Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-09T06:10:04.261Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.261Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:10:04.261Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.261Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:04.262Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:04.262Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.262Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:04.263Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:04.263Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.263Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:04.263Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:04.264Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.264Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:04.264Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:04.265Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:04.265Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T06:10:04.265Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:10:04.265Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:10:04.265Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.266Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.266Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:10:04.266Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.267Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:10:04.267Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.267Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1407408f-5e0c-4027-9051-42cc2a966ed8
2022-03-09T06:10:04.267Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.268Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:04.268Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:04.268Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:04.268Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:10:04.269Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.269Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.269Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:10:04.269Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.270Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-09T06:10:04.270Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:10:04.270Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.271Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:10:04.271Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.271Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=25b97c84-d891-4908-a993-e33bdb1e7652
2022-03-09T06:10:04.271Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.272Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:04.272Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:04.272Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:04.272Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-09T06:10:04.273Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.273Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.273Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-09T06:10:04.274Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.274Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:10:04.274Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:10:04.274Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:04.275Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:04.275Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-09T06:10:04.275Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=557d22df-993f-498e-ae85-09809c2b3a7e
2022-03-09T06:10:04.275Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.276Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.276Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.276Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.276Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.277Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.277Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:04.277Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:04.277Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-09 06-07-16
Description:catalog service description
Model UUID:7f6f61dc-b99d-4074-a3df-10057245e92a
Model Version:NULL
Model InvariantUuid:6d5f2c75-dcae-4cc6-97e4-7b07e6dda4ca
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e52d21fb-5da5
Model UUID:a04ed987-f518-4cd2-9187-9b1cdca07d6a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:62c0aab0-593f-47ae-9722-d42c1c25fa75
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:3c35455f-a1c4-4f4b-b7c9-85a3d36f5578
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8bd52bd8-ea8c-4bef-a17a-8612ebc0cba2
ModelName:VfwE52d21fb5da5..base_vfw..module-0
ModelUuid:379c9894-b14f-45b4-99cc-eb28cf0e750e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:1407408f-5e0c-4027-9051-42cc2a966ed8
ModelInvariantUuid:f15cbea7-6276-45c5-957f-92832ce0c360
ModelName:vFW e52d21fb-5da5-nodes.vfwCvfc
ModelUuid:542d4e46-2868-4629-9211-03b715bd0b57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:4271603a-9233-494d-91b1-a09fa06fa8ea
ModelInvariantUuid:d2f99923-2f50-4df4-894b-56e9b79ce7f1
ModelName:VfwE52d21fb5da5.compute.nodes.heat.vfw
ModelUuid:0b1c2f7e-c06c-4eb1-86df-47e903fc72a8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:25b97c84-d891-4908-a993-e33bdb1e7652
ModelInvariantUuid:bf6dac79-1af5-4b45-b441-408abe0f231b
ModelName:vFW e52d21fb-5da5-nodes.vsnCvfc
ModelUuid:4ea968b6-e0d3-4b9d-a062-fddd22ef845f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c3001ec2-b6f3-4a2c-95c3-782dc58ccc04
ModelInvariantUuid:67e8e819-aa29-4d2a-969c-ccc76c016f5b
ModelName:VfwE52d21fb5da5.compute.nodes.heat.vsn
ModelUuid:ed58e13b-116c-4138-b26b-461005b6ff8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:557d22df-993f-498e-ae85-09809c2b3a7e
ModelInvariantUuid:0ab83e81-8510-49f1-83e4-c9c49240a3d6
ModelName:vFW e52d21fb-5da5-nodes.vpgCvfc
ModelUuid:e6814922-70fc-4ff5-954d-57df633333b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:1150899f-51dc-4419-8c31-9589e7827bb8
ModelInvariantUuid:1ec0170e-160d-4179-8916-871285987817
ModelName:VfwE52d21fb5da5.compute.nodes.heat.vpg
ModelUuid:b354fcc3-a597-4255-9fd4-dc169648616e
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-09T06:10:04.285Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7cfb816f-19b5-423e-a510-d46c85cbf2e3
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-09T06:10:04.289Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||vFW e52d21fb-5da5 0
2022-03-09T06:10:04.289Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7cfb816f-19b5-423e-a510-d46c85cbf2e3
2022-03-09T06:10:04.289Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eeca8821-b017-44f0-b3b2-2660546945ea from URL: /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json
2022-03-09T06:10:04.290Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:10:04.290Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json
2022-03-09T06:10:04.526Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:10:04.526Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json eeca8821-b017-44f0-b3b2-2660546945ea 785
2022-03-09T06:10:04.527Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json ASDC sendASDCNotification
2022-03-09T06:10:04.527Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json
2022-03-09T06:10:04.528Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:10:04.528Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:04.531Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:04.531Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806204527,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/vfwe52d21fb5da50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:10:04.631Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:04.632Z||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-09T06:10:04.632Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:04.645Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:10:04.645Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-09T06:10:05.531Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE52d21fb5da5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8bd52bd8-ea8c-4bef-a17a-8612ebc0cba2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "379c9894-b14f-45b4-99cc-eb28cf0e750e",
"vfModuleModelCustomizationUUID": "fc9466a1-ce35-4ba6-8141-096ff242e304",
"isBase": true,
"artifacts": [
"9436fb28-7830-4b33-b6a6-022eb2ccaec2",
"23ff84fb-4095-431f-83bd-34c60d02ef86"
],
"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-09T06:10:05.535Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE52d21fb5da5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:379c9894-b14f-45b4-99cc-eb28cf0e750e
VfModuleModelInvariantUUID:8bd52bd8-ea8c-4bef-a17a-8612ebc0cba2
VfModuleModelDescription:NULL
Artifacts UUID List:{
9436fb28-7830-4b33-b6a6-022eb2ccaec2
,
23ff84fb-4095-431f-83bd-34c60d02ef86
}
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-09T06:10:05.538Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE52d21fb5da5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8bd52bd8-ea8c-4bef-a17a-8612ebc0cba2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "379c9894-b14f-45b4-99cc-eb28cf0e750e",
"vfModuleModelCustomizationUUID": "fc9466a1-ce35-4ba6-8141-096ff242e304",
"isBase": true,
"artifacts": [
"9436fb28-7830-4b33-b6a6-022eb2ccaec2",
"23ff84fb-4095-431f-83bd-34c60d02ef86"
],
"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-09T06:10:05.538Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE52d21fb5da5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:379c9894-b14f-45b4-99cc-eb28cf0e750e
VfModuleModelInvariantUUID:8bd52bd8-ea8c-4bef-a17a-8612ebc0cba2
VfModuleModelDescription:NULL
Artifacts UUID List:{
9436fb28-7830-4b33-b6a6-022eb2ccaec2
,
23ff84fb-4095-431f-83bd-34c60d02ef86
}
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-09T06:10:05.538Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9436fb28-7830-4b33-b6a6-022eb2ccaec2 from URL: /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml
2022-03-09T06:10:05.538Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:10:05.539Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml
2022-03-09T06:10:05.815Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:10:05.816Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml 9436fb28-7830-4b33-b6a6-022eb2ccaec2 20368
2022-03-09T06:10:05.817Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-09T06:10:05.817Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml
2022-03-09T06:10:05.817Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:10:05.818Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:05.820Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:05.820Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806205817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:10:05.920Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:05.921Z||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-09T06:10:05.922Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:05.934Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:10:05.935Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:10:06.821Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 23ff84fb-4095-431f-83bd-34c60d02ef86 from URL: /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
2022-03-09T06:10:06.822Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-09T06:10:06.822Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
2022-03-09T06:10:07.105Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-09T06:10:07.106Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env 23ff84fb-4095-431f-83bd-34c60d02ef86 2098
2022-03-09T06:10:07.107Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-09T06:10:07.107Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env
2022-03-09T06:10:07.107Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-09T06:10:07.107Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-09T06:10:07.110Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-09T06:10:07.110Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "8fa476d7-b705-4d5a-a405-e1dc68b4c35b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646806207107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220309060716/1.0/resourceInstances/vfwe52d21fb5da50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-09T06:10:07.210Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-09T06:10:07.211Z||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-09T06:10:07.211Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as XCSwSZufQzcKI9Ym) ...
2022-03-09T06:10:07.227Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-09T06:10:07.227Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-09T06:10:08.111Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7f6f61dc-b99d-4074-a3df-10057245e92a
2022-03-09T06:10:08.112Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e52d21fb-5da5 0 7cfb816f-19b5-423e-a510-d46c85cbf2e3 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-09T06:10:08.127Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40cdaaa4, org.onap.sdc.toscaparser.api.parameters.Input@5c97c2f3, org.onap.sdc.toscaparser.api.parameters.Input@5b94f34c, org.onap.sdc.toscaparser.api.parameters.Input@41cfa106, org.onap.sdc.toscaparser.api.parameters.Input@6cfabb11]
2022-03-09T06:10:08.129Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:08.129Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:08.129Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic
2022-03-09T06:10:08.130Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 3c35455f-a1c4-4f4b-b7c9-85a3d36f5578
2022-03-09T06:10:08.130Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c35455f-a1c4-4f4b-b7c9-85a3d36f5578 matches Tosca VF Customization UUID: 3c35455f-a1c4-4f4b-b7c9-85a3d36f5578
2022-03-09T06:10:08.130Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 3c35455f-a1c4-4f4b-b7c9-85a3d36f5578 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-09T06:10:08.132Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:08.132Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-09T06:10:08.133Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 3c35455f-a1c4-4f4b-b7c9-85a3d36f5578: {\"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-09T06:10:08.133Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e91a8f1
2022-03-09T06:10:08.134Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:08.134Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-09 06-07-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-09T06:10:08.134Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fc9466a1-ce35-4ba6-8141-096ff242e304
2022-03-09T06:10:08.134Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fc9466a1-ce35-4ba6-8141-096ff242e304
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-09T06:10:08.136Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:08.137Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:08.137Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:08.137Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:08.137Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:08.138Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:08.138Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:08.138Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is not matching search criteria
2022-03-09T06:10:08.138Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-09T06:10:08.139Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-09T06:10:08.139Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-09T06:10:08.139Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-09T06:10:08.139Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-09T06:10:08.140Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-09T06:10:08.140Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:08.140Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-09T06:10:08.140Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-09T06:10:08.140Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-09T06:10:08.141Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-09T06:10:08.141Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1407408f-5e0c-4027-9051-42cc2a966ed8
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-09T06:10:08.144Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-09T06:10:08.144Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Node template vFW e52d21fb-5da5 0 is matching search criteria
2022-03-09T06:10:08.144Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW e52d21fb-5da5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-09T06:10:08.144Z|8fa476d7-b705-4d5a-a405-e1dc68b4c35b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery