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-10T03:17:27.490Z||main|||||INFO|500||The following profiles are active: basic
2022-03-10T03:17:41.668Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-10T03:17:41.669Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-10T03:17:41.782Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-10T03:17:46.588Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-10T03:17:47.078Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-10T03:17:47.665Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-10T03:17:47.675Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-10T03:17:47.810Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-10T03:17:48.045Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-10T03:17:48.775Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-10T03:17:50.664Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-10T03:17:53.434Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-10T03:17:53.515Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-10T03:17:54.227Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-10T03:17:54.360Z||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-10T03:17:56.013Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-10T03:17:57.595Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-10T03:17:57.624Z||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$$a1a3d335.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-10T03:17:57.626Z||main|||||WARN|500||The sdc end point is not alive
2022-03-10T03:18:01.347Z||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-10T03:18:05.516Z||main|||||WARN|500||---
2022-03-10T03:18:05.516Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-10T03:18:05.517Z||main|||||WARN|500||---
2022-03-10T03:18:06.175Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-10T03:18:13.171Z||main|||||INFO|500||Started Application in 49.572 seconds (JVM running for 51.721)
2022-03-10T03:18:13.194Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-10T03:18:13.197Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-10T03:18:13.224Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-10T03:18:13.255Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-10T03:18:13.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70499bb9-d484-4cd7-8397-6cc880d467b4 url= /sdc/v1/artifactTypes
2022-03-10T03:18:13.325Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-10T03:18:13.651Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-10T03:18:13.681Z||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-10T03:18:13.705Z||scheduling-1|||||DEBUG|500||create keys
2022-03-10T03:18:13.758Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-10T03:18:13.802Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:18:13.824Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a1cc824c-dfa9-4439-bbad-5a94ca3733e4 url= /sdc/v1/registerForDistribution
2022-03-10T03:18:14.075Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a1cc824c-dfa9-4439-bbad-5a94ca3733e4 url= /sdc/v1/registerForDistribution
2022-03-10T03:18:14.075Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-10T03:18:14.089Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:18:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:18:14.112Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-10T03:18:14.152Z||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-10T03:18:14.152Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:18:14.152Z||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-10T03:18:14.153Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:18:24.477Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:18:24.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:19:14.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:19:14.084Z||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-10T03:19:14.085Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:19:14.091Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:19:14.100Z||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-10T03:19:14.101Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:19:23.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:19:23.683Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:20:14.084Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:20:14.087Z||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-10T03:20:14.088Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:20:14.091Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:20:14.092Z||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-10T03:20:14.092Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:20:23.639Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:20:23.659Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:21:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:21:14.084Z||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-10T03:21:14.084Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:21:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:21:14.090Z||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-10T03:21:14.090Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:21:23.632Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:21:23.632Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:22:14.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:22:14.084Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:22:14.084Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:22:14.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:22:14.090Z||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-10T03:22:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:22:23.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:22:23.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:23:14.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:23:14.084Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:23:14.084Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:23:14.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:23:14.091Z||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-10T03:23:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:23:23.660Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:23:23.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:24:14.085Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:24:14.086Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:24:14.086Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:24:14.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:24:14.090Z||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-10T03:24:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:24:23.640Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:24:23.642Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:25:14.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:25:14.084Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:25:14.084Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:25:14.090Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:25:14.091Z||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-10T03:25:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:25:23.630Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:25:23.631Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:26:14.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:26:14.090Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:26:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:26:14.090Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:26:14.090Z||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-10T03:26:14.090Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:26:23.671Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:26:23.671Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:27:14.083Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:27:14.084Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:27:14.084Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:27:14.090Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:27:14.090Z||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-10T03:27:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:27:23.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:27:23.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:27:35.870Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-10T03:28:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:28:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:28:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:28:14.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:28:14.090Z||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-10T03:28:14.090Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:28:23.635Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:28:23.636Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:29:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:29:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:29:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:29:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:29:14.091Z||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-10T03:29:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:29:23.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:29:23.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:30:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:30:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:30:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:30:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:30:14.091Z||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-10T03:30:14.092Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:30:23.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:30:23.631Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:31:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:31:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:31:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:31:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:31:14.091Z||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-10T03:31:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:31:23.630Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:31:23.641Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:32:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:32:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:32:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:32:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:32:14.091Z||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-10T03:32:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:32:23.653Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:32:23.653Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:33:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:33:14.086Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:33:14.086Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:33:14.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:33:14.091Z||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-10T03:33:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:33:23.632Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:33:23.634Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:34:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:34:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:34:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:34:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:34:14.090Z||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-10T03:34:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:34:23.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:34:23.654Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:35:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:35:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:35:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:35:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:35:14.091Z||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-10T03:35:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:35:23.627Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:35:23.627Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:36:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:36:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:36:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:36:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:36:14.091Z||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-10T03:36:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:36:23.629Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:36:23.642Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:37:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:37:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:37:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:37:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:37:14.090Z||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-10T03:37:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:37:23.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:37:23.632Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:38:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:38:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:38:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:38:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:38:14.090Z||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-10T03:38:14.090Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:38:23.639Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:38:23.639Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:39:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:39:14.084Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:39:14.084Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:39:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:39:14.091Z||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-10T03:39:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:39:23.650Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:39:23.671Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:40:14.084Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:40:14.086Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:40:14.086Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:40:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:40:14.092Z||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-10T03:40:14.093Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:40:23.648Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:40:23.648Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:41:14.083Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:41:14.085Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-10T03:41:14.085Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as ygyisqJqbLioOY9W) ...
2022-03-10T03:41:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:41:14.090Z||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-10T03:41:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:41:23.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:41:23.626Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:42:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:42:14.085Z||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-10T03:42:14.085Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:42:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:42:14.090Z||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-10T03:42:14.090Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:42:23.629Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:42:23.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:43:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:43:14.085Z||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-10T03:43:14.085Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:43:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:43:14.090Z||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-10T03:43:14.090Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:43:23.628Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:43:23.654Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:44:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:44:14.084Z||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-10T03:44:14.084Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:44:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:44:14.090Z||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-10T03:44:14.090Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:44:23.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:44:23.634Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:45:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:45:14.085Z||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-10T03:45:14.085Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:45:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:45:14.090Z||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-10T03:45:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:45:23.633Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:45:23.634Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:46:14.083Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:46:14.084Z||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-10T03:46:14.084Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:46:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:46:14.090Z||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-10T03:46:14.090Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:46:23.626Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:46:23.630Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:47:14.082Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:47:14.084Z||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-10T03:47:14.084Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:47:14.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:47:14.091Z||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-10T03:47:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:47:23.624Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:47:23.625Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:14.084Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:48:14.087Z||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-10T03:48:14.087Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:48:14.090Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:48:14.091Z||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-10T03:48:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:48:14.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:14.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884074464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.338Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "clamp",
"timestamp": 1646884075017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "policy-id",
"timestamp": 1646884067546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.341Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "dcae-sch",
"timestamp": 1646884075823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "clamp",
"timestamp": 1646884075017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "NOTIFIED"
}
2022-03-10T03:48:14.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884074464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "policy-id",
"timestamp": 1646884067546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "dcae-sch",
"timestamp": 1646884075823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884074464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "clamp",
"timestamp": 1646884075017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "policy-id",
"timestamp": 1646884067546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-10T03:48:14.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "dcae-sch",
"timestamp": 1646884075823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "clamp",
"timestamp": 1646884075017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884074464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "policy-id",
"timestamp": 1646884067546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "dcae-sch",
"timestamp": 1646884075823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "cds",
"timestamp": 1646884080899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "clamp",
"timestamp": 1646884075017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884074464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "policy-id",
"timestamp": 1646884067546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "dcae-sch",
"timestamp": 1646884075823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "cds",
"timestamp": 1646884080899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "clamp",
"timestamp": 1646884075017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884074464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "policy-id",
"timestamp": 1646884067546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "dcae-sch",
"timestamp": 1646884075823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884082450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "cds",
"timestamp": 1646884080899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.362Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "clamp",
"timestamp": 1646884075017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:48:14.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884074464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "policy-id",
"timestamp": 1646884067546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:48:14.364Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "dcae-sch",
"timestamp": 1646884075823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.365Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884082450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.366Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "cds",
"timestamp": 1646884080899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884082450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884084190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "cds",
"timestamp": 1646884080899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "policy-id",
"timestamp": 1646884085569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:48:14.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:48:14.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884082450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.371Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884084190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "NOTIFIED"
}
2022-03-10T03:48:14.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.372Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "cds",
"timestamp": 1646884080899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.372Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "policy-id",
"timestamp": 1646884086579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:48:14.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:48:14.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.373Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884082450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884084190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-10T03:48:14.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "cds",
"timestamp": 1646884080899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:48:14.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "policy-id",
"timestamp": 1646884087584,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-10T03:48:14.585Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b
2022-03-10T03:48:14.614Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b 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-10T03:48:14.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884082450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884084190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884082450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:48:14.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884084190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-10T03:48:14.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "cds",
"timestamp": 1646884090135,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:48:14.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:48:14.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884084190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884090684,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:48:14.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:48:14.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "cds",
"timestamp": 1646884091156,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-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-10T03:48:14.666Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b
2022-03-10T03:48:14.666Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b 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-10T03:48:14.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884084190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:48:14.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-10T03:48:14.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "clamp",
"timestamp": 1646884091943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:48:14.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:48:14.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884092549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:48:14.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:48:14.716Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:14.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T03:48:14.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"40121950-86d5-4085-b6cb-2e8a1e4e558b","serviceName":"vFW 2022-03-10 03-46-35","serviceVersion":"1.0","serviceUUID":"64dd66fb-fcba-40db-98d9-b424bda1d9c1","serviceDescription":"catalog service description","serviceInvariantUUID":"bb37f7f1-5a54-4cef-a11a-7521801333f7","resources":[{"resourceInstanceName":"vFW 9ba78684-206f 0","resourceName":"vFW 9ba78684-206f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"97b5a327-2ab6-47b3-9445-131fda545250","resourceInvariantUUID":"692854af-7027-4827-9351-e980ef625589","resourceCustomizationUUID":"7ea750a6-0b3c-47a4-a753-1c644f687f89","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml","artifactChecksum":"YzJiN2Y1MmZjMjYwZjExYTY0MTQxMjc2NTU4MzEyNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9bca147-5774-40c7-80b1-14b008003694","artifactVersion":"1"},{"artifactName":"vfw9ba78684206f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json","artifactChecksum":"OWU4Y2FlZTFjNDM1MjBjMTRjOGFhZTE5ZTY1MThiN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"27b6242d-629a-44eb-8b04-85d2169198a5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"21ba27ee-295f-4f25-b0da-33fcb389ab67","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJlNTJmOTE4NTRiNDI3OTZkNmExZWExMTExYjg5NzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2d1b33d3-b827-4265-b497-e3a560aaef14","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e8f08287-b72a-4326-addb-05645d9be152","artifactVersion":"2","generatedFromUUID":"21ba27ee-295f-4f25-b0da-33fcb389ab67"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310034635-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml","artifactChecksum":"MzllOTA1MDcyYWY4ZmM3Y2Y2NzcyZmQ0OThjM2EwNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"badb6917-f2ee-483d-a71e-c74e56c0e6fb","artifactVersion":"1"},{"artifactName":"service-Vfw20220310034635-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar","artifactChecksum":"MjI4MTAwODhjNDAxZGZkYTkxZjdkYmYyMGUzMjBhNGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T03:48:14.730Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:48:14.743Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:14.757Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:14.758Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:14.858Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-10T03:48:14.863Z||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-10T03:48:14.863Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:14.876Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:14.878Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:15.768Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:48:15.769Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:15.772Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:15.772Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "NOTIFIED"
}
2022-03-10T03:48:15.872Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:48:15.873Z||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-10T03:48:15.873Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:15.890Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:15.891Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:16.772Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:48:16.774Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:16.776Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:16.776Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-10T03:48:16.877Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T03:48:16.878Z||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-10T03:48:16.878Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:16.890Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:16.891Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:17.777Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:48:17.778Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:17.780Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:17.781Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:17.881Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:48:17.882Z||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-10T03:48:17.882Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:17.895Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:17.895Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:18.782Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:48:18.783Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:18.786Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:18.786Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-10T03:48:18.886Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:48:18.889Z||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-10T03:48:18.889Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:18.901Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:18.902Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:19.787Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:48:19.788Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:19.790Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:19.790Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:48:19.890Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T03:48:19.891Z||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-10T03:48:19.892Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:19.905Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:19.906Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:20.791Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:48:20.792Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:20.794Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:20.794Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:48:20.896Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-10T03:48:20.897Z||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-10T03:48:20.898Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:20.910Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:20.911Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:48:21.796Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"serviceName": "vFW 2022-03-10 03-46-35",
"serviceVersion": "1.0",
"serviceUUID": "64dd66fb-fcba-40db-98d9-b424bda1d9c1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bb37f7f1-5a54-4cef-a11a-7521801333f7",
"resources": [
{
"resourceInstanceName": "vFW 9ba78684-206f 0",
"resourceCustomizationUUID": "7ea750a6-0b3c-47a4-a753-1c644f687f89",
"resourceName": "vFW 9ba78684-206f",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "97b5a327-2ab6-47b3-9445-131fda545250",
"resourceInvariantUUID": "692854af-7027-4827-9351-e980ef625589",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw9ba78684206f0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"artifactChecksum": "OWU4Y2FlZTFjNDM1MjBjMTRjOGFhZTE5ZTY1MThiN2Y\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "27b6242d-629a-44eb-8b04-85d2169198a5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "21ba27ee-295f-4f25-b0da-33fcb389ab67",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e8f08287-b72a-4326-addb-05645d9be152",
"generatedFromUUID": "21ba27ee-295f-4f25-b0da-33fcb389ab67"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "e8f08287-b72a-4326-addb-05645d9be152",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220310034635-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"artifactChecksum": "MjI4MTAwODhjNDAxZGZkYTkxZjdkYmYyMGUzMjBhNGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef"
}
],
"workloadContext": "Production"
}
2022-03-10T03:48:21.798Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T03:48:21.798Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 64dd66fb-fcba-40db-98d9-b424bda1d9c1 ASDC
2022-03-10T03:48:21.915Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:40121950-86d5-4085-b6cb-2e8a1e4e558b
ServiceName:vFW 2022-03-10 03-46-35
ServiceVersion:1.0
ServiceUUID:64dd66fb-fcba-40db-98d9-b424bda1d9c1
ServiceInvariantUUID:bb37f7f1-5a54-4cef-a11a-7521801333f7
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310034635-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar
ArtifactUUID:aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef
ArtifactChecksum:MjI4MTAwODhjNDAxZGZkYTkxZjdkYmYyMGUzMjBhNGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9ba78684-206f 0
ResourceCustomizationUUID:7ea750a6-0b3c-47a4-a753-1c644f687f89
ResourceInvariantUUID:692854af-7027-4827-9351-e980ef625589
ResourceName:vFW 9ba78684-206f
ResourceType:VF
ResourceUUID:97b5a327-2ab6-47b3-9445-131fda545250
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9ba78684206f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json
ArtifactUUID:27b6242d-629a-44eb-8b04-85d2169198a5
ArtifactChecksum:OWU4Y2FlZTFjNDM1MjBjMTRjOGFhZTE5ZTY1MThiN2Y=
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/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml
ArtifactUUID:21ba27ee-295f-4f25-b0da-33fcb389ab67
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/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env
ArtifactUUID:e8f08287-b72a-4326-addb-05645d9be152
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/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env
ArtifactUUID:e8f08287-b72a-4326-addb-05645d9be152
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-10T03:48:21.916Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64dd66fb-fcba-40db-98d9-b424bda1d9c1 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-10T03:48:21.963Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T03:48:21.965Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T03:48:21.967Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T03:48:21.967Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef from URL: /sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:21.968Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:48:21.970Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:22.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:48:22.096Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef 98982
2022-03-10T03:48:22.097Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar ASDC sendASDCNotification
2022-03-10T03:48:22.098Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:22.098Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:48:22.099Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:22.101Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:22.102Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884102096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:48:22.202Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:48:22.208Z||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-10T03:48:22.208Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:22.222Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:22.223Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:23.102Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T03:48:23.105Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T03:48:23.106Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: aac3b2fb-d0ac-40e5-b5ea-8407f3aee2ef, URL: /sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar to file: /app/ASDC/1/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:23.107Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310034635-csar.csar
2022-03-10T03:48:23.226Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:23.226Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:24.001Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12141040252656489828/Definitions/service-Vfw20220310034635-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-10T03:48:27.030Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T03:48:27.035Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T03:48:27.035Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.035Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.036Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9ba78684-206f 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-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-Vfw20220310034635-csar.csar
2022-03-10T03:48:27.037Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T03:48:27.044Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.046Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:27.050Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:27.050Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T03:48:27.052Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T03:48:27.054Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.054Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:27.054Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:27.054Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T03:48:27.055Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T03:48:27.055Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.055Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:27.058Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.059Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria
2022-03-10T03:48:27.059Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:48:27.059Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:48:27.059Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T03:48:27.060Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.060Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:27.060Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T03:48:27.060Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.060Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:27.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T03:48:27.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T03:48:27.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T03:48:27.064Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.064Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:27.064Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:48:27.064Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.065Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:27.065Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:48:27.065Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.065Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:27.065Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:48:27.066Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.066Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria
2022-03-10T03:48:27.066Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:48:27.066Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:48:27.066Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T03:48:27.067Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T03:48:27.067Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T03:48:27.067Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.067Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:27.067Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T03:48:27.068Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:27.068Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T03:48:27.068Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.068Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0146c68-f1d4-4f6d-9e44-dd6be3d8b63f
2022-03-10T03:48:27.068Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria
2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:27.069Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T03:48:27.070Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.071Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=271ef069-9209-4adc-a4f7-98fd606dad0f
2022-03-10T03:48:27.071Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.071Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria
2022-03-10T03:48:27.071Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:48:27.071Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.072Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09d75654-659b-48f7-bc14-6fa34302a852
2022-03-10T03:48:27.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.074Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:27.074Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.074Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:27.074Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.074Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:27.075Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:27.075Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:27.075Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-10 03-46-35
Description:catalog service description
Model UUID:64dd66fb-fcba-40db-98d9-b424bda1d9c1
Model Version:NULL
Model InvariantUuid:bb37f7f1-5a54-4cef-a11a-7521801333f7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 9ba78684-206f
Model UUID:e6c65fce-1838-41f0-b660-1d41500dd683
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:692854af-7027-4827-9351-e980ef625589
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7ea750a6-0b3c-47a4-a753-1c644f687f89
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e3854ce8-bac5-4422-8cf8-59e50c0918fd
ModelName:Vfw9ba78684206f..base_vfw..module-0
ModelUuid:40eb9a4c-fa17-4148-acea-b8311d01d56d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f0146c68-f1d4-4f6d-9e44-dd6be3d8b63f
ModelInvariantUuid:f3210259-c91f-4159-aec5-c186a5545eef
ModelName:vFW 9ba78684-206f-nodes.vfwCvfc
ModelUuid:0c635ea1-a2ed-4d0f-a12b-62e0bab44118
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b7d18b8e-b5e0-4ab0-8f42-6e1e511ab13f
ModelInvariantUuid:ecca017a-9105-47ed-bceb-8b39d4bd0bd8
ModelName:Vfw9ba78684206f.compute.nodes.heat.vfw
ModelUuid:58565e93-7a4e-467f-b4f5-57722ac2f2a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:271ef069-9209-4adc-a4f7-98fd606dad0f
ModelInvariantUuid:878513b1-d73b-4473-a9e9-3ed19b4af75d
ModelName:vFW 9ba78684-206f-nodes.vsnCvfc
ModelUuid:f854baf7-5d74-46d3-9846-0b3ab2f7a1f5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:d3eb0f40-2db3-481e-88c7-d16bffcfd379
ModelInvariantUuid:3abb1713-5108-4734-ba18-0999956a95ac
ModelName:Vfw9ba78684206f.compute.nodes.heat.vsn
ModelUuid:ac378232-564e-4d8d-84dc-72e495cf02d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:09d75654-659b-48f7-bc14-6fa34302a852
ModelInvariantUuid:708ab6d5-61db-4735-9fd2-a5a0d95e561c
ModelName:vFW 9ba78684-206f-nodes.vpgCvfc
ModelUuid:341b2a93-6334-4a71-b7de-814cfdcd9642
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:15f5e5a2-85bb-40f1-ab70-867be67f58f1
ModelInvariantUuid:eb524862-2dfa-4395-be7a-721b4b4a211b
ModelName:Vfw9ba78684206f.compute.nodes.heat.vpg
ModelUuid:936e5bec-aa6f-4f46-af6e-923146e8d5d6
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-10T03:48:27.086Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 97b5a327-2ab6-47b3-9445-131fda545250
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-10T03:48:27.196Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||vFW 9ba78684-206f 0
2022-03-10T03:48:27.207Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 97b5a327-2ab6-47b3-9445-131fda545250
2022-03-10T03:48:27.207Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 27b6242d-629a-44eb-8b04-85d2169198a5 from URL: /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json
2022-03-10T03:48:27.207Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:48:27.208Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json
2022-03-10T03:48:27.355Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:48:27.355Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json 27b6242d-629a-44eb-8b04-85d2169198a5 785
2022-03-10T03:48:27.356Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json ASDC sendASDCNotification
2022-03-10T03:48:27.356Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json
2022-03-10T03:48:27.356Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:48:27.357Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:27.360Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:27.361Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884107356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:48:27.461Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T03:48:27.461Z||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-10T03:48:27.462Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:27.473Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:27.474Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:28.362Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9ba78684206f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e3854ce8-bac5-4422-8cf8-59e50c0918fd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "40eb9a4c-fa17-4148-acea-b8311d01d56d",
"vfModuleModelCustomizationUUID": "e9db8b10-306e-4cc2-bd25-63816c48b2bb",
"isBase": true,
"artifacts": [
"21ba27ee-295f-4f25-b0da-33fcb389ab67",
"e8f08287-b72a-4326-addb-05645d9be152"
],
"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-10T03:48:28.377Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9ba78684206f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40eb9a4c-fa17-4148-acea-b8311d01d56d
VfModuleModelInvariantUUID:e3854ce8-bac5-4422-8cf8-59e50c0918fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
21ba27ee-295f-4f25-b0da-33fcb389ab67
,
e8f08287-b72a-4326-addb-05645d9be152
}
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-10T03:48:28.379Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw9ba78684206f..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e3854ce8-bac5-4422-8cf8-59e50c0918fd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "40eb9a4c-fa17-4148-acea-b8311d01d56d",
"vfModuleModelCustomizationUUID": "e9db8b10-306e-4cc2-bd25-63816c48b2bb",
"isBase": true,
"artifacts": [
"21ba27ee-295f-4f25-b0da-33fcb389ab67",
"e8f08287-b72a-4326-addb-05645d9be152"
],
"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-10T03:48:28.379Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9ba78684206f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:40eb9a4c-fa17-4148-acea-b8311d01d56d
VfModuleModelInvariantUUID:e3854ce8-bac5-4422-8cf8-59e50c0918fd
VfModuleModelDescription:NULL
Artifacts UUID List:{
21ba27ee-295f-4f25-b0da-33fcb389ab67
,
e8f08287-b72a-4326-addb-05645d9be152
}
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-10T03:48:28.380Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 21ba27ee-295f-4f25-b0da-33fcb389ab67 from URL: /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml
2022-03-10T03:48:28.380Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:48:28.380Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml
2022-03-10T03:48:28.491Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:48:28.493Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml 21ba27ee-295f-4f25-b0da-33fcb389ab67 20368
2022-03-10T03:48:28.493Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T03:48:28.494Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml
2022-03-10T03:48:28.494Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:48:28.494Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:28.496Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:28.497Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884108493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:48:28.597Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:48:28.598Z||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-10T03:48:28.598Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:28.610Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:28.611Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:48:29.498Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e8f08287-b72a-4326-addb-05645d9be152 from URL: /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env
2022-03-10T03:48:29.499Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:48:29.499Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env
2022-03-10T03:48:29.544Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:48:29.545Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env e8f08287-b72a-4326-addb-05645d9be152 2098
2022-03-10T03:48:29.545Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T03:48:29.545Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env
2022-03-10T03:48:29.546Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:48:29.546Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:29.549Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:29.549Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884109545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:48:29.649Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:48:29.650Z||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-10T03:48:29.650Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:29.662Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:29.662Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:30.554Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 64dd66fb-fcba-40db-98d9-b424bda1d9c1
2022-03-10T03:48:30.554Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9ba78684-206f 0 97b5a327-2ab6-47b3-9445-131fda545250 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-10T03:48:30.611Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21aff051, org.onap.sdc.toscaparser.api.parameters.Input@41ad5852, org.onap.sdc.toscaparser.api.parameters.Input@53d6f43c, org.onap.sdc.toscaparser.api.parameters.Input@ad52838, org.onap.sdc.toscaparser.api.parameters.Input@54267c4b]
2022-03-10T03:48:30.615Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.615Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:30.616Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-03-10T03:48:30.616Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7ea750a6-0b3c-47a4-a753-1c644f687f89
2022-03-10T03:48:30.616Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ea750a6-0b3c-47a4-a753-1c644f687f89 matches Tosca VF Customization UUID: 7ea750a6-0b3c-47a4-a753-1c644f687f89
2022-03-10T03:48:30.616Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7ea750a6-0b3c-47a4-a753-1c644f687f89 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-10T03:48:30.623Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.624Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:30.626Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7ea750a6-0b3c-47a4-a753-1c644f687f89: {\"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-10T03:48:30.626Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67c13b81
2022-03-10T03:48:30.627Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.627Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T03:48:30.628Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e9db8b10-306e-4cc2-bd25-63816c48b2bb
2022-03-10T03:48:30.630Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e9db8b10-306e-4cc2-bd25-63816c48b2bb
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-10T03:48:30.639Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.639Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:30.640Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:48:30.641Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.641Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:30.641Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:48:30.642Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.642Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria
2022-03-10T03:48:30.642Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:48:30.643Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:48:30.643Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T03:48:30.643Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T03:48:30.643Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T03:48:30.644Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:48:30.644Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:30.644Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T03:48:30.645Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:30.645Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T03:48:30.645Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:48:30.645Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f0146c68-f1d4-4f6d-9e44-dd6be3d8b63f
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-10T03:48:30.655Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.655Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:30.655Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:48:30.656Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.656Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria
2022-03-10T03:48:30.656Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:48:30.656Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:48:30.657Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T03:48:30.657Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:48:30.657Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:30.658Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T03:48:30.658Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:48:30.658Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T03:48:30.658Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T03:48:30.658Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:30.659Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T03:48:30.659Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:48:30.659Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=271ef069-9209-4adc-a4f7-98fd606dad0f
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-10T03:48:30.662Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.662Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:30.662Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:48:30.666Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.666Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is not matching search criteria
2022-03-10T03:48:30.666Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:48:30.667Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:48:30.667Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T03:48:30.667Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:48:30.668Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:30.668Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T03:48:30.668Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:48:30.668Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T03:48:30.668Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T03:48:30.669Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:48:30.669Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T03:48:30.669Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T03:48:30.670Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=09d75654-659b-48f7-bc14-6fa34302a852
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-10T03:48:30.672Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.673Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:30.673Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:48:30.674Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.674Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Node template vFW 9ba78684-206f 0 is matching search criteria
2022-03-10T03:48:30.674Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9ba78684-206f 0] matching following query criteria: sdcType=VF, customizationUUID=7ea750a6-0b3c-47a4-a753-1c644f687f89
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-10T03:48:30.677Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.677Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:30.678Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 64dd66fb-fcba-40db-98d9-b424bda1d9c1: vFW 9ba78684-206f
2022-03-10T03:48:30.678Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.678Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:30.679Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.679Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:30.679Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.679Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:30.680Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.680Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:30.680Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:48:30.680Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-46-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:48:30.681Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-10 03-46-35
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-10T03:48:30.963Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9ba78684-206f 97b5a327-2ab6-47b3-9445-131fda545250 1 ASDC deployResourceStructure
2022-03-10T03:48:30.964Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json ASDC sendASDCNotification
2022-03-10T03:48:30.965Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json
2022-03-10T03:48:30.965Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T03:48:30.965Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:30.968Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:30.968Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884110964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-10T03:48:31.068Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:48:31.070Z||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-10T03:48:31.070Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:31.082Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:31.083Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:31.969Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T03:48:31.970Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml
2022-03-10T03:48:31.971Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T03:48:31.971Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:31.973Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:31.973Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884111969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-10T03:48:32.073Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:48:32.074Z||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-10T03:48:32.075Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:32.088Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:32.089Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:32.974Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T03:48:32.974Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env
2022-03-10T03:48:32.974Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T03:48:32.975Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:32.991Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:32.991Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884112974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-10T03:48:33.079Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-03-10T03:48:33.081Z||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-10T03:48:33.081Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:33.108Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:33.109Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:33.993Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar ASDC sendASDCNotification
2022-03-10T03:48:33.995Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar
2022-03-10T03:48:33.995Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T03:48:33.995Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:48:33.999Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:48:33.999Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884113993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:48:34.098Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T03:48:34.099Z||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-10T03:48:34.099Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:48:34.114Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:48:34.115Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:48:35.000Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:48:35.023Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:48:35.026Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T03:48:35.026Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T03:48:35.026Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T03:49:05.027Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:49:05.038Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:49:05.041Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T03:49:05.041Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T03:49:05.041Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T03:49:14.090Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:49:14.091Z||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-10T03:49:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:49:14.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:49:14.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-10T03:49:14.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884093848,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:49:14.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:49:35.041Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:49:35.057Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:49:35.061Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T03:49:35.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T03:49:35.062Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T03:50:05.063Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:50:05.073Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:50:05.079Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T03:50:05.079Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T03:50:05.079Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T03:50:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:50:14.091Z||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-10T03:50:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:50:14.121Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:50:14.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:50:14.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "clamp",
"timestamp": 1646884093955,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:50:14.123Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:50:35.080Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:50:35.094Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:50:35.096Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T03:50:35.096Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T03:50:35.097Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T03:51:05.097Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:51:05.122Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:51:05.139Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T03:51:05.140Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-10T03:51:05.140Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-10T03:51:14.090Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:51:14.091Z||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-10T03:51:14.091Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:51:14.123Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:51:14.126Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.126Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:51:14.128Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.128Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "clamp",
"timestamp": 1646884094962,
"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-10T03:51:14.135Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b
2022-03-10T03:51:14.135Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b 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-10T03:51:14.147Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.147Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884095059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:51:14.148Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.148Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.148Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "NOTIFIED"
}
2022-03-10T03:51:14.148Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884096083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:51:14.149Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.149Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.149Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884096126,
"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-10T03:51:14.155Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b
2022-03-10T03:51:14.155Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b 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-10T03:51:14.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "aai-ml",
"timestamp": 1646884096270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:51:14.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-10T03:51:14.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884097088,
"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-10T03:51:14.169Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b
2022-03-10T03:51:14.169Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b 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-10T03:51:14.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884097131,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-10T03:51:14.180Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "aai-ml",
"timestamp": 1646884096270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:51:14.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:51:14.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "aai-ml",
"timestamp": 1646884096270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:51:14.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-10T03:51:14.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "aai-ml",
"timestamp": 1646884096270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:51:14.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:51:14.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "aai-ml",
"timestamp": 1646884096270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:51:14.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884094084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:51:14.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "aai-ml",
"timestamp": 1646884096270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:51:14.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884102096,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:51:14.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "aai-ml",
"timestamp": 1646884096270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:51:14.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "aai-ml",
"timestamp": 1646884104119,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:51:14.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884107356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:51:14.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884108493,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:51:14.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884109545,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:51:14.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884110964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/vfw9ba78684206f0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-10T03:51:14.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884111969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-10T03:51:14.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884112974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/resourceInstances/vfw9ba78684206f0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-10T03:51:14.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884113993,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:51:14.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "aai-ml",
"timestamp": 1646884126506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034635/1.0/artifacts/service-Vfw20220310034635-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:51:14.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:51:14.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-10T03:51:14.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "aai-ml",
"timestamp": 1646884127512,
"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-10T03:51:14.194Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40121950-86d5-4085-b6cb-2e8a1e4e558b
2022-03-10T03:51:14.195Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40121950-86d5-4085-b6cb-2e8a1e4e558b 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-10T03:51:35.140Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:51:35.153Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b
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-10T03:51:35.156Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T03:51:35.156Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T03:51:35.156Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:51:35.157Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-10T03:51:35.162Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T03:52:05.163Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b 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-10T03:52:05.175Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40121950-86d5-4085-b6cb-2e8a1e4e558b and serviceModelVersionId: 64dd66fb-fcba-40db-98d9-b424bda1d9c1
2022-03-10T03:52:05.175Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bb37f7f1-5a54-4cef-a11a-7521801333f7
2022-03-10T03:52:14.090Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:52:14.092Z||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-10T03:52:14.092Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:52:14.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:14.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884224189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.130Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "clamp",
"timestamp": 1646884225016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "policy-id",
"timestamp": 1646884227545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.131Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884224189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "clamp",
"timestamp": 1646884225016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "policy-id",
"timestamp": 1646884227545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "cds",
"timestamp": 1646884230899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "clamp",
"timestamp": 1646884225016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884224189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "policy-id",
"timestamp": 1646884227545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "cds",
"timestamp": 1646884230899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.138Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.139Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "clamp",
"timestamp": 1646884225016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.139Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884224189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.140Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.140Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "policy-id",
"timestamp": 1646884227545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884232450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.141Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "cds",
"timestamp": 1646884230899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.142Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "clamp",
"timestamp": 1646884225016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.143Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884224189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.144Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "policy-id",
"timestamp": 1646884227545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884232450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.146Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "cds",
"timestamp": 1646884230899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.147Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.147Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "clamp",
"timestamp": 1646884225016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.148Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.148Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.148Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884224189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.149Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "policy-id",
"timestamp": 1646884227545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.150Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.150Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884234464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.150Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884232450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.151Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "cds",
"timestamp": 1646884230899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "clamp",
"timestamp": 1646884225016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884224189,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "policy-id",
"timestamp": 1646884227545,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "dcae-sch",
"timestamp": 1646884235823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884234464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884232450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "cds",
"timestamp": 1646884230899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "dcae-sch",
"timestamp": 1646884235823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884234464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884232450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "cds",
"timestamp": 1646884230899,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884234464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "dcae-sch",
"timestamp": 1646884235823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884232450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "policy-id",
"timestamp": 1646884239305,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.166Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884238797,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "dcae-sch",
"timestamp": 1646884235823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884234464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.171Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884232450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.172Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "cds",
"timestamp": 1646884239997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "policy-id",
"timestamp": 1646884240310,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:14.173Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "dcae-sch",
"timestamp": 1646884235823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.174Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.175Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884234464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.175Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.175Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.176Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "cds",
"timestamp": 1646884241005,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-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-10T03:52:14.197Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b
2022-03-10T03:52:14.197Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b 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-10T03:52:14.208Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.208Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "policy-id",
"timestamp": 1646884241314,
"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-10T03:52:14.217Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b
2022-03-10T03:52:14.217Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b 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-10T03:52:14.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "dcae-sch",
"timestamp": 1646884235823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884234464,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "clamp",
"timestamp": 1646884240960,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.231Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884241038,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884241308,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.233Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "dcae-sch",
"timestamp": 1646884235823,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884242603,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.235Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "clamp",
"timestamp": 1646884242968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:14.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884243631,
"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-10T03:52:14.243Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b
2022-03-10T03:52:14.243Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b 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-10T03:52:14.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884243910,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:14.253Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "clamp",
"timestamp": 1646884243971,
"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-10T03:52:14.260Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b
2022-03-10T03:52:14.260Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b 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-10T03:52:14.269Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.270Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884244636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:14.270Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884244914,
"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-10T03:52:14.277Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b
2022-03-10T03:52:14.278Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b 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-10T03:52:14.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.303Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "aai-ml",
"timestamp": 1646884246270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.304Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "aai-ml",
"timestamp": 1646884246270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.304Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "aai-ml",
"timestamp": 1646884246270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.305Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.305Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "aai-ml",
"timestamp": 1646884246270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.306Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "aai-ml",
"timestamp": 1646884246270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.307Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "aai-ml",
"timestamp": 1646884246270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.307Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "aai-ml",
"timestamp": 1646884246270,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.308Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "aai-ml",
"timestamp": 1646884253995,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884245642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "cds",
"timestamp": 1646884245899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "policy-id",
"timestamp": 1646884247546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884254464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "cds",
"timestamp": 1646884245899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884245642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "policy-id",
"timestamp": 1646884247546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.313Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "clamp",
"timestamp": 1646884255016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.313Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "dcae-sch",
"timestamp": 1646884255823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.314Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.314Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884254464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.315Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884245642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "cds",
"timestamp": 1646884245899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "policy-id",
"timestamp": 1646884247546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "clamp",
"timestamp": 1646884255016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "dcae-sch",
"timestamp": 1646884255823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884254464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "cds",
"timestamp": 1646884245899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884245642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "policy-id",
"timestamp": 1646884247546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "clamp",
"timestamp": 1646884255016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "dcae-sch",
"timestamp": 1646884255823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884254464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "cds",
"timestamp": 1646884245899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884245642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "policy-id",
"timestamp": 1646884247546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.330Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "clamp",
"timestamp": 1646884255016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.331Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.332Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "dcae-sch",
"timestamp": 1646884255823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884254464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "cds",
"timestamp": 1646884245899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.334Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.335Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.335Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884245642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "policy-id",
"timestamp": 1646884247546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "clamp",
"timestamp": 1646884255016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "dcae-sch",
"timestamp": 1646884255823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884254464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "cds",
"timestamp": 1646884245899,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884245642,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "policy-id",
"timestamp": 1646884247546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "clamp",
"timestamp": 1646884255016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.345Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "dcae-sch",
"timestamp": 1646884255823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.345Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "aai-ml",
"timestamp": 1646884261527,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:14.346Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "ves-openapi-manager",
"timestamp": 1646884254464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884261281,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.348Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "cds",
"timestamp": 1646884261942,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "policy-id",
"timestamp": 1646884262047,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "clamp",
"timestamp": 1646884255016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "dcae-sch",
"timestamp": 1646884255823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "aai-ml",
"timestamp": 1646884262531,
"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-10T03:52:14.359Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a70d98f2-8e33-41e4-bb5d-ae10d170c57b
2022-03-10T03:52:14.359Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70d98f2-8e33-41e4-bb5d-ae10d170c57b 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-10T03:52:14.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "cds",
"timestamp": 1646884262949,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-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-10T03:52:14.382Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28b6d914-e4e0-444a-aad7-36171a0df7f9
2022-03-10T03:52:14.382Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28b6d914-e4e0-444a-aad7-36171a0df7f9 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-10T03:52:14.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884262402,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.409Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "policy-id",
"timestamp": 1646884263051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:14.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884262450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "policy-id",
"timestamp": 1646884264054,
"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-10T03:52:14.422Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28b6d914-e4e0-444a-aad7-36171a0df7f9
2022-03-10T03:52:14.422Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28b6d914-e4e0-444a-aad7-36171a0df7f9 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-10T03:52:14.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884263772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884262450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884264814,
"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-10T03:52:14.440Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28b6d914-e4e0-444a-aad7-36171a0df7f9
2022-03-10T03:52:14.441Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28b6d914-e4e0-444a-aad7-36171a0df7f9 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-10T03:52:14.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884262450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "multicloud-k8s-id",
"timestamp": 1646884265818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:14.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884262450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884262450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884262450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:14.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884262450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:14.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-03-10T03:52:14.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884270575,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "clamp",
"timestamp": 1646884270965,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:14.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "clamp",
"timestamp": 1646884272974,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:14.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:14.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-10T03:52:14.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1646884273910,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:14.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-10T03:52:21.102Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0
2022-03-10T03:52:21.240Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T03:52:21.744Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0|INFO|500||Invoke
2022-03-10T03:52:21.751Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40121950-86d5-4085-b6cb-2e8a1e4e558b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4fea94b0-91a9-46ef-9d70-e4bb894fe757], X-ECOMP-RequestID=[40121950-86d5-4085-b6cb-2e8a1e4e558b], X-TransactionId=[], X-ONAP-RequestID=[40121950-86d5-4085-b6cb-2e8a1e4e558b], Content-Type=[application/merge-patch+json]}
2022-03-10T03:52:21.884Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-10T03:52:22.091Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?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/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220310-03:52:22:682-81933], vertex-id=[184320], Content-Length=[0], Date=[Thu, 10 Mar 2022 03:52:22 GMT], Content-Type=[application/json]}
2022-03-10T03:52:22.093Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-10T03:52:22.097Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bb37f7f1-5a54-4cef-a11a-7521801333f7/model-vers/model-ver/64dd66fb-fcba-40db-98d9-b424bda1d9c1?depth=0|INFO|500||InvokeReturn
2022-03-10T03:52:22.100Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T03:52:22.101Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-10T03:52:22.107Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||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-10T03:52:22.108Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40121950-86d5-4085-b6cb-2e8a1e4e558b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T03:52:22.109Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T03:52:22.110Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:22.112Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:22.112Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "40121950-86d5-4085-b6cb-2e8a1e4e558b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884342108,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T03:52:22.213Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:22.214Z||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-10T03:52:22.214Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:22.226Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:22.227Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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-10T03:52:23.127Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:52:23.128Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|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-10T03:52:23.128Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|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 ygyisqJqbLioOY9W) ...
2022-03-10T03:52:27.471Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:27.473Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T03:52:27.473Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a70d98f2-8e33-41e4-bb5d-ae10d170c57b","serviceName":"basic_onboard_hGQkhE","serviceVersion":"1.0","serviceUUID":"fa6c6aa7-f74d-4849-aa00-ba9fb9692414","serviceDescription":"service","serviceInvariantUUID":"e294837c-608f-4a09-8829-e963edbf4b91","resources":[{"resourceInstanceName":"basic_onboard_hGQkhE 0","resourceName":"basic_onboard_hGQkhE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89e7ea52-6095-41cc-a080-4b8a0b13f315","resourceInvariantUUID":"1b8fb01a-5fc9-44f1-a781-bf60e4d18dd6","resourceCustomizationUUID":"454bf65e-30ea-4520-9c62-f431442ae9a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml","artifactChecksum":"MDAxNjYyNTkzMmMyODliZGI1MmNlM2MyNzRmODAzMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97135747-0360-4add-933d-a98942d65c36","artifactVersion":"1"},{"artifactName":"basic_onboard_hgqkhe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json","artifactChecksum":"ZWNiZGMwZjEyMmM1MWE2NDM1NDkwZTY0MWMzYjQ2MDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6e2472f8-5f62-4de7-aa09-8b3f2d9df590","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"464d8ff9-79c4-448e-ac3f-af93e76a8f9e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e4c90280-4cf4-4f8a-8731-2143594ed67f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"91b84985-01d7-48fe-a0cd-a563610dbda5","artifactVersion":"2","generatedFromUUID":"464d8ff9-79c4-448e-ac3f-af93e76a8f9e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHgqkhe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml","artifactChecksum":"M2MxYmQ0YzI1YTdiYjc3YTUyY2Y1ZTAxY2Y1MTQzZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87470da1-b52b-4130-bebe-09a22c0832cd","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHgqkhe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar","artifactChecksum":"NDQxNDdmNGZlOTVmNjg4NDZiYjZkNjkwMGYwZDJmNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ca6de026-615a-4d3f-aee7-0432e5b02fa6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T03:52:27.476Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:52:27.476Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:27.478Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:27.478Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:27.578Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:27.579Z||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-10T03:52:27.580Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:27.592Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:27.593Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:52:28.478Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:52:28.479Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:28.482Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:28.482Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "NOTIFIED"
}
2022-03-10T03:52:28.582Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:28.583Z||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-10T03:52:28.583Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:28.601Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:28.602Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:52:29.482Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:52:29.483Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:29.486Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:29.486Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-10T03:52:29.587Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T03:52:29.589Z||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-10T03:52:29.589Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:29.603Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:29.603Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:52:30.487Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:52:30.490Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:30.493Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:30.493Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:30.594Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T03:52:30.595Z||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-10T03:52:30.596Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:30.619Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:30.620Z||pool-22-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:52:31.494Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:52:31.495Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:31.497Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:31.497Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-10T03:52:31.597Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:31.598Z||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-10T03:52:31.598Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:31.613Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:31.613Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:52:32.498Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:52:32.499Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:32.501Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:32.501Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:52:32.601Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T03:52:32.602Z||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-10T03:52:32.602Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:32.619Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:32.619Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:52:33.502Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:52:33.503Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:33.505Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:33.505Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:52:33.605Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T03:52:33.606Z||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-10T03:52:33.607Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:33.621Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:33.627Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:52:34.507Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"serviceName": "basic_onboard_hGQkhE",
"serviceVersion": "1.0",
"serviceUUID": "fa6c6aa7-f74d-4849-aa00-ba9fb9692414",
"serviceDescription": "service",
"serviceInvariantUUID": "e294837c-608f-4a09-8829-e963edbf4b91",
"resources": [
{
"resourceInstanceName": "basic_onboard_hGQkhE 0",
"resourceCustomizationUUID": "454bf65e-30ea-4520-9c62-f431442ae9a8",
"resourceName": "basic_onboard_hGQkhE",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "89e7ea52-6095-41cc-a080-4b8a0b13f315",
"resourceInvariantUUID": "1b8fb01a-5fc9-44f1-a781-bf60e4d18dd6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hgqkhe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"artifactChecksum": "ZWNiZGMwZjEyMmM1MWE2NDM1NDkwZTY0MWMzYjQ2MDM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6e2472f8-5f62-4de7-aa09-8b3f2d9df590",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "464d8ff9-79c4-448e-ac3f-af93e76a8f9e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "91b84985-01d7-48fe-a0cd-a563610dbda5",
"generatedFromUUID": "464d8ff9-79c4-448e-ac3f-af93e76a8f9e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "91b84985-01d7-48fe-a0cd-a563610dbda5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHgqkhe-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"artifactChecksum": "NDQxNDdmNGZlOTVmNjg4NDZiYjZkNjkwMGYwZDJmNjg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ca6de026-615a-4d3f-aee7-0432e5b02fa6"
}
],
"workloadContext": "Production"
}
2022-03-10T03:52:34.508Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T03:52:34.508Z|40121950-86d5-4085-b6cb-2e8a1e4e558b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa6c6aa7-f74d-4849-aa00-ba9fb9692414 ASDC
2022-03-10T03:52:34.509Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a70d98f2-8e33-41e4-bb5d-ae10d170c57b
ServiceName:basic_onboard_hGQkhE
ServiceVersion:1.0
ServiceUUID:fa6c6aa7-f74d-4849-aa00-ba9fb9692414
ServiceInvariantUUID:e294837c-608f-4a09-8829-e963edbf4b91
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHgqkhe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar
ArtifactUUID:ca6de026-615a-4d3f-aee7-0432e5b02fa6
ArtifactChecksum:NDQxNDdmNGZlOTVmNjg4NDZiYjZkNjkwMGYwZDJmNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hGQkhE 0
ResourceCustomizationUUID:454bf65e-30ea-4520-9c62-f431442ae9a8
ResourceInvariantUUID:1b8fb01a-5fc9-44f1-a781-bf60e4d18dd6
ResourceName:basic_onboard_hGQkhE
ResourceType:VF
ResourceUUID:89e7ea52-6095-41cc-a080-4b8a0b13f315
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hgqkhe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json
ArtifactUUID:6e2472f8-5f62-4de7-aa09-8b3f2d9df590
ArtifactChecksum:ZWNiZGMwZjEyMmM1MWE2NDM1NDkwZTY0MWMzYjQ2MDM=
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/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:464d8ff9-79c4-448e-ac3f-af93e76a8f9e
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/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env
ArtifactUUID:91b84985-01d7-48fe-a0cd-a563610dbda5
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/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env
ArtifactUUID:91b84985-01d7-48fe-a0cd-a563610dbda5
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-10T03:52:34.509Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa6c6aa7-f74d-4849-aa00-ba9fb9692414 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-10T03:52:34.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T03:52:34.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T03:52:34.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T03:52:34.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ca6de026-615a-4d3f-aee7-0432e5b02fa6 from URL: /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:34.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:52:34.554Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:35.098Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:52:35.101Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar ca6de026-615a-4d3f-aee7-0432e5b02fa6 71551
2022-03-10T03:52:35.101Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar ASDC sendASDCNotification
2022-03-10T03:52:35.101Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:35.102Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:52:35.102Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:35.104Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:35.104Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884355101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:35.205Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:35.206Z||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-10T03:52:35.206Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:35.223Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:35.224Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:52:36.105Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T03:52:36.106Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T03:52:36.106Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ca6de026-615a-4d3f-aee7-0432e5b02fa6, URL: /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar to file: /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:36.107Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:36.107Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:36.107Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:36.321Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5694259203589950801/Definitions/service-BasicOnboardHgqkhe-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-10T03:52:37.714Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T03:52:37.716Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T03:52:37.716Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:37.716Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-10T03:52:37.716Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||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-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:37.717Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||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-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:37.717Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||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-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:37.717Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||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-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:37.718Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:37.718Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:37.719Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||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-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:37.719Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||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-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:37.719Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hGQkhE 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-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:37.719Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T03:52:37.720Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.722Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:37.722Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria
2022-03-10T03:52:37.723Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T03:52:37.723Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T03:52:37.724Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.724Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:37.724Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria
2022-03-10T03:52:37.725Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T03:52:37.725Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T03:52:37.725Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.726Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:37.726Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.726Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is not matching search criteria
2022-03-10T03:52:37.728Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-10T03:52:37.728Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-10T03:52:37.729Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-10T03:52:37.729Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T03:52:37.730Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T03:52:37.730Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.731Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T03:52:37.731Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.732Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria
2022-03-10T03:52:37.732Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:52:37.733Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.733Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria
2022-03-10T03:52:37.734Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:52:37.734Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.735Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria
2022-03-10T03:52:37.735Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:52:37.736Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.736Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is not matching search criteria
2022-03-10T03:52:37.736Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T03:52:37.737Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T03:52:37.737Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=861f94e9-71dc-4e4c-9835-bac2e5265d9c
2022-03-10T03:52:37.737Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.738Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:37.738Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.738Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:37.739Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.739Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:37.740Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:37.740Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:37.740Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_hGQkhE
Description:service
Model UUID:fa6c6aa7-f74d-4849-aa00-ba9fb9692414
Model Version:NULL
Model InvariantUuid:e294837c-608f-4a09-8829-e963edbf4b91
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_hGQkhE
Model UUID:0cba3289-86bf-4c1a-b620-d984444622d6
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1b8fb01a-5fc9-44f1-a781-bf60e4d18dd6
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:454bf65e-30ea-4520-9c62-f431442ae9a8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:dcf26135-3dae-4b5f-bce0-71387f0991b6
ModelName:BasicOnboardHgqkhe..base_ubuntu18..module-0
ModelUuid:cefb0fa9-f64f-4638-a75b-64313fbfa374
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:861f94e9-71dc-4e4c-9835-bac2e5265d9c
ModelInvariantUuid:de4866c2-c0c1-46de-bbc1-f16559fd1ce2
ModelName:basic_onboard_hGQkhE-nodes.ubuntu18Cvfc
ModelUuid:f3f63e62-6333-4442-9176-a4769c1a1924
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:8b45495c-410f-4c28-b9f9-62e150e8cf38
ModelInvariantUuid:922078dc-ae30-48aa-90eb-02b7901238d1
ModelName:BasicOnboardHgqkhe.compute.nodes.heat.ubuntu18
ModelUuid:8a7a3802-0975-4a00-bae0-32ccfac0af32
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-10T03:52:37.749Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 89e7ea52-6095-41cc-a080-4b8a0b13f315
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-10T03:52:37.752Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||basic_onboard_hGQkhE 0
2022-03-10T03:52:37.752Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89e7ea52-6095-41cc-a080-4b8a0b13f315
2022-03-10T03:52:37.752Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6e2472f8-5f62-4de7-aa09-8b3f2d9df590 from URL: /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json
2022-03-10T03:52:37.752Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:52:37.753Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json
2022-03-10T03:52:39.184Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:52:39.185Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json 6e2472f8-5f62-4de7-aa09-8b3f2d9df590 798
2022-03-10T03:52:39.185Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json ASDC sendASDCNotification
2022-03-10T03:52:39.185Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json
2022-03-10T03:52:39.185Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:52:39.186Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:39.188Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:39.188Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884359185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:39.288Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:39.289Z||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-10T03:52:39.290Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:39.307Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:39.307Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:52:40.189Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHgqkhe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dcf26135-3dae-4b5f-bce0-71387f0991b6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cefb0fa9-f64f-4638-a75b-64313fbfa374",
"vfModuleModelCustomizationUUID": "941d3986-6192-4662-bb51-dd378e2a2d13",
"isBase": true,
"artifacts": [
"464d8ff9-79c4-448e-ac3f-af93e76a8f9e",
"91b84985-01d7-48fe-a0cd-a563610dbda5"
],
"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-10T03:52:40.193Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHgqkhe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cefb0fa9-f64f-4638-a75b-64313fbfa374
VfModuleModelInvariantUUID:dcf26135-3dae-4b5f-bce0-71387f0991b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
464d8ff9-79c4-448e-ac3f-af93e76a8f9e
,
91b84985-01d7-48fe-a0cd-a563610dbda5
}
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-10T03:52:40.195Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHgqkhe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "dcf26135-3dae-4b5f-bce0-71387f0991b6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cefb0fa9-f64f-4638-a75b-64313fbfa374",
"vfModuleModelCustomizationUUID": "941d3986-6192-4662-bb51-dd378e2a2d13",
"isBase": true,
"artifacts": [
"464d8ff9-79c4-448e-ac3f-af93e76a8f9e",
"91b84985-01d7-48fe-a0cd-a563610dbda5"
],
"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-10T03:52:40.195Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHgqkhe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cefb0fa9-f64f-4638-a75b-64313fbfa374
VfModuleModelInvariantUUID:dcf26135-3dae-4b5f-bce0-71387f0991b6
VfModuleModelDescription:NULL
Artifacts UUID List:{
464d8ff9-79c4-448e-ac3f-af93e76a8f9e
,
91b84985-01d7-48fe-a0cd-a563610dbda5
}
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-10T03:52:40.195Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 464d8ff9-79c4-448e-ac3f-af93e76a8f9e from URL: /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml
2022-03-10T03:52:40.195Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:52:40.195Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml
2022-03-10T03:52:40.547Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:52:40.548Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml 464d8ff9-79c4-448e-ac3f-af93e76a8f9e 5033
2022-03-10T03:52:40.548Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-10T03:52:40.548Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml
2022-03-10T03:52:40.549Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:52:40.549Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:40.551Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:40.551Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884360548,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:40.651Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:40.653Z||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-10T03:52:40.654Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:40.668Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:40.669Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:52:41.552Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 91b84985-01d7-48fe-a0cd-a563610dbda5 from URL: /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env
2022-03-10T03:52:41.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:52:41.553Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env
2022-03-10T03:52:41.925Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:52:41.926Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env 91b84985-01d7-48fe-a0cd-a563610dbda5 909
2022-03-10T03:52:41.926Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-10T03:52:41.926Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env
2022-03-10T03:52:41.929Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:52:41.929Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:41.932Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:41.932Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884361926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:52:42.032Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:42.035Z||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-10T03:52:42.035Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:42.049Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:42.050Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:52:42.933Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fa6c6aa7-f74d-4849-aa00-ba9fb9692414
2022-03-10T03:52:42.933Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hGQkhE 0 89e7ea52-6095-41cc-a080-4b8a0b13f315 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-10T03:52:42.947Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f967dbf, org.onap.sdc.toscaparser.api.parameters.Input@634d253a, org.onap.sdc.toscaparser.api.parameters.Input@7b049f00, org.onap.sdc.toscaparser.api.parameters.Input@301fff07, org.onap.sdc.toscaparser.api.parameters.Input@6c38073e]
2022-03-10T03:52:42.950Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.950Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:42.950Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-03-10T03:52:42.950Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 454bf65e-30ea-4520-9c62-f431442ae9a8
2022-03-10T03:52:42.950Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 454bf65e-30ea-4520-9c62-f431442ae9a8 matches Tosca VF Customization UUID: 454bf65e-30ea-4520-9c62-f431442ae9a8
2022-03-10T03:52:42.951Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 454bf65e-30ea-4520-9c62-f431442ae9a8 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-10T03:52:42.958Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.959Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:42.960Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 454bf65e-30ea-4520-9c62-f431442ae9a8: {\"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-10T03:52:42.960Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@765dc3cd
2022-03-10T03:52:42.961Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.961Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T03:52:42.961Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 941d3986-6192-4662-bb51-dd378e2a2d13
2022-03-10T03:52:42.961Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 941d3986-6192-4662-bb51-dd378e2a2d13
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-10T03:52:42.965Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.966Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria
2022-03-10T03:52:42.966Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:52:42.967Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.967Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria
2022-03-10T03:52:42.968Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:52:42.968Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.969Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is not matching search criteria
2022-03-10T03:52:42.969Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-10T03:52:42.969Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-10T03:52:42.970Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=861f94e9-71dc-4e4c-9835-bac2e5265d9c
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-10T03:52:42.973Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.974Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria
2022-03-10T03:52:42.974Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:52:42.975Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.975Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_hGQkhE 0 is matching search criteria
2022-03-10T03:52:42.975Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_hGQkhE 0] matching following query criteria: sdcType=VF, customizationUUID=454bf65e-30ea-4520-9c62-f431442ae9a8
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-10T03:52:42.978Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.978Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:42.978Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fa6c6aa7-f74d-4849-aa00-ba9fb9692414: basic_onboard_hGQkhE
2022-03-10T03:52:42.979Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.979Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:42.979Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.979Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:42.980Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.980Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:42.980Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.981Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:42.981Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:52:42.981Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_hGQkhE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:52:42.981Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_hGQkhE
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-10T03:52:43.074Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hGQkhE 89e7ea52-6095-41cc-a080-4b8a0b13f315 1 ASDC deployResourceStructure
2022-03-10T03:52:43.074Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json ASDC sendASDCNotification
2022-03-10T03:52:43.075Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json
2022-03-10T03:52:43.075Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T03:52:43.075Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:43.077Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:43.077Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884363074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/basic_onboard_hgqkhe0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:43.177Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:43.178Z||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-10T03:52:43.178Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:43.196Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:43.197Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:52:44.078Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-10T03:52:44.079Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml
2022-03-10T03:52:44.079Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T03:52:44.079Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:44.082Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:44.082Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884364078,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:44.182Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:44.183Z||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-10T03:52:44.183Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:44.199Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:44.199Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:52:45.083Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-10T03:52:45.084Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env
2022-03-10T03:52:45.084Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T03:52:45.084Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:45.095Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:45.095Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884365083,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/resourceInstances/basic_onboard_hgqkhe0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:45.187Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-03-10T03:52:45.188Z||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-10T03:52:45.188Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:45.203Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:45.204Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:52:46.096Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar ASDC sendASDCNotification
2022-03-10T03:52:46.097Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar
2022-03-10T03:52:46.097Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-10T03:52:46.097Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:52:46.099Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:52:46.099Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884366096,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHgqkhe/1.0/artifacts/service-BasicOnboardHgqkhe-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-10T03:52:46.199Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:52:46.201Z||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-10T03:52:46.201Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:52:46.214Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:52:46.214Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:52:47.099Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a70d98f2-8e33-41e4-bb5d-ae10d170c57b
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-10T03:52:47.115Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a70d98f2-8e33-41e4-bb5d-ae10d170c57b
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-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:52:47.122Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:52:47.123Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-10T03:52:47.123Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||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-10T03:52:47.129Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-10T03:53:14.090Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-10T03:53:14.091Z||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-10T03:53:14.092Z||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 ygyisqJqbLioOY9W) ...
2022-03-10T03:53:14.119Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:14.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-10T03:53:14.123Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "clamp",
"timestamp": 1646884273977,
"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-10T03:53:14.130Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 28b6d914-e4e0-444a-aad7-36171a0df7f9
2022-03-10T03:53:14.130Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28b6d914-e4e0-444a-aad7-36171a0df7f9 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-10T03:53:17.129Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a70d98f2-8e33-41e4-bb5d-ae10d170c57b 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-10T03:53:17.139Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a70d98f2-8e33-41e4-bb5d-ae10d170c57b and serviceModelVersionId: fa6c6aa7-f74d-4849-aa00-ba9fb9692414
2022-03-10T03:53:17.140Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e294837c-608f-4a09-8829-e963edbf4b91
2022-03-10T03:53:17.141Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0
2022-03-10T03:53:17.148Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-10T03:53:17.226Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0|INFO|500||Invoke
2022-03-10T03:53:17.226Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a70d98f2-8e33-41e4-bb5d-ae10d170c57b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af0f9108-9612-43fd-b906-cf3ef5499d70], X-ECOMP-RequestID=[a70d98f2-8e33-41e4-bb5d-ae10d170c57b], X-TransactionId=[], X-ONAP-RequestID=[a70d98f2-8e33-41e4-bb5d-ae10d170c57b], Content-Type=[application/merge-patch+json]}
2022-03-10T03:53:17.263Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-10T03:53:17.397Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?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/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220310-03:53:18:060-43259], vertex-id=[208928], Content-Length=[0], Date=[Thu, 10 Mar 2022 03:53:18 GMT], Content-Type=[application/json]}
2022-03-10T03:53:17.397Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-10T03:53:17.398Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e294837c-608f-4a09-8829-e963edbf4b91/model-vers/model-ver/fa6c6aa7-f74d-4849-aa00-ba9fb9692414?depth=0|INFO|500||InvokeReturn
2022-03-10T03:53:17.399Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-10T03:53:17.400Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||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-10T03:53:17.404Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||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-10T03:53:17.405Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a70d98f2-8e33-41e4-bb5d-ae10d170c57b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-10T03:53:17.405Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-10T03:53:17.405Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:17.408Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:17.408Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a70d98f2-8e33-41e4-bb5d-ae10d170c57b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884397405,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-10T03:53:17.509Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:53:17.510Z||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-10T03:53:17.510Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:17.525Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:17.525Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-10T03:53:18.420Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-10T03:53:18.421Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"28b6d914-e4e0-444a-aad7-36171a0df7f9","serviceName":"vFW 2022-03-10 03-49-45","serviceVersion":"1.0","serviceUUID":"ba3f4112-5124-43a5-a47d-a5b1bb5d8872","serviceDescription":"catalog service description","serviceInvariantUUID":"04452e81-4f87-4c2d-b5b7-deac3efb45a2","resources":[{"resourceInstanceName":"vFW 03e5dbc9-7a66 0","resourceName":"vFW 03e5dbc9-7a66","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"203eed27-347a-4b9b-a0d8-7f9b98168421","resourceInvariantUUID":"776545d3-2242-4299-81e2-8d9a973dc14e","resourceCustomizationUUID":"7ade94a4-76a3-4b08-ad9f-19ee43d90d41","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml","artifactChecksum":"NDA3NjI5MTA0ZDQ0YTQ5NzVmZWJlOWEwMWE3MThmNDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b274d7dd-fa9a-4ca4-8894-e09391021fb1","artifactVersion":"1"},{"artifactName":"vfw03e5dbc97a660_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json","artifactChecksum":"ODc2Y2I4ZTRmNjEwNDYxNmNmZTdmMWQxZTM4ZTE5NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"110f1ac4-846f-413b-ae6b-d5b80e5164f4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a3aeb028-1cd9-412f-bca4-3cfd2f8de10b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml","artifactChecksum":"NjJlNjU5Zjg2ZTE2NmUzOWEyZDYxNWViZTMyZDNiMjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2dc2aef5-f6d9-4e76-be14-b963885852ec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4e0d165-26cc-4035-8bc4-ef4b27fd27b2","artifactVersion":"2","generatedFromUUID":"a3aeb028-1cd9-412f-bca4-3cfd2f8de10b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220310034945-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml","artifactChecksum":"NDYyYmU3NDJiYTFkNmM1NzVkMTMyYzAzNmViNmNmOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3b8671b-d2b8-48e6-add9-61f0ca4c14f0","artifactVersion":"1"},{"artifactName":"service-Vfw20220310034945-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar","artifactChecksum":"MDNkODVkZWUxOWMwMTlhMTkwODA5MzcxNWRlYjZmZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa326f78-3560-4d17-a5c2-0d7e9eb978b6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-10T03:53:18.422Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:53:18.423Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:18.424Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:18.424Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:53:18.525Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:53:18.526Z||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-10T03:53:18.526Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:18.538Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:18.538Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:53:19.425Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:53:19.426Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:19.428Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:19.428Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "NOTIFIED"
}
2022-03-10T03:53:19.528Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:53:19.529Z||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-10T03:53:19.529Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:19.540Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:19.541Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:53:20.428Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:53:20.429Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:20.431Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:20.431Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-10T03:53:20.531Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:53:20.532Z||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-10T03:53:20.533Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:20.545Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:20.545Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:53:21.431Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:53:21.432Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:21.434Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:21.434Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:53:21.535Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:53:21.535Z||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-10T03:53:21.536Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:21.549Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:21.549Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:53:22.435Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:53:22.436Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:22.438Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:22.438Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-10T03:53:22.538Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-10T03:53:22.539Z||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-10T03:53:22.540Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:22.553Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:22.554Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:53:23.439Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:53:23.440Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:23.442Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:23.442Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-10T03:53:23.543Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-10T03:53:23.544Z||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-10T03:53:23.544Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:23.559Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:23.559Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:53:24.442Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-10T03:53:24.445Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:24.448Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:24.449Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884343127,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "NOTIFIED"
}
2022-03-10T03:53:24.547Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-10T03:53:24.548Z||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-10T03:53:24.548Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:24.559Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:24.560Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:53:25.450Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"serviceName": "vFW 2022-03-10 03-49-45",
"serviceVersion": "1.0",
"serviceUUID": "ba3f4112-5124-43a5-a47d-a5b1bb5d8872",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "04452e81-4f87-4c2d-b5b7-deac3efb45a2",
"resources": [
{
"resourceInstanceName": "vFW 03e5dbc9-7a66 0",
"resourceCustomizationUUID": "7ade94a4-76a3-4b08-ad9f-19ee43d90d41",
"resourceName": "vFW 03e5dbc9-7a66",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "203eed27-347a-4b9b-a0d8-7f9b98168421",
"resourceInvariantUUID": "776545d3-2242-4299-81e2-8d9a973dc14e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw03e5dbc97a660_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"artifactChecksum": "ODc2Y2I4ZTRmNjEwNDYxNmNmZTdmMWQxZTM4ZTE5NWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "110f1ac4-846f-413b-ae6b-d5b80e5164f4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "a3aeb028-1cd9-412f-bca4-3cfd2f8de10b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4e0d165-26cc-4035-8bc4-ef4b27fd27b2",
"generatedFromUUID": "a3aeb028-1cd9-412f-bca4-3cfd2f8de10b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4e0d165-26cc-4035-8bc4-ef4b27fd27b2",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220310034945-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"artifactChecksum": "MDNkODVkZWUxOWMwMTlhMTkwODA5MzcxNWRlYjZmZmY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fa326f78-3560-4d17-a5c2-0d7e9eb978b6"
}
],
"workloadContext": "Production"
}
2022-03-10T03:53:25.451Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-10T03:53:25.451Z|a70d98f2-8e33-41e4-bb5d-ae10d170c57b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba3f4112-5124-43a5-a47d-a5b1bb5d8872 ASDC
2022-03-10T03:53:25.452Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:28b6d914-e4e0-444a-aad7-36171a0df7f9
ServiceName:vFW 2022-03-10 03-49-45
ServiceVersion:1.0
ServiceUUID:ba3f4112-5124-43a5-a47d-a5b1bb5d8872
ServiceInvariantUUID:04452e81-4f87-4c2d-b5b7-deac3efb45a2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220310034945-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar
ArtifactUUID:fa326f78-3560-4d17-a5c2-0d7e9eb978b6
ArtifactChecksum:MDNkODVkZWUxOWMwMTlhMTkwODA5MzcxNWRlYjZmZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 03e5dbc9-7a66 0
ResourceCustomizationUUID:7ade94a4-76a3-4b08-ad9f-19ee43d90d41
ResourceInvariantUUID:776545d3-2242-4299-81e2-8d9a973dc14e
ResourceName:vFW 03e5dbc9-7a66
ResourceType:VF
ResourceUUID:203eed27-347a-4b9b-a0d8-7f9b98168421
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw03e5dbc97a660_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json
ArtifactUUID:110f1ac4-846f-413b-ae6b-d5b80e5164f4
ArtifactChecksum:ODc2Y2I4ZTRmNjEwNDYxNmNmZTdmMWQxZTM4ZTE5NWI=
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/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml
ArtifactUUID:a3aeb028-1cd9-412f-bca4-3cfd2f8de10b
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/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env
ArtifactUUID:f4e0d165-26cc-4035-8bc4-ef4b27fd27b2
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/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env
ArtifactUUID:f4e0d165-26cc-4035-8bc4-ef4b27fd27b2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-10T03:53:25.452Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba3f4112-5124-43a5-a47d-a5b1bb5d8872 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-10T03:53:25.493Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T03:53:25.494Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T03:53:25.494Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T03:53:25.494Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fa326f78-3560-4d17-a5c2-0d7e9eb978b6 from URL: /sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:25.494Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:53:25.494Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:25.560Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:53:25.565Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar fa326f78-3560-4d17-a5c2-0d7e9eb978b6 98918
2022-03-10T03:53:25.565Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar ASDC sendASDCNotification
2022-03-10T03:53:25.565Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:25.565Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:53:25.565Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:25.567Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:25.567Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884405565,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:53:25.668Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T03:53:25.669Z||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-10T03:53:25.669Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:25.682Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:25.683Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:53:26.568Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-10T03:53:26.569Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-10T03:53:26.570Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fa326f78-3560-4d17-a5c2-0d7e9eb978b6, URL: /sdc/v1/catalog/services/Vfw20220310034945/1.0/artifacts/service-Vfw20220310034945-csar.csar to file: /app/ASDC/1/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:26.571Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220310034945-csar.csar
2022-03-10T03:53:26.571Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:26.571Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:26.732Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16875582613853351171/Definitions/service-Vfw20220310034945-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-10T03:53:28.840Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-10T03:53:28.841Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||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-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||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-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||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-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||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-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.842Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||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-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||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-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||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-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 03e5dbc9-7a66 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-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||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-Vfw20220310034945-csar.csar
2022-03-10T03:53:28.843Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-10T03:53:28.844Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.844Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:53:28.844Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria
2022-03-10T03:53:28.844Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T03:53:28.844Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T03:53:28.845Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.845Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:53:28.845Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria
2022-03-10T03:53:28.845Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-10T03:53:28.845Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria
2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:53:28.846Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:53:28.847Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:28.848Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T03:53:28.849Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.849Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-10T03:53:28.849Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.849Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T03:53:28.849Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.850Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria
2022-03-10T03:53:28.850Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:53:28.850Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.850Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria
2022-03-10T03:53:28.850Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:53:28.851Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.851Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria
2022-03-10T03:53:28.851Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:53:28.851Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.851Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria
2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T03:53:28.852Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.853Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:28.853Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T03:53:28.853Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:28.853Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T03:53:28.853Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ed3358f-6b57-4c82-8d6b-b995149e96cf
2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria
2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T03:53:28.854Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.855Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:28.855Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.855Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T03:53:28.855Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:53:28.855Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e44642b9-0dba-4b19-b93c-f49f1a1e7824
2022-03-10T03:53:28.856Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria
2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:28.857Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:53:28.858Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:28.859Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-10T03:53:28.859Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0ccf5340-8bd8-4a9f-b894-f5e24c7d555c
2022-03-10T03:53:28.859Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.859Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:53:28.859Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:53:28.860Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-10 03-49-45
Description:catalog service description
Model UUID:ba3f4112-5124-43a5-a47d-a5b1bb5d8872
Model Version:NULL
Model InvariantUuid:04452e81-4f87-4c2d-b5b7-deac3efb45a2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 03e5dbc9-7a66
Model UUID:912843a9-aa77-49bb-bc39-233d5b516484
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:776545d3-2242-4299-81e2-8d9a973dc14e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7ade94a4-76a3-4b08-ad9f-19ee43d90d41
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7e9ffd9e-6401-4876-a6f4-c5ceae6e5ad4
ModelName:Vfw03e5dbc97a66..base_vfw..module-0
ModelUuid:b45173d7-79f9-4d3e-b9cc-c0fa98f3b943
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7ed3358f-6b57-4c82-8d6b-b995149e96cf
ModelInvariantUuid:56d69f5e-0450-43a0-a56f-567043d01c1e
ModelName:vFW 03e5dbc9-7a66-nodes.vfwCvfc
ModelUuid:31f9d7b6-63a0-4e2b-8ad5-44405d854912
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ddb115a5-a7e0-4e40-a2e1-9cbfc5aaa501
ModelInvariantUuid:1232a3cf-ae61-4ca5-9fcd-e44472859f85
ModelName:Vfw03e5dbc97a66.compute.nodes.heat.vfw
ModelUuid:787988b7-94a8-4fa2-a31d-36b7ac1aacbd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e44642b9-0dba-4b19-b93c-f49f1a1e7824
ModelInvariantUuid:a4eb4fa2-785e-4e71-8513-606129a37f7d
ModelName:vFW 03e5dbc9-7a66-nodes.vsnCvfc
ModelUuid:aecabb1f-500e-484e-939e-1ec042c0007a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:8ba5d793-c67f-4ab2-b5cb-cf45a07c618e
ModelInvariantUuid:10e36841-f0aa-4fb9-b44a-2b6e47723024
ModelName:Vfw03e5dbc97a66.compute.nodes.heat.vsn
ModelUuid:8178e5aa-1adc-4433-a827-b9b04e4b64fc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0ccf5340-8bd8-4a9f-b894-f5e24c7d555c
ModelInvariantUuid:5e7f196f-cdba-4e1f-8f00-b6676584c849
ModelName:vFW 03e5dbc9-7a66-nodes.vpgCvfc
ModelUuid:8cf959a6-6089-4d20-a441-4ef0b9b24f17
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a3dac7ec-4355-43e9-998d-d80439faa010
ModelInvariantUuid:8b1420cf-8a82-4939-88cf-63f8f9ae99b2
ModelName:Vfw03e5dbc97a66.compute.nodes.heat.vpg
ModelUuid:3c422592-2231-4b92-a082-549bac070069
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-10T03:53:28.866Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 203eed27-347a-4b9b-a0d8-7f9b98168421
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-10T03:53:28.869Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||vFW 03e5dbc9-7a66 0
2022-03-10T03:53:28.869Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 203eed27-347a-4b9b-a0d8-7f9b98168421
2022-03-10T03:53:28.869Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 110f1ac4-846f-413b-ae6b-d5b80e5164f4 from URL: /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json
2022-03-10T03:53:28.869Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:53:28.870Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json
2022-03-10T03:53:28.924Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:53:28.924Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json 110f1ac4-846f-413b-ae6b-d5b80e5164f4 785
2022-03-10T03:53:28.925Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json ASDC sendASDCNotification
2022-03-10T03:53:28.925Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json
2022-03-10T03:53:28.925Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:53:28.925Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:28.931Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:28.931Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884408925,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/vfw03e5dbc97a660_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:53:29.028Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-10T03:53:29.029Z||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-10T03:53:29.029Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:29.041Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:29.041Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-10T03:53:29.933Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw03e5dbc97a66..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7e9ffd9e-6401-4876-a6f4-c5ceae6e5ad4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b45173d7-79f9-4d3e-b9cc-c0fa98f3b943",
"vfModuleModelCustomizationUUID": "b24992e8-2df4-41c2-a159-27d94ea9155f",
"isBase": true,
"artifacts": [
"a3aeb028-1cd9-412f-bca4-3cfd2f8de10b",
"f4e0d165-26cc-4035-8bc4-ef4b27fd27b2"
],
"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-10T03:53:29.938Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw03e5dbc97a66..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b45173d7-79f9-4d3e-b9cc-c0fa98f3b943
VfModuleModelInvariantUUID:7e9ffd9e-6401-4876-a6f4-c5ceae6e5ad4
VfModuleModelDescription:NULL
Artifacts UUID List:{
a3aeb028-1cd9-412f-bca4-3cfd2f8de10b
,
f4e0d165-26cc-4035-8bc4-ef4b27fd27b2
}
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-10T03:53:29.942Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw03e5dbc97a66..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7e9ffd9e-6401-4876-a6f4-c5ceae6e5ad4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b45173d7-79f9-4d3e-b9cc-c0fa98f3b943",
"vfModuleModelCustomizationUUID": "b24992e8-2df4-41c2-a159-27d94ea9155f",
"isBase": true,
"artifacts": [
"a3aeb028-1cd9-412f-bca4-3cfd2f8de10b",
"f4e0d165-26cc-4035-8bc4-ef4b27fd27b2"
],
"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-10T03:53:29.942Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw03e5dbc97a66..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b45173d7-79f9-4d3e-b9cc-c0fa98f3b943
VfModuleModelInvariantUUID:7e9ffd9e-6401-4876-a6f4-c5ceae6e5ad4
VfModuleModelDescription:NULL
Artifacts UUID List:{
a3aeb028-1cd9-412f-bca4-3cfd2f8de10b
,
f4e0d165-26cc-4035-8bc4-ef4b27fd27b2
}
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-10T03:53:29.944Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a3aeb028-1cd9-412f-bca4-3cfd2f8de10b from URL: /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml
2022-03-10T03:53:29.944Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:53:29.944Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml
2022-03-10T03:53:30.032Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:53:30.040Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml a3aeb028-1cd9-412f-bca4-3cfd2f8de10b 20368
2022-03-10T03:53:30.043Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-10T03:53:30.043Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml
2022-03-10T03:53:30.043Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:53:30.044Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:30.046Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:30.046Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884410043,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:53:30.146Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T03:53:30.152Z||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-10T03:53:30.153Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:30.165Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:30.165Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:53:31.047Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4e0d165-26cc-4035-8bc4-ef4b27fd27b2 from URL: /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env
2022-03-10T03:53:31.048Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-10T03:53:31.048Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env
2022-03-10T03:53:31.183Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-10T03:53:31.184Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env f4e0d165-26cc-4035-8bc4-ef4b27fd27b2 2098
2022-03-10T03:53:31.184Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-10T03:53:31.185Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env
2022-03-10T03:53:31.185Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-10T03:53:31.185Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-10T03:53:31.187Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-10T03:53:31.187Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "28b6d914-e4e0-444a-aad7-36171a0df7f9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1646884411184,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220310034945/1.0/resourceInstances/vfw03e5dbc97a660/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-10T03:53:31.288Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-10T03:53:31.288Z||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-10T03:53:31.288Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ygyisqJqbLioOY9W) ...
2022-03-10T03:53:31.302Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-10T03:53:31.303Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-10T03:53:32.188Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ba3f4112-5124-43a5-a47d-a5b1bb5d8872
2022-03-10T03:53:32.189Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 03e5dbc9-7a66 0 203eed27-347a-4b9b-a0d8-7f9b98168421 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-10T03:53:32.203Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@192fb155, org.onap.sdc.toscaparser.api.parameters.Input@2d1abc82, org.onap.sdc.toscaparser.api.parameters.Input@6d69e71, org.onap.sdc.toscaparser.api.parameters.Input@3a65e1e7, org.onap.sdc.toscaparser.api.parameters.Input@5ea44ae7]
2022-03-10T03:53:32.205Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:32.206Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:53:32.206Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-03-10T03:53:32.206Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7ade94a4-76a3-4b08-ad9f-19ee43d90d41
2022-03-10T03:53:32.206Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7ade94a4-76a3-4b08-ad9f-19ee43d90d41 matches Tosca VF Customization UUID: 7ade94a4-76a3-4b08-ad9f-19ee43d90d41
2022-03-10T03:53:32.206Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7ade94a4-76a3-4b08-ad9f-19ee43d90d41 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-10T03:53:32.208Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:32.209Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-10T03:53:32.209Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7ade94a4-76a3-4b08-ad9f-19ee43d90d41: {\"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-10T03:53:32.209Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ca8506
2022-03-10T03:53:32.210Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:32.210Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-10 03-49-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-10T03:53:32.210Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b24992e8-2df4-41c2-a159-27d94ea9155f
2022-03-10T03:53:32.210Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b24992e8-2df4-41c2-a159-27d94ea9155f
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-10T03:53:32.212Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:32.212Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria
2022-03-10T03:53:32.212Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:53:32.213Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:32.213Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria
2022-03-10T03:53:32.213Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:53:32.213Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:32.213Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is not matching search criteria
2022-03-10T03:53:32.214Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-10T03:53:32.214Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-10T03:53:32.214Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-10T03:53:32.214Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-10T03:53:32.214Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-10T03:53:32.215Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-10T03:53:32.215Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:32.215Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-10T03:53:32.215Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-10T03:53:32.215Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-10T03:53:32.216Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-10T03:53:32.216Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7ed3358f-6b57-4c82-8d6b-b995149e96cf
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-10T03:53:32.218Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-10T03:53:32.218Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 03e5dbc9-7a66 0 is matching search criteria
2022-03-10T03:53:32.218Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 03e5dbc9-7a66 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-10T03:53:32.219Z|28b6d914-e4e0-444a-aad7-36171a0df7f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery