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-26T03:16:05.263Z||main|||||INFO|500||The following profiles are active: basic
2022-03-26T03:16:16.725Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-26T03:16:16.726Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-26T03:16:16.835Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-26T03:16:20.745Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-26T03:16:21.171Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-26T03:16:21.618Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-26T03:16:21.625Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-26T03:16:21.728Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-26T03:16:21.924Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-26T03:16:22.511Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-26T03:16:24.109Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-26T03:16:26.448Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-26T03:16:26.508Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-26T03:16:27.102Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-26T03:16:27.240Z||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-26T03:16:28.532Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-26T03:16:29.664Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-26T03:16:29.685Z||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$$af915e9a.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-26T03:16:29.686Z||main|||||WARN|500||The sdc end point is not alive
2022-03-26T03:16:33.013Z||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-26T03:16:36.273Z||main|||||WARN|500||---
2022-03-26T03:16:36.274Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-26T03:16:36.274Z||main|||||WARN|500||---
2022-03-26T03:16:36.709Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-26T03:16:41.921Z||main|||||INFO|500||Started Application in 39.542 seconds (JVM running for 41.385)
2022-03-26T03:16:41.938Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-26T03:16:41.940Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-26T03:16:41.954Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-26T03:16:41.977Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-26T03:16:42.018Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 334fc3ac-0778-445a-94db-fcd092a49919 url= /sdc/v1/artifactTypes
2022-03-26T03:16:42.019Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-26T03:16:42.337Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-26T03:16:42.363Z||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-26T03:16:42.388Z||scheduling-1|||||DEBUG|500||create keys
2022-03-26T03:16:42.398Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-26T03:16:42.473Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:16:42.496Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d7fa9f20-d6eb-4df0-bc2f-0155e057ebf5 url= /sdc/v1/registerForDistribution
2022-03-26T03:16:42.726Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d7fa9f20-d6eb-4df0-bc2f-0155e057ebf5 url= /sdc/v1/registerForDistribution
2022-03-26T03:16:42.727Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-26T03:16:42.747Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:16:42.748Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:16:42.756Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-26T03:16:42.760Z||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-26T03:16:42.760Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:16:42.763Z||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-26T03:16:42.764Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:16:53.089Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:16:53.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:17:42.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:17:42.741Z||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-26T03:17:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:17:42.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:17:42.745Z||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-26T03:17:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:17:52.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:17:52.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:18:42.740Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:18:42.741Z||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-26T03:18:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:18:42.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:18:42.744Z||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-26T03:18:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:18:52.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:18:52.287Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:19:42.739Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:19:42.741Z||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-26T03:19:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:19:42.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:19:42.744Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:19:42.745Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:19:52.288Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:19:52.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:20:42.739Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:20:42.741Z||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-26T03:20:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:20:42.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:20:42.744Z||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-26T03:20:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:20:52.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:20:52.290Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:21:42.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:21:42.741Z||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-26T03:21:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:21:42.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:21:42.744Z||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-26T03:21:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:21:52.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:21:52.289Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:22:42.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:22:42.741Z||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-26T03:22:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:22:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:22:42.744Z||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-26T03:22:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:22:52.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:22:52.285Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:23:42.739Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:23:42.740Z||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-26T03:23:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:23:42.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:23:42.744Z||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-26T03:23:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:23:52.283Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:23:52.285Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:24:42.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:24:42.741Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:24:42.742Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:24:42.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:24:42.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:24:42.744Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:24:52.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:24:52.292Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:25:42.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:25:42.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:25:42.744Z||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-26T03:25:42.744Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:25:42.745Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:25:42.745Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:25:52.300Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:25:52.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:26:01.688Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-26T03:26:42.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:26:42.741Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:26:42.741Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:26:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:26:42.743Z||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-26T03:26:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:26:52.293Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:26:52.292Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:27:42.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:27:42.741Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:27:42.742Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:27:42.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:27:42.743Z||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-26T03:27:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:27:52.289Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:27:52.290Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:28:42.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:28:42.740Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:28:42.741Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:28:42.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:28:42.744Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:28:42.744Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:28:52.291Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:28:52.291Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:29:42.739Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:29:42.740Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:29:42.741Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:29:42.743Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:29:42.744Z||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-26T03:29:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:29:52.286Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:29:52.287Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:30:42.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:30:42.741Z||pool-2-thread-10|||||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-26T03:30:42.741Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:30:42.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:30:42.746Z||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-26T03:30:42.746Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:30:52.328Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:30:52.328Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:31:42.739Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:31:42.740Z||pool-2-thread-10|||||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-26T03:31:42.741Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:31:42.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:31:42.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:31:42.743Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:31:52.290Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:31:52.290Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:32:42.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:32:42.741Z||pool-2-thread-10|||||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-26T03:32:42.742Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:32:42.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:32:42.743Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:32:42.743Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:32:52.293Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:32:52.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:33:42.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:33:42.742Z||pool-2-thread-10|||||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-26T03:33:42.742Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:33:42.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:33:42.743Z||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-26T03:33:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:33:52.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:33:52.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:34:42.740Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:34:42.741Z||pool-2-thread-10|||||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-26T03:34:42.742Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:34:42.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:34:42.744Z||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-26T03:34:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:34:52.290Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:34:52.290Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:35:42.739Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:35:42.741Z||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-26T03:35:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:35:42.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:35:42.743Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:35:42.744Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:35:52.287Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:35:52.287Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:36:42.739Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:36:42.740Z||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-26T03:36:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:36:42.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:36:42.744Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:36:42.744Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:36:52.287Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:36:52.287Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:37:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:37:42.741Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:37:42.741Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:37:42.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:37:42.744Z||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-26T03:37:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:37:52.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:37:52.293Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:38:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:38:42.741Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:38:42.741Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:38:42.743Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:38:42.744Z||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-26T03:38:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:38:52.284Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:38:52.285Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:39:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:39:42.741Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:39:42.741Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:39:42.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:39:42.743Z||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-26T03:39:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:39:52.290Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:39:52.293Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:40:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:40:42.740Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:40:42.741Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:40:42.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:40:42.743Z||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-26T03:40:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:40:52.284Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:40:52.285Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:41:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:41:42.741Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:41:42.741Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:41:42.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:41:42.743Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:41:42.743Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:41:52.290Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:41:52.292Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:42:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:42:42.742Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:42:42.742Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:42:42.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:42:42.743Z||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-26T03:42:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:42:52.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:42:52.300Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:43:42.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:43:42.741Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:43:42.741Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:43:42.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:43:42.743Z||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-26T03:43:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:43:52.285Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:43:52.286Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:44:42.739Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:44:42.740Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:44:42.741Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:44:42.743Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:44:42.744Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-26T03:44:42.744Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:44:52.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:44:52.287Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:42.739Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:45:42.741Z||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-26T03:45:42.741Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:45:42.743Z||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-26T03:45:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:43.194Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:43.199Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.199Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "dcae-sch",
"timestamp": 1648266330537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266336344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.224Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "aai-ml",
"timestamp": 1648266330165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "policy-id",
"timestamp": 1648266333845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "dcae-sch",
"timestamp": 1648266330537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266336344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "aai-ml",
"timestamp": 1648266330165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266337746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "policy-id",
"timestamp": 1648266333845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "dcae-sch",
"timestamp": 1648266330537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266336344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "aai-ml",
"timestamp": 1648266330165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266337746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T03:45:43.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "policy-id",
"timestamp": 1648266333845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-26T03:45:43.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "dcae-sch",
"timestamp": 1648266330537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266336344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "aai-ml",
"timestamp": 1648266330165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266337746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-26T03:45:43.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "policy-id",
"timestamp": 1648266333845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "dcae-sch",
"timestamp": 1648266330537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266336344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "aai-ml",
"timestamp": 1648266330165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "policy-id",
"timestamp": 1648266333845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266337746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "cds",
"timestamp": 1648266342277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "dcae-sch",
"timestamp": 1648266330537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266336344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "aai-ml",
"timestamp": 1648266330165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "policy-id",
"timestamp": 1648266333845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266337746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-26T03:45:43.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:45:43.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:43.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T03:45:43.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"1341ccc9-7371-4ad3-aff9-d4c1324a2e28","serviceName":"basic_onboard_tAtUHc","serviceVersion":"1.0","serviceUUID":"dee126c5-87b5-4246-84fe-cbe7f8426873","serviceDescription":"service","serviceInvariantUUID":"2a659f16-d054-49c2-9c22-e26bb4e8f532","resources":[{"resourceInstanceName":"basic_onboard_tAtUHc 0","resourceName":"basic_onboard_tAtUHc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8469a8ad-86aa-4cc4-8d38-213bdca7d6a1","resourceInvariantUUID":"1f168916-83aa-422d-ac6f-febff2d87074","resourceCustomizationUUID":"269d91b1-f502-4aa2-b562-8fd3c9c4df1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml","artifactChecksum":"ZGY4MWZkZThhOWNkZWQzZjA0ZTVjZGZlYzI1MjcyNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"16304af5-de73-49dc-87e0-d801ead9a574","artifactVersion":"1"},{"artifactName":"basic_onboard_tatuhc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json","artifactChecksum":"OGU0OTkzMGU5MjBhOTlmYTdlMTM5ODQ5NTY5NzcxN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b66ca40f-845d-4e6e-8de0-a4f712fa4d2a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bc30fe1e-39e0-4614-b745-a900b0730cf0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"888863e2-6544-467b-aa9e-46aea2bf9b2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dda06738-18a0-4b8e-8eaa-f8609c1b1248","artifactVersion":"2","generatedFromUUID":"bc30fe1e-39e0-4614-b745-a900b0730cf0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTatuhc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml","artifactChecksum":"MThhNjJmN2YxMDBjZGJhMTkwOGUzOTc2ZGEzZWVkMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a67228db-2b55-45bf-814a-30adf828026e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTatuhc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar","artifactChecksum":"ZWM4NGQyNGIwODE5YjkwNjAwMDQ5MTkxOTg4N2M0ZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T03:45:43.384Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:43.390Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:43.399Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:43.400Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:43.500Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-26T03:45:43.506Z||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-26T03:45:43.506Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:43.521Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:43.523Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:44.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:44.412Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:44.414Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:44.414Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T03:45:44.515Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:44.516Z||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-26T03:45:44.516Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:44.530Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:44.531Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:45.415Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:45.416Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:45.418Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:45.418Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-26T03:45:45.518Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:45.519Z||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-26T03:45:45.519Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:45.530Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:45.531Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:46.418Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:46.419Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:46.422Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:46.422Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:46.522Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:46.524Z||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-26T03:45:46.524Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:46.537Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:46.538Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:47.423Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:47.424Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:47.426Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:47.426Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-26T03:45:47.526Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:47.527Z||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-26T03:45:47.528Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:47.539Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:47.540Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:48.427Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:48.427Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:48.430Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:48.430Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:45:48.530Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:48.531Z||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-26T03:45:48.531Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:48.560Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:48.561Z||pool-8-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:49.430Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:45:49.431Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:49.433Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:49.434Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:45:49.534Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:49.535Z||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-26T03:45:49.535Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:49.609Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:49.610Z||pool-9-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:45:50.435Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"serviceName": "basic_onboard_tAtUHc",
"serviceVersion": "1.0",
"serviceUUID": "dee126c5-87b5-4246-84fe-cbe7f8426873",
"serviceDescription": "service",
"serviceInvariantUUID": "2a659f16-d054-49c2-9c22-e26bb4e8f532",
"resources": [
{
"resourceInstanceName": "basic_onboard_tAtUHc 0",
"resourceCustomizationUUID": "269d91b1-f502-4aa2-b562-8fd3c9c4df1c",
"resourceName": "basic_onboard_tAtUHc",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "8469a8ad-86aa-4cc4-8d38-213bdca7d6a1",
"resourceInvariantUUID": "1f168916-83aa-422d-ac6f-febff2d87074",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_tatuhc0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"artifactChecksum": "OGU0OTkzMGU5MjBhOTlmYTdlMTM5ODQ5NTY5NzcxN2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b66ca40f-845d-4e6e-8de0-a4f712fa4d2a",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "bc30fe1e-39e0-4614-b745-a900b0730cf0",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dda06738-18a0-4b8e-8eaa-f8609c1b1248",
"generatedFromUUID": "bc30fe1e-39e0-4614-b745-a900b0730cf0"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dda06738-18a0-4b8e-8eaa-f8609c1b1248",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardTatuhc-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"artifactChecksum": "ZWM4NGQyNGIwODE5YjkwNjAwMDQ5MTkxOTg4N2M0ZmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73"
}
],
"workloadContext": "Production"
}
2022-03-26T03:45:50.437Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T03:45:50.437Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dee126c5-87b5-4246-84fe-cbe7f8426873 ASDC
2022-03-26T03:45:50.568Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1341ccc9-7371-4ad3-aff9-d4c1324a2e28
ServiceName:basic_onboard_tAtUHc
ServiceVersion:1.0
ServiceUUID:dee126c5-87b5-4246-84fe-cbe7f8426873
ServiceInvariantUUID:2a659f16-d054-49c2-9c22-e26bb4e8f532
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTatuhc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar
ArtifactUUID:b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73
ArtifactChecksum:ZWM4NGQyNGIwODE5YjkwNjAwMDQ5MTkxOTg4N2M0ZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tAtUHc 0
ResourceCustomizationUUID:269d91b1-f502-4aa2-b562-8fd3c9c4df1c
ResourceInvariantUUID:1f168916-83aa-422d-ac6f-febff2d87074
ResourceName:basic_onboard_tAtUHc
ResourceType:VF
ResourceUUID:8469a8ad-86aa-4cc4-8d38-213bdca7d6a1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tatuhc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json
ArtifactUUID:b66ca40f-845d-4e6e-8de0-a4f712fa4d2a
ArtifactChecksum:OGU0OTkzMGU5MjBhOTlmYTdlMTM5ODQ5NTY5NzcxN2I=
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/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:bc30fe1e-39e0-4614-b745-a900b0730cf0
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/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
ArtifactUUID:dda06738-18a0-4b8e-8eaa-f8609c1b1248
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/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
ArtifactUUID:dda06738-18a0-4b8e-8eaa-f8609c1b1248
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-26T03:45:50.569Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dee126c5-87b5-4246-84fe-cbe7f8426873 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T03:45:50.830Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:45:50.831Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:45:50.832Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:45:50.833Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73 from URL: /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:50.833Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:45:50.834Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:51.131Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:45:51.156Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73 71539
2022-03-26T03:45:51.159Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar ASDC sendASDCNotification
2022-03-26T03:45:51.159Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:51.161Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:45:51.163Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:51.166Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:51.166Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266351157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:45:51.266Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:51.267Z||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-26T03:45:51.268Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:51.283Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:51.284Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:52.169Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:45:52.171Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:45:52.171Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b7fedd15-bb38-4d81-b67a-8c5ebd7ffb73, URL: /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar to file: /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:52.172Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:52.255Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:52.255Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:52.962Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9235789559246431913/Definitions/service-BasicOnboardTatuhc-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-26T03:45:55.242Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T03:45:55.247Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:45:55.247Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.247Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-26T03:45:55.247Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.247Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tAtUHc 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-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-BasicOnboardTatuhc-csar.csar
2022-03-26T03:45:55.248Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:45:55.255Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.256Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.260Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:55.260Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:45:55.261Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:45:55.263Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.263Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.263Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:55.264Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:45:55.264Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:45:55.264Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.264Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.267Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.267Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is not matching search criteria
2022-03-26T03:45:55.267Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.268Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:45:55.269Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.270Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:55.270Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:55.270Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.270Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:55.271Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:55.271Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.271Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:55.271Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:55.271Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.272Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is not matching search criteria
2022-03-26T03:45:55.272Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-26T03:45:55.272Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T03:45:55.272Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=46f2bd4f-8524-4279-880c-b2d7a47e8486
2022-03-26T03:45:55.272Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.273Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:55.274Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:55.274Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_tAtUHc
Description:service
Model UUID:dee126c5-87b5-4246-84fe-cbe7f8426873
Model Version:NULL
Model InvariantUuid:2a659f16-d054-49c2-9c22-e26bb4e8f532
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_tAtUHc
Model UUID:0489ee7b-cecb-4eb6-b07d-356eb9d60a4e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1f168916-83aa-422d-ac6f-febff2d87074
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:269d91b1-f502-4aa2-b562-8fd3c9c4df1c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f35a38d1-a883-42fa-af53-a262307e434d
ModelName:BasicOnboardTatuhc..base_ubuntu18..module-0
ModelUuid:5264f602-328b-40d4-be8b-0140e9c2f5bf
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:46f2bd4f-8524-4279-880c-b2d7a47e8486
ModelInvariantUuid:7e7c4f3c-09b3-4840-836a-ff0ee63c8d5b
ModelName:basic_onboard_tAtUHc-nodes.ubuntu18Cvfc
ModelUuid:1bff1c2f-a851-4e79-a29c-5e74a4244c02
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:beec6ca6-01ec-4a9b-99e6-8164fbb34f98
ModelInvariantUuid:0ae69e10-a1ba-48ce-ab52-bb4c5227effd
ModelName:BasicOnboardTatuhc.compute.nodes.heat.ubuntu18
ModelUuid:58a1663b-cbc7-4a09-99da-f5f992a813a0
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-26T03:45:55.294Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 8469a8ad-86aa-4cc4-8d38-213bdca7d6a1
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-26T03:45:55.376Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||basic_onboard_tAtUHc 0
2022-03-26T03:45:55.383Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8469a8ad-86aa-4cc4-8d38-213bdca7d6a1
2022-03-26T03:45:55.383Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b66ca40f-845d-4e6e-8de0-a4f712fa4d2a from URL: /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json
2022-03-26T03:45:55.383Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:45:55.383Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json
2022-03-26T03:45:55.429Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:45:55.429Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json b66ca40f-845d-4e6e-8de0-a4f712fa4d2a 798
2022-03-26T03:45:55.430Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json ASDC sendASDCNotification
2022-03-26T03:45:55.430Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json
2022-03-26T03:45:55.430Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:45:55.431Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:55.433Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:55.434Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266355430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:45:55.534Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:55.535Z||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-26T03:45:55.535Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:55.546Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:55.547Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:56.436Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTatuhc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f35a38d1-a883-42fa-af53-a262307e434d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5264f602-328b-40d4-be8b-0140e9c2f5bf",
"vfModuleModelCustomizationUUID": "fd1d7a68-3601-403c-9706-fbed312c2e3d",
"isBase": true,
"artifacts": [
"bc30fe1e-39e0-4614-b745-a900b0730cf0",
"dda06738-18a0-4b8e-8eaa-f8609c1b1248"
],
"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-26T03:45:56.450Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTatuhc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5264f602-328b-40d4-be8b-0140e9c2f5bf
VfModuleModelInvariantUUID:f35a38d1-a883-42fa-af53-a262307e434d
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc30fe1e-39e0-4614-b745-a900b0730cf0
,
dda06738-18a0-4b8e-8eaa-f8609c1b1248
}
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-26T03:45:56.453Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardTatuhc..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "f35a38d1-a883-42fa-af53-a262307e434d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5264f602-328b-40d4-be8b-0140e9c2f5bf",
"vfModuleModelCustomizationUUID": "fd1d7a68-3601-403c-9706-fbed312c2e3d",
"isBase": true,
"artifacts": [
"bc30fe1e-39e0-4614-b745-a900b0730cf0",
"dda06738-18a0-4b8e-8eaa-f8609c1b1248"
],
"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-26T03:45:56.453Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTatuhc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5264f602-328b-40d4-be8b-0140e9c2f5bf
VfModuleModelInvariantUUID:f35a38d1-a883-42fa-af53-a262307e434d
VfModuleModelDescription:NULL
Artifacts UUID List:{
bc30fe1e-39e0-4614-b745-a900b0730cf0
,
dda06738-18a0-4b8e-8eaa-f8609c1b1248
}
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-26T03:45:56.453Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bc30fe1e-39e0-4614-b745-a900b0730cf0 from URL: /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml
2022-03-26T03:45:56.454Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:45:56.454Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml
2022-03-26T03:45:56.575Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:45:56.576Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml bc30fe1e-39e0-4614-b745-a900b0730cf0 5033
2022-03-26T03:45:56.577Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-26T03:45:56.577Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml
2022-03-26T03:45:56.577Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:45:56.578Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:56.580Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:56.580Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266356577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:45:56.680Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:56.681Z||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-26T03:45:56.681Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:56.694Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:56.695Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:57.582Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dda06738-18a0-4b8e-8eaa-f8609c1b1248 from URL: /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
2022-03-26T03:45:57.582Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:45:57.582Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
2022-03-26T03:45:57.853Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:45:57.853Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env dda06738-18a0-4b8e-8eaa-f8609c1b1248 909
2022-03-26T03:45:57.854Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-26T03:45:57.854Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
2022-03-26T03:45:57.854Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:45:57.854Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:57.857Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:57.857Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266357854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:45:57.957Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:57.958Z||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-26T03:45:57.958Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:57.970Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:57.971Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:45:58.858Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: dee126c5-87b5-4246-84fe-cbe7f8426873
2022-03-26T03:45:58.858Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tAtUHc 0 8469a8ad-86aa-4cc4-8d38-213bdca7d6a1 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-26T03:45:58.889Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72e423f9, org.onap.sdc.toscaparser.api.parameters.Input@43347cd4, org.onap.sdc.toscaparser.api.parameters.Input@4c8ca5f, org.onap.sdc.toscaparser.api.parameters.Input@c75fd0c, org.onap.sdc.toscaparser.api.parameters.Input@5fddec90]
2022-03-26T03:45:58.893Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.893Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.893Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-03-26T03:45:58.894Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 269d91b1-f502-4aa2-b562-8fd3c9c4df1c
2022-03-26T03:45:58.894Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 269d91b1-f502-4aa2-b562-8fd3c9c4df1c matches Tosca VF Customization UUID: 269d91b1-f502-4aa2-b562-8fd3c9c4df1c
2022-03-26T03:45:58.894Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 269d91b1-f502-4aa2-b562-8fd3c9c4df1c 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-26T03:45:58.902Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.902Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.903Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 269d91b1-f502-4aa2-b562-8fd3c9c4df1c: {\"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-26T03:45:58.904Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@362056f9
2022-03-26T03:45:58.904Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.904Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:45:58.905Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd1d7a68-3601-403c-9706-fbed312c2e3d
2022-03-26T03:45:58.906Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd1d7a68-3601-403c-9706-fbed312c2e3d
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-26T03:45:58.913Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.913Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:58.913Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:58.914Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.914Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:58.915Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:58.915Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.915Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is not matching search criteria
2022-03-26T03:45:58.916Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-26T03:45:58.916Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-26T03:45:58.916Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=46f2bd4f-8524-4279-880c-b2d7a47e8486
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-26T03:45:58.923Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.923Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:58.924Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:45:58.924Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.924Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_tAtUHc 0 is matching search criteria
2022-03-26T03:45:58.924Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_tAtUHc 0] matching following query criteria: sdcType=VF, customizationUUID=269d91b1-f502-4aa2-b562-8fd3c9c4df1c
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-26T03:45:58.926Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.927Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.927Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid dee126c5-87b5-4246-84fe-cbe7f8426873: basic_onboard_tAtUHc
2022-03-26T03:45:58.927Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.928Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.928Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.928Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.928Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.929Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.929Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.929Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.929Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:45:58.930Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_tAtUHc is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:45:58.930Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_tAtUHc
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-26T03:45:59.096Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tAtUHc 8469a8ad-86aa-4cc4-8d38-213bdca7d6a1 1 ASDC deployResourceStructure
2022-03-26T03:45:59.097Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json ASDC sendASDCNotification
2022-03-26T03:45:59.097Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json
2022-03-26T03:45:59.097Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:45:59.097Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:45:59.099Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:45:59.099Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266359097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T03:45:59.199Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:45:59.200Z||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-26T03:45:59.201Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:45:59.211Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:45:59.212Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:46:00.100Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-26T03:46:00.100Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml
2022-03-26T03:46:00.101Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:46:00.101Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:46:00.103Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:46:00.103Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266360100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-26T03:46:00.203Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:46:00.204Z||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-26T03:46:00.204Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:46:00.217Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:46:00.218Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:46:01.104Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-26T03:46:01.104Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env
2022-03-26T03:46:01.104Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:46:01.104Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:46:01.106Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:46:01.107Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266361103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-26T03:46:01.207Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:46:01.208Z||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-26T03:46:01.208Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:46:01.218Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:46:01.218Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:46:02.107Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar ASDC sendASDCNotification
2022-03-26T03:46:02.108Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar
2022-03-26T03:46:02.109Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:46:02.109Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:46:02.111Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:46:02.112Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266362107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:46:02.213Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-26T03:46:02.217Z||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-26T03:46:02.217Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:46:02.233Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:46:02.234Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:46:03.113Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:46:03.141Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:46:03.143Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:46:03.144Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:46:03.144Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:46:33.144Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:46:33.153Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:46:33.156Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:46:33.156Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:46:33.156Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:46:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:46:42.744Z||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-26T03:46:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:46:42.764Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:46:42.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:46:42.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "cds",
"timestamp": 1648266342277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:46:42.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:47:03.156Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:47:03.167Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:47:03.170Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:47:03.170Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:47:03.170Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:47:33.170Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:47:33.180Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:47:33.185Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:47:33.185Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:47:33.185Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:47:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:47:42.744Z||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-26T03:47:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:47:42.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:47:42.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:47:42.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "dcae-sch",
"timestamp": 1648266330537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:47:42.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:03.185Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:48:03.196Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:48:03.198Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:48:03.198Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:48:03.198Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:48:33.199Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:48:33.210Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:48:33.212Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:48:33.212Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:48:33.212Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:48:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:48:42.743Z||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-26T03:48:42.743Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:48:42.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:48:42.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266336344,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "aai-ml",
"timestamp": 1648266330165,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "policy-id",
"timestamp": 1648266333845,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266337746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "cds",
"timestamp": 1648266342277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266337746,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "cds",
"timestamp": 1648266342277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "aai-ml",
"timestamp": 1648266346104,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "policy-id",
"timestamp": 1648266346276,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266345836,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "cds",
"timestamp": 1648266342277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "policy-id",
"timestamp": 1648266347285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "cds",
"timestamp": 1648266342277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266347208,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "policy-id",
"timestamp": 1648266348290,
"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-26T03:48:42.794Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.794Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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-26T03:48:42.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "cds",
"timestamp": 1648266342277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266348430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "cds",
"timestamp": 1648266350265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266342739,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266349501,
"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-26T03:48:42.838Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.838Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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-26T03:48:42.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "cds",
"timestamp": 1648266351287,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-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-26T03:48:42.858Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.858Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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-26T03:48:42.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266350505,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T03:48:42.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266351157,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266355430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266355367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266356577,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266355367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "clamp",
"timestamp": 1648266357312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266357854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "aai-ml",
"timestamp": 1648266358423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266355367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "clamp",
"timestamp": 1648266357312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "aai-ml",
"timestamp": 1648266359429,
"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-26T03:48:42.878Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.878Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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-26T03:48:42.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266355367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266359097,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/basic_onboard_tatuhc0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T03:48:42.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "clamp",
"timestamp": 1648266357312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266355367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266360100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "clamp",
"timestamp": 1648266357312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266355367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266361103,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "clamp",
"timestamp": 1648266357312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/resourceInstances/basic_onboard_tatuhc0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266355367,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266362107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:48:42.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "clamp",
"timestamp": 1648266357312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "clamp",
"timestamp": 1648266357312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:48:42.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266363465,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266367959,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266368965,
"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-26T03:48:42.900Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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-26T03:48:42.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "clamp",
"timestamp": 1648266378231,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:48:42.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "clamp",
"timestamp": 1648266380240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardTatuhc/1.0/artifacts/service-BasicOnboardTatuhc-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:48:42.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:48:42.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:48:42.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "clamp",
"timestamp": 1648266381245,
"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-26T03:48:42.916Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
2022-03-26T03:48:42.916Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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-26T03:49:03.213Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:49:03.225Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28
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-26T03:49:03.229Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:49:03.229Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T03:49:03.229Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T03:49:03.229Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T03:49:03.229Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:49:03.230Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-26T03:49:03.237Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T03:49:33.237Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 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-26T03:49:33.254Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 and serviceModelVersionId: dee126c5-87b5-4246-84fe-cbe7f8426873
2022-03-26T03:49:33.255Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a659f16-d054-49c2-9c22-e26bb4e8f532
2022-03-26T03:49:42.743Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:49:42.744Z||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-26T03:49:42.744Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:42.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:49:42.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266437746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266445367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266437746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "cds",
"timestamp": 1648266447277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266445367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "clamp",
"timestamp": 1648266447312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266437746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "cds",
"timestamp": 1648266447277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266445367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "clamp",
"timestamp": 1648266447312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266437746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "cds",
"timestamp": 1648266447277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266445367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "clamp",
"timestamp": 1648266447312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266437746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "cds",
"timestamp": 1648266447277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266445367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "aai-ml",
"timestamp": 1648266450165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "clamp",
"timestamp": 1648266447312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266437746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "cds",
"timestamp": 1648266447277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266445367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "dcae-sch",
"timestamp": 1648266450537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "aai-ml",
"timestamp": 1648266450165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "clamp",
"timestamp": 1648266447312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.791Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266437746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266445367,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "cds",
"timestamp": 1648266447277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.792Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "dcae-sch",
"timestamp": 1648266450537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "aai-ml",
"timestamp": 1648266450165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "clamp",
"timestamp": 1648266447312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "cds",
"timestamp": 1648266447277,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "dcae-sch",
"timestamp": 1648266450537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266453248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.794Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "aai-ml",
"timestamp": 1648266450165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266453270,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "clamp",
"timestamp": 1648266447312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "policy-id",
"timestamp": 1648266453845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "dcae-sch",
"timestamp": 1648266450537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "aai-ml",
"timestamp": 1648266450165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "cds",
"timestamp": 1648266455353,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266454553,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "policy-id",
"timestamp": 1648266453845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "dcae-sch",
"timestamp": 1648266450537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "aai-ml",
"timestamp": 1648266450165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "cds",
"timestamp": 1648266456361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-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-26T03:49:42.819Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:49:42.819Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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-26T03:49:42.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "policy-id",
"timestamp": 1648266453845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266455945,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266456344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "dcae-sch",
"timestamp": 1648266450537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "aai-ml",
"timestamp": 1648266450165,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266456701,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "policy-id",
"timestamp": 1648266453845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266456974,
"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-26T03:49:42.837Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:49:42.837Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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-26T03:49:42.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266456344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "dcae-sch",
"timestamp": 1648266450537,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "aai-ml",
"timestamp": 1648266458084,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648266457705,
"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-26T03:49:42.853Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:49:42.853Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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-26T03:49:42.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "policy-id",
"timestamp": 1648266453845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648266457981,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266456344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "policy-id",
"timestamp": 1648266453845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266456344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "policy-id",
"timestamp": 1648266453845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266456344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "policy-id",
"timestamp": 1648266461745,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266456344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:42.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "policy-id",
"timestamp": 1648266462751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:49:42.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:49:42.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:49:42.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "ves-openapi-manager",
"timestamp": 1648266456344,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:42.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-03-26T03:49:48.187Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0
2022-03-26T03:49:48.299Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T03:49:48.871Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-26T03:49:48.876Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0|INFO|500||Invoke
2022-03-26T03:49:48.986Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-26T03:49:49.342Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0|INFO|500||InvokeReturn
2022-03-26T03:49:49.344Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a659f16-d054-49c2-9c22-e26bb4e8f532/model-vers/model-ver/dee126c5-87b5-4246-84fe-cbe7f8426873?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220326-03:49:49:733-24869], vertex-id=[352272], Content-Length=[0], Date=[Sat, 26 Mar 2022 03:49:49 GMT], Content-Type=[application/json]}
2022-03-26T03:49:49.345Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-03-26T03:49:49.348Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T03:49:49.348Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-26T03:49:49.356Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-26T03:49:49.357Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1341ccc9-7371-4ad3-aff9-d4c1324a2e28 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T03:49:49.358Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T03:49:49.359Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:49.361Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:49.361Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "1341ccc9-7371-4ad3-aff9-d4c1324a2e28",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266589357,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T03:49:49.462Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:49:49.464Z||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-26T03:49:49.464Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:49.476Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:49:49.476Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-26T03:49:50.374Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:49:50.375Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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-26T03:49:50.375Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:54.749Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:49:54.751Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T03:49:54.751Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2658949c-3569-4386-9463-53ec9836d5dd","serviceName":"vFW 2022-03-26 03-45-35","serviceVersion":"1.0","serviceUUID":"429cac83-5ff8-4829-9619-8b17e795a9ea","serviceDescription":"catalog service description","serviceInvariantUUID":"130f821b-ec9c-4527-a6de-f703ac17fefe","resources":[{"resourceInstanceName":"vFW a934b0be-7bc6 0","resourceName":"vFW a934b0be-7bc6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0d878235-4f76-4526-a8bb-37c8c51955fc","resourceInvariantUUID":"b9b505eb-1aec-4804-b445-4db56fc86225","resourceCustomizationUUID":"0f96b3a4-a614-47b7-b667-3dd193867f27","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml","artifactChecksum":"YWRjYjlmOTFiZjE3MzgzNzM4ZjVjYWFmZTExODNlNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15df069e-1ef2-4e9d-a3dc-abec9502845b","artifactVersion":"1"},{"artifactName":"vfwa934b0be7bc60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json","artifactChecksum":"NWI4YzJhY2VhOGViN2RiZWE0ZjhlMzlkNWM3NWI2Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3ae83afe-bcb2-42e1-aa91-929021c56e53","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml","artifactChecksum":"Zjc3ZTZjY2U0ZTQ3YjZkYzE0ZTYwZmYyYjI0OTM3NzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8156a93b-2e88-41d6-a3a3-55fb41034e5a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"03ba7ef8-dc01-4c1d-83ee-009a73a78b83","artifactVersion":"2","generatedFromUUID":"dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220326034535-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml","artifactChecksum":"YjkwY2EyOWE5NDRiYTEyYWI1YjYxYTI2YmE1NWU0MGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8064e0fb-81a0-410b-bbee-239545af842d","artifactVersion":"1"},{"artifactName":"service-Vfw20220326034535-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar","artifactChecksum":"YmQ0YTVmNjFjNTExN2RmZmI3NTFmMTI2MDMwMmQ2Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c75c500-b919-4b7b-93e0-4dfcd625c795","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T03:49:54.754Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:54.754Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:54.757Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:54.757Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266590374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:54.857Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:49:54.859Z||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-26T03:49:54.859Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:54.872Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:49:54.873Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:49:55.758Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:55.759Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:55.761Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:55.761Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266590374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "NOTIFIED"
}
2022-03-26T03:49:55.861Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:49:55.864Z||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-26T03:49:55.864Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:55.874Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:49:55.875Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:49:56.762Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:56.764Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:56.767Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:56.768Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266590374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T03:49:56.867Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:49:56.868Z||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-26T03:49:56.869Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:56.882Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:49:56.882Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:49:57.769Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:57.770Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:57.772Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:57.773Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266590374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:57.873Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:49:57.874Z||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-26T03:49:57.874Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:57.885Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:49:57.885Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:49:58.775Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:58.775Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:58.777Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:58.777Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266590374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-26T03:49:58.877Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:49:58.879Z||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-26T03:49:58.879Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:58.891Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:49:58.892Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:49:59.778Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:49:59.779Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:49:59.781Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:49:59.782Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266590374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:49:59.882Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:49:59.884Z||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-26T03:49:59.884Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:49:59.901Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:49:59.903Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:50:00.782Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:50:00.783Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:00.785Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:00.785Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266590374,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:50:00.886Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:00.887Z||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-26T03:50:00.887Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:00.898Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:50:00.898Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:01.787Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"serviceName": "vFW 2022-03-26 03-45-35",
"serviceVersion": "1.0",
"serviceUUID": "429cac83-5ff8-4829-9619-8b17e795a9ea",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "130f821b-ec9c-4527-a6de-f703ac17fefe",
"resources": [
{
"resourceInstanceName": "vFW a934b0be-7bc6 0",
"resourceCustomizationUUID": "0f96b3a4-a614-47b7-b667-3dd193867f27",
"resourceName": "vFW a934b0be-7bc6",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0d878235-4f76-4526-a8bb-37c8c51955fc",
"resourceInvariantUUID": "b9b505eb-1aec-4804-b445-4db56fc86225",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa934b0be7bc60_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"artifactChecksum": "NWI4YzJhY2VhOGViN2RiZWE0ZjhlMzlkNWM3NWI2Yjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3ae83afe-bcb2-42e1-aa91-929021c56e53",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "03ba7ef8-dc01-4c1d-83ee-009a73a78b83",
"generatedFromUUID": "dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "03ba7ef8-dc01-4c1d-83ee-009a73a78b83",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220326034535-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"artifactChecksum": "YmQ0YTVmNjFjNTExN2RmZmI3NTFmMTI2MDMwMmQ2Mzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3c75c500-b919-4b7b-93e0-4dfcd625c795"
}
],
"workloadContext": "Production"
}
2022-03-26T03:50:01.788Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T03:50:01.788Z|1341ccc9-7371-4ad3-aff9-d4c1324a2e28|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 429cac83-5ff8-4829-9619-8b17e795a9ea ASDC
2022-03-26T03:50:01.788Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2658949c-3569-4386-9463-53ec9836d5dd
ServiceName:vFW 2022-03-26 03-45-35
ServiceVersion:1.0
ServiceUUID:429cac83-5ff8-4829-9619-8b17e795a9ea
ServiceInvariantUUID:130f821b-ec9c-4527-a6de-f703ac17fefe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220326034535-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar
ArtifactUUID:3c75c500-b919-4b7b-93e0-4dfcd625c795
ArtifactChecksum:YmQ0YTVmNjFjNTExN2RmZmI3NTFmMTI2MDMwMmQ2Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a934b0be-7bc6 0
ResourceCustomizationUUID:0f96b3a4-a614-47b7-b667-3dd193867f27
ResourceInvariantUUID:b9b505eb-1aec-4804-b445-4db56fc86225
ResourceName:vFW a934b0be-7bc6
ResourceType:VF
ResourceUUID:0d878235-4f76-4526-a8bb-37c8c51955fc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa934b0be7bc60_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json
ArtifactUUID:3ae83afe-bcb2-42e1-aa91-929021c56e53
ArtifactChecksum:NWI4YzJhY2VhOGViN2RiZWE0ZjhlMzlkNWM3NWI2Yjk=
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/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml
ArtifactUUID:dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5
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/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
ArtifactUUID:03ba7ef8-dc01-4c1d-83ee-009a73a78b83
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/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
ArtifactUUID:03ba7ef8-dc01-4c1d-83ee-009a73a78b83
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-26T03:50:01.788Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 429cac83-5ff8-4829-9619-8b17e795a9ea 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-26T03:50:01.826Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:50:01.827Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:50:01.827Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:50:01.828Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3c75c500-b919-4b7b-93e0-4dfcd625c795 from URL: /sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:01.828Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:50:01.828Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:02.069Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:50:02.075Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar 3c75c500-b919-4b7b-93e0-4dfcd625c795 98948
2022-03-26T03:50:02.075Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar ASDC sendASDCNotification
2022-03-26T03:50:02.075Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:02.076Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:50:02.076Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:02.078Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:02.078Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266602075,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:50:02.178Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:02.179Z||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-26T03:50:02.179Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:02.190Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:50:02.190Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:03.079Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:50:03.081Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:50:03.082Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3c75c500-b919-4b7b-93e0-4dfcd625c795, URL: /sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar to file: /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:03.083Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220326034535-csar.csar
2022-03-26T03:50:03.083Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:03.084Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:03.272Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14007114819857214390/Definitions/service-Vfw20220326034535-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-26T03:50:05.563Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T03:50:05.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:50:05.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-26T03:50:05.564Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.565Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.566Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.566Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.566Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.566Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.566Z|2658949c-3569-4386-9463-53ec9836d5dd|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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a934b0be-7bc6 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-Vfw20220326034535-csar.csar
2022-03-26T03:50:05.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:50:05.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:05.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:50:05.569Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:50:05.569Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.569Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.569Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:05.570Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:50:05.570Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:50:05.571Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.571Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.572Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.572Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:05.572Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:05.572Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:05.572Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:50:05.573Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:50:05.574Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.575Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T03:50:05.575Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.575Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:50:05.575Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.575Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:05.576Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:05.576Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.576Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:05.576Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:05.577Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.577Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:05.577Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:05.577Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.577Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:05.578Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:05.578Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:05.578Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T03:50:05.578Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:50:05.578Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:50:05.579Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.579Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.579Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:50:05.579Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.580Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:50:05.580Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.580Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=724a4d81-f6b7-45ba-8602-67208d9be3f3
2022-03-26T03:50:05.580Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.580Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.581Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:50:05.582Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.582Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T03:50:05.582Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:50:05.582Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.582Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:50:05.583Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.583Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=368e31e6-85cc-43ae-9fb8-326c793bd2de
2022-03-26T03:50:05.583Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.583Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:05.583Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:05.584Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:05.584Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:50:05.584Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.585Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.585Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:50:05.585Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.585Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:50:05.585Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:50:05.586Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:05.586Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:05.586Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T03:50:05.586Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c78da66-167f-41a2-850c-78781fa0febe
2022-03-26T03:50:05.587Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.587Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.587Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.587Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.588Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.588Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.588Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:05.588Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:05.589Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-26 03-45-35
Description:catalog service description
Model UUID:429cac83-5ff8-4829-9619-8b17e795a9ea
Model Version:NULL
Model InvariantUuid:130f821b-ec9c-4527-a6de-f703ac17fefe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a934b0be-7bc6
Model UUID:ac5a4891-77d2-4b76-92af-68fb587decc1
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b9b505eb-1aec-4804-b445-4db56fc86225
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0f96b3a4-a614-47b7-b667-3dd193867f27
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d41c5d2d-0dcc-4f3d-9d33-230f5efe5927
ModelName:VfwA934b0be7bc6..base_vfw..module-0
ModelUuid:8d251952-91ba-4f60-9706-2f24cadc88df
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:724a4d81-f6b7-45ba-8602-67208d9be3f3
ModelInvariantUuid:d96d2621-c908-42c1-9fd0-c6b0cb8076ec
ModelName:vFW a934b0be-7bc6-nodes.vfwCvfc
ModelUuid:ce7e14ed-5a38-4337-94b1-c7031acb4634
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ac19952e-d5b3-4c19-ba8f-5d9db7d8f49b
ModelInvariantUuid:64babc8a-6935-436b-8a9d-5106f939af20
ModelName:VfwA934b0be7bc6.compute.nodes.heat.vfw
ModelUuid:068a5e30-f9cf-4a06-872c-2f25147ed479
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:368e31e6-85cc-43ae-9fb8-326c793bd2de
ModelInvariantUuid:83ea34f2-4b11-465f-b0b9-1e64d643c644
ModelName:vFW a934b0be-7bc6-nodes.vsnCvfc
ModelUuid:ecf07b97-ddf4-48c7-9f7e-0a9b7c10d7bc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f51b6e04-e9af-418c-b743-f5609ee137ac
ModelInvariantUuid:3982f0e5-0f51-41fc-9713-b3a0485df7c9
ModelName:VfwA934b0be7bc6.compute.nodes.heat.vsn
ModelUuid:147891d5-93f7-4a65-aef8-65eebadbd71e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5c78da66-167f-41a2-850c-78781fa0febe
ModelInvariantUuid:7493a509-cfae-47c4-9f59-62656b892ba5
ModelName:vFW a934b0be-7bc6-nodes.vpgCvfc
ModelUuid:df3e904e-309a-4f5b-8ea4-7a9ead48e996
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cd079279-b897-4564-8ca1-38c5efe70a4f
ModelInvariantUuid:178a4f7a-e330-49da-8a4c-cece50e38e0b
ModelName:VfwA934b0be7bc6.compute.nodes.heat.vpg
ModelUuid:466b1de0-0956-4b29-8b14-9904baf65bbb
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-26T03:50:05.597Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 0d878235-4f76-4526-a8bb-37c8c51955fc
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-26T03:50:05.601Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||vFW a934b0be-7bc6 0
2022-03-26T03:50:05.602Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0d878235-4f76-4526-a8bb-37c8c51955fc
2022-03-26T03:50:05.602Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ae83afe-bcb2-42e1-aa91-929021c56e53 from URL: /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json
2022-03-26T03:50:05.602Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:50:05.602Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json
2022-03-26T03:50:06.047Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:50:06.048Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json 3ae83afe-bcb2-42e1-aa91-929021c56e53 785
2022-03-26T03:50:06.048Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json ASDC sendASDCNotification
2022-03-26T03:50:06.048Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json
2022-03-26T03:50:06.048Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:50:06.049Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:06.051Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:06.051Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266606048,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:50:06.151Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:06.152Z||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-26T03:50:06.153Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:06.164Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:50:06.164Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:07.052Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA934b0be7bc6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d41c5d2d-0dcc-4f3d-9d33-230f5efe5927",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d251952-91ba-4f60-9706-2f24cadc88df",
"vfModuleModelCustomizationUUID": "c725bd80-02a2-4209-907d-f3a5c00c35a5",
"isBase": true,
"artifacts": [
"dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5",
"03ba7ef8-dc01-4c1d-83ee-009a73a78b83"
],
"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-26T03:50:07.057Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA934b0be7bc6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d251952-91ba-4f60-9706-2f24cadc88df
VfModuleModelInvariantUUID:d41c5d2d-0dcc-4f3d-9d33-230f5efe5927
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5
,
03ba7ef8-dc01-4c1d-83ee-009a73a78b83
}
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-26T03:50:07.059Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA934b0be7bc6..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d41c5d2d-0dcc-4f3d-9d33-230f5efe5927",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d251952-91ba-4f60-9706-2f24cadc88df",
"vfModuleModelCustomizationUUID": "c725bd80-02a2-4209-907d-f3a5c00c35a5",
"isBase": true,
"artifacts": [
"dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5",
"03ba7ef8-dc01-4c1d-83ee-009a73a78b83"
],
"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-26T03:50:07.060Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA934b0be7bc6..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d251952-91ba-4f60-9706-2f24cadc88df
VfModuleModelInvariantUUID:d41c5d2d-0dcc-4f3d-9d33-230f5efe5927
VfModuleModelDescription:NULL
Artifacts UUID List:{
dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5
,
03ba7ef8-dc01-4c1d-83ee-009a73a78b83
}
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-26T03:50:07.060Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5 from URL: /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml
2022-03-26T03:50:07.060Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:50:07.060Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml
2022-03-26T03:50:07.297Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:50:07.298Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml dc9f037a-7d64-4cfb-b352-d1fe3a58ffc5 20368
2022-03-26T03:50:07.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T03:50:07.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml
2022-03-26T03:50:07.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:50:07.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:07.302Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:07.302Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266607299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:50:07.402Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:07.404Z||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-26T03:50:07.404Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:07.414Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:50:07.414Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:08.303Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 03ba7ef8-dc01-4c1d-83ee-009a73a78b83 from URL: /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
2022-03-26T03:50:08.304Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:50:08.304Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
2022-03-26T03:50:08.507Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:50:08.508Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env 03ba7ef8-dc01-4c1d-83ee-009a73a78b83 2098
2022-03-26T03:50:08.509Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T03:50:08.509Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
2022-03-26T03:50:08.509Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:50:08.509Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:08.512Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:08.512Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266608509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:50:08.612Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:08.614Z||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-26T03:50:08.614Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:08.626Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:50:08.626Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:09.513Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 429cac83-5ff8-4829-9619-8b17e795a9ea
2022-03-26T03:50:09.514Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a934b0be-7bc6 0 0d878235-4f76-4526-a8bb-37c8c51955fc 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-26T03:50:09.533Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4aa1ce63, org.onap.sdc.toscaparser.api.parameters.Input@1e208596, org.onap.sdc.toscaparser.api.parameters.Input@25bc54ad, org.onap.sdc.toscaparser.api.parameters.Input@26be4beb, org.onap.sdc.toscaparser.api.parameters.Input@62a84b89]
2022-03-26T03:50:09.535Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.536Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.536Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-03-26T03:50:09.536Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 0f96b3a4-a614-47b7-b667-3dd193867f27
2022-03-26T03:50:09.536Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f96b3a4-a614-47b7-b667-3dd193867f27 matches Tosca VF Customization UUID: 0f96b3a4-a614-47b7-b667-3dd193867f27
2022-03-26T03:50:09.536Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 0f96b3a4-a614-47b7-b667-3dd193867f27 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-26T03:50:09.540Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.540Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 0f96b3a4-a614-47b7-b667-3dd193867f27: {\"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-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b55b1fd
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c725bd80-02a2-4209-907d-f3a5c00c35a5
2022-03-26T03:50:09.541Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c725bd80-02a2-4209-907d-f3a5c00c35a5
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-26T03:50:09.544Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.544Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.544Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:09.544Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:09.545Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:09.546Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T03:50:09.546Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:50:09.546Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:50:09.547Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.547Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.547Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:50:09.548Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.548Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:50:09.548Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.548Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=724a4d81-f6b7-45ba-8602-67208d9be3f3
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-26T03:50:09.551Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.552Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.552Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:09.552Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.552Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:09.552Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.553Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T03:50:09.554Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:50:09.554Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.554Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:50:09.554Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.554Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=368e31e6-85cc-43ae-9fb8-326c793bd2de
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-26T03:50:09.556Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.556Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.557Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:09.560Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.560Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is not matching search criteria
2022-03-26T03:50:09.560Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:50:09.560Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:50:09.560Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:50:09.561Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:50:09.562Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:50:09.562Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:50:09.562Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T03:50:09.562Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5c78da66-167f-41a2-850c-78781fa0febe
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-26T03:50:09.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:50:09.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.564Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Node template vFW a934b0be-7bc6 0 is matching search criteria
2022-03-26T03:50:09.565Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW a934b0be-7bc6 0] matching following query criteria: sdcType=VF, customizationUUID=0f96b3a4-a614-47b7-b667-3dd193867f27
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-26T03:50:09.566Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.566Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 429cac83-5ff8-4829-9619-8b17e795a9ea: vFW a934b0be-7bc6
2022-03-26T03:50:09.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.567Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:50:09.568Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-45-35 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:50:09.569Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-03-26 03-45-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-26T03:50:09.807Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a934b0be-7bc6 0d878235-4f76-4526-a8bb-37c8c51955fc 1 ASDC deployResourceStructure
2022-03-26T03:50:09.808Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json ASDC sendASDCNotification
2022-03-26T03:50:09.808Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json
2022-03-26T03:50:09.808Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:50:09.809Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:09.811Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:09.811Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266609808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/vfwa934b0be7bc60_modules.json",
"status": "DEPLOY_OK"
}
2022-03-26T03:50:09.911Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:09.913Z||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-26T03:50:09.913Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:09.932Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:50:09.933Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:10.813Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T03:50:10.816Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml
2022-03-26T03:50:10.816Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:50:10.817Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:10.824Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:10.824Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266610812,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-26T03:50:10.923Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:50:10.925Z||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-26T03:50:10.926Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:10.945Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:50:10.946Z||pool-31-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:50:11.829Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T03:50:11.830Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env
2022-03-26T03:50:11.830Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:50:11.830Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:11.832Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:11.832Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266611825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/resourceInstances/vfwa934b0be7bc60/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-26T03:50:11.932Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:11.933Z||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-26T03:50:11.933Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:11.943Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:50:11.944Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:12.833Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar ASDC sendASDCNotification
2022-03-26T03:50:12.833Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar
2022-03-26T03:50:12.833Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-26T03:50:12.833Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:50:12.837Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:50:12.837Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266612833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:50:12.937Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:50:12.938Z||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-26T03:50:12.938Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:12.952Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:50:12.952Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:50:13.837Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2658949c-3569-4386-9463-53ec9836d5dd
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-26T03:50:13.851Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2658949c-3569-4386-9463-53ec9836d5dd
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-26T03:50:13.856Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:50:13.856Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-26T03:50:13.856Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-26T03:50:42.745Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:50:42.753Z||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-26T03:50:42.753Z||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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:50:42.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:50:42.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "policy-id",
"timestamp": 1648266463755,
"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-26T03:50:42.797Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:50:42.798Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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-26T03:50:42.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "clamp",
"timestamp": 1648266467253,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:50:42.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:50:42.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "clamp",
"timestamp": 1648266468298,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:50:42.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:50:42.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "clamp",
"timestamp": 1648266469302,
"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-26T03:50:42.823Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:50:42.824Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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-26T03:50:42.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "aai-ml",
"timestamp": 1648266470588,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034535/1.0/artifacts/service-Vfw20220326034535-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-26T03:50:42.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-26T03:50:42.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-26T03:50:42.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "aai-ml",
"timestamp": 1648266471593,
"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-26T03:50:42.843Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2658949c-3569-4386-9463-53ec9836d5dd
2022-03-26T03:50:42.844Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2658949c-3569-4386-9463-53ec9836d5dd 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-26T03:50:43.857Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2658949c-3569-4386-9463-53ec9836d5dd
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-26T03:50:43.870Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2658949c-3569-4386-9463-53ec9836d5dd
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-26T03:50:43.873Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-26T03:50:43.873Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-26T03:50:43.873Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-26T03:50:43.874Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-26T03:50:43.874Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:50:43.874Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:50:43.874Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:50:43.875Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:50:43.875Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:50:43.875Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-26T03:50:43.876Z|2658949c-3569-4386-9463-53ec9836d5dd|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-26T03:50:43.881Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-26T03:51:13.882Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2658949c-3569-4386-9463-53ec9836d5dd 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-26T03:51:13.889Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2658949c-3569-4386-9463-53ec9836d5dd and serviceModelVersionId: 429cac83-5ff8-4829-9619-8b17e795a9ea
2022-03-26T03:51:13.890Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 130f821b-ec9c-4527-a6de-f703ac17fefe
2022-03-26T03:51:13.891Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0
2022-03-26T03:51:13.903Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-26T03:51:13.986Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0|INFO|500||Invoke
2022-03-26T03:51:13.986Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2658949c-3569-4386-9463-53ec9836d5dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[faf256c5-73b2-442b-8863-f1b5d24c704b], X-ECOMP-RequestID=[2658949c-3569-4386-9463-53ec9836d5dd], X-TransactionId=[], X-ONAP-RequestID=[2658949c-3569-4386-9463-53ec9836d5dd], Content-Type=[application/merge-patch+json]}
2022-03-26T03:51:14.022Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-26T03:51:14.628Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?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/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220326-03:51:14:768-940], vertex-id=[213048], Content-Length=[0], Date=[Sat, 26 Mar 2022 03:51:14 GMT], Content-Type=[application/json]}
2022-03-26T03:51:14.629Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-26T03:51:14.630Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/130f821b-ec9c-4527-a6de-f703ac17fefe/model-vers/model-ver/429cac83-5ff8-4829-9619-8b17e795a9ea?depth=0|INFO|500||InvokeReturn
2022-03-26T03:51:14.630Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-26T03:51:14.631Z|2658949c-3569-4386-9463-53ec9836d5dd|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-26T03:51:14.638Z|2658949c-3569-4386-9463-53ec9836d5dd|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-26T03:51:14.638Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2658949c-3569-4386-9463-53ec9836d5dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-26T03:51:14.639Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-26T03:51:14.639Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:14.642Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:14.642Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "2658949c-3569-4386-9463-53ec9836d5dd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266674639,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-26T03:51:14.742Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:51:14.744Z||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-26T03:51:14.744Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:14.771Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:14.773Z||pool-34-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-26T03:51:15.655Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-26T03:51:15.655Z|2658949c-3569-4386-9463-53ec9836d5dd|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-26T03:51:15.656Z|2658949c-3569-4386-9463-53ec9836d5dd|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 tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:16.280Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:16.281Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-26T03:51:16.281Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a3de4562-57ce-43c4-86ce-a83a18059d8f","serviceName":"vFW 2022-03-26 03-48-42","serviceVersion":"1.0","serviceUUID":"d1e57dc5-5064-4842-9c28-280f9c2217d2","serviceDescription":"catalog service description","serviceInvariantUUID":"a357d2a9-5e01-4142-b2c4-6b3c3894a093","resources":[{"resourceInstanceName":"vFW c170afad-419b 0","resourceName":"vFW c170afad-419b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1ad897d-1138-4e11-a690-62855caf5654","resourceInvariantUUID":"eda38742-b7d2-434b-bff7-8924cf6181e0","resourceCustomizationUUID":"d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml","artifactChecksum":"ZWZhOTQ0MTQzNzllNGRkODMzMjA2MjQ5NWQ5MTYwYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60d59702-728d-4c52-bfcb-19a9b5a9d55b","artifactVersion":"1"},{"artifactName":"vfwc170afad419b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json","artifactChecksum":"YTc4N2JhZGY1OTk3ZDQ4ZmQ1Mzc5MWM1NGI4NDA1ZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f40a4518-5f7e-4813-8140-51c308a6bc12","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f4b55120-c7ac-46fd-a28c-a84890fe4023","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml","artifactChecksum":"OTg0MWI3NDFlYzQ3M2FkNmJhMjZlZmM4ODliYTZhMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84d67857-be33-4157-899f-37142ca0d900","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4d3a1783-4d47-4af6-bead-3330090b600b","artifactVersion":"2","generatedFromUUID":"f4b55120-c7ac-46fd-a28c-a84890fe4023"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220326034842-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml","artifactChecksum":"ZDdmOTVmYjQ3OGEwZjQwMDY1Njc2MTU1Y2ZkNjNhMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97f9bb0d-aa00-4d8e-b732-2f7a0eb93310","artifactVersion":"1"},{"artifactName":"service-Vfw20220326034842-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar","artifactChecksum":"MTA5ZTdhZmE3NDVmNTMwYmZlNDE5NjI4NmM4N2VmNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91fd94f4-1e40-46f3-95c3-3c728e0697df","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-26T03:51:16.284Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:16.285Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:16.287Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:16.287Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266675655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:51:16.388Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:16.389Z||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-26T03:51:16.389Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:16.400Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:16.400Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:17.288Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:17.289Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:17.291Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:17.291Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266675655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
"status": "NOTIFIED"
}
2022-03-26T03:51:17.391Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:17.392Z||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-26T03:51:17.392Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:17.402Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:17.403Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:18.292Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:18.292Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:18.294Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:18.295Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266675655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-26T03:51:18.394Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:51:18.395Z||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-26T03:51:18.396Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:18.407Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:18.408Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:19.295Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:19.296Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:19.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:19.299Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266675655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:51:19.399Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:19.400Z||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-26T03:51:19.400Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:19.412Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:19.413Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-26T03:51:20.300Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:20.301Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:20.304Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:20.305Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266675655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-26T03:51:20.405Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:20.406Z||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-26T03:51:20.406Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:20.417Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:20.417Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:21.305Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:21.306Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:21.310Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:21.310Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266675655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-26T03:51:21.410Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:21.411Z||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-26T03:51:21.411Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:21.423Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:21.423Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:22.310Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-26T03:51:22.311Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:22.314Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:22.314Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266675655,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
"status": "NOTIFIED"
}
2022-03-26T03:51:22.414Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-26T03:51:22.415Z||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-26T03:51:22.415Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:22.426Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:22.427Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:23.318Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"serviceName": "vFW 2022-03-26 03-48-42",
"serviceVersion": "1.0",
"serviceUUID": "d1e57dc5-5064-4842-9c28-280f9c2217d2",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a357d2a9-5e01-4142-b2c4-6b3c3894a093",
"resources": [
{
"resourceInstanceName": "vFW c170afad-419b 0",
"resourceCustomizationUUID": "d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a",
"resourceName": "vFW c170afad-419b",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c1ad897d-1138-4e11-a690-62855caf5654",
"resourceInvariantUUID": "eda38742-b7d2-434b-bff7-8924cf6181e0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc170afad419b0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
"artifactChecksum": "YTc4N2JhZGY1OTk3ZDQ4ZmQ1Mzc5MWM1NGI4NDA1ZjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f40a4518-5f7e-4813-8140-51c308a6bc12",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f4b55120-c7ac-46fd-a28c-a84890fe4023",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d3a1783-4d47-4af6-bead-3330090b600b",
"generatedFromUUID": "f4b55120-c7ac-46fd-a28c-a84890fe4023"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "4d3a1783-4d47-4af6-bead-3330090b600b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220326034842-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
"artifactChecksum": "MTA5ZTdhZmE3NDVmNTMwYmZlNDE5NjI4NmM4N2VmNjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "91fd94f4-1e40-46f3-95c3-3c728e0697df"
}
],
"workloadContext": "Production"
}
2022-03-26T03:51:23.319Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-26T03:51:23.319Z|2658949c-3569-4386-9463-53ec9836d5dd|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d1e57dc5-5064-4842-9c28-280f9c2217d2 ASDC
2022-03-26T03:51:23.320Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a3de4562-57ce-43c4-86ce-a83a18059d8f
ServiceName:vFW 2022-03-26 03-48-42
ServiceVersion:1.0
ServiceUUID:d1e57dc5-5064-4842-9c28-280f9c2217d2
ServiceInvariantUUID:a357d2a9-5e01-4142-b2c4-6b3c3894a093
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220326034842-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar
ArtifactUUID:91fd94f4-1e40-46f3-95c3-3c728e0697df
ArtifactChecksum:MTA5ZTdhZmE3NDVmNTMwYmZlNDE5NjI4NmM4N2VmNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c170afad-419b 0
ResourceCustomizationUUID:d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a
ResourceInvariantUUID:eda38742-b7d2-434b-bff7-8924cf6181e0
ResourceName:vFW c170afad-419b
ResourceType:VF
ResourceUUID:c1ad897d-1138-4e11-a690-62855caf5654
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc170afad419b0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json
ArtifactUUID:f40a4518-5f7e-4813-8140-51c308a6bc12
ArtifactChecksum:YTc4N2JhZGY1OTk3ZDQ4ZmQ1Mzc5MWM1NGI4NDA1ZjI=
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/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml
ArtifactUUID:f4b55120-c7ac-46fd-a28c-a84890fe4023
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/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
ArtifactUUID:4d3a1783-4d47-4af6-bead-3330090b600b
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/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
ArtifactUUID:4d3a1783-4d47-4af6-bead-3330090b600b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-26T03:51:23.320Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d1e57dc5-5064-4842-9c28-280f9c2217d2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-26T03:51:23.353Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:51:23.354Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:51:23.354Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:51:23.354Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 91fd94f4-1e40-46f3-95c3-3c728e0697df from URL: /sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:23.354Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:51:23.355Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:23.432Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:51:23.439Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar 91fd94f4-1e40-46f3-95c3-3c728e0697df 98926
2022-03-26T03:51:23.439Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar ASDC sendASDCNotification
2022-03-26T03:51:23.439Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:23.439Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:51:23.440Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:23.443Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:23.443Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266683439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:51:23.543Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:23.544Z||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-26T03:51:23.544Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:23.557Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:23.558Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:24.444Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-26T03:51:24.445Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-26T03:51:24.446Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 91fd94f4-1e40-46f3-95c3-3c728e0697df, URL: /sdc/v1/catalog/services/Vfw20220326034842/1.0/artifacts/service-Vfw20220326034842-csar.csar to file: /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:24.446Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220326034842-csar.csar
2022-03-26T03:51:24.447Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:24.447Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:24.669Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1205563255499442162/Definitions/service-Vfw20220326034842-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-26T03:51:26.823Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-26T03:51:26.824Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:51:26.824Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.824Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-26T03:51:26.825Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.825Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.825Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.825Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.826Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.826Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.826Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.826Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.827Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.827Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.827Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c170afad-419b 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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.827Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.828Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|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-Vfw20220326034842-csar.csar
2022-03-26T03:51:26.828Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-26T03:51:26.828Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.828Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.829Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:26.829Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:51:26.829Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:51:26.830Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.830Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.830Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:26.831Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-26T03:51:26.831Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-26T03:51:26.831Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.832Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.832Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.832Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:26.833Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:26.833Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:26.833Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:51:26.833Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.834Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.834Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:51:26.834Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.835Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:51:26.835Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:51:26.835Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.835Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.836Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:51:26.836Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.836Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:51:26.837Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.837Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-26T03:51:26.837Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.837Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:51:26.838Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.838Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:26.838Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:26.839Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.839Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:26.839Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:26.840Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.840Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:26.840Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:26.841Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.841Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:26.841Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:26.842Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:26.842Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T03:51:26.842Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:51:26.843Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:51:26.843Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.843Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.844Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:51:26.844Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.844Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:51:26.844Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.845Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3928b84b-00b7-42ff-97e0-a898b87dfc9e
2022-03-26T03:51:26.845Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.845Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:26.845Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:26.846Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:26.846Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:51:26.846Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.846Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.847Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:51:26.847Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.847Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-26T03:51:26.848Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:51:26.848Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.848Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:51:26.848Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.849Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=073c40ba-b3ad-4169-b283-abcad38c0e4e
2022-03-26T03:51:26.849Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.849Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:26.850Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:26.850Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:26.850Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-26T03:51:26.850Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.851Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.851Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-26T03:51:26.851Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.851Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:51:26.852Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:51:26.852Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:26.852Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:26.853Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-26T03:51:26.853Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c954d7e-8a8b-4bff-a94f-8adce5394304
2022-03-26T03:51:26.853Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.854Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.854Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.854Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.854Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.855Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.855Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:26.855Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:26.856Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-26 03-48-42
Description:catalog service description
Model UUID:d1e57dc5-5064-4842-9c28-280f9c2217d2
Model Version:NULL
Model InvariantUuid:a357d2a9-5e01-4142-b2c4-6b3c3894a093
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c170afad-419b
Model UUID:ae629192-6f70-4f25-a217-9f6718b8c9e8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eda38742-b7d2-434b-bff7-8924cf6181e0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7504fa2e-b221-4917-9893-405111b949d4
ModelName:VfwC170afad419b..base_vfw..module-0
ModelUuid:ba8be725-4669-4874-b04a-34148b429cca
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3928b84b-00b7-42ff-97e0-a898b87dfc9e
ModelInvariantUuid:3bf6bb1b-5e7e-4aaf-9921-37f94d98c2bb
ModelName:vFW c170afad-419b-nodes.vfwCvfc
ModelUuid:dd40565f-aba0-4980-abc0-078f02b83252
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:488bd5d8-6554-4dd1-b250-7ef5cc33f628
ModelInvariantUuid:243f0b70-b90b-4a97-abe5-a413e6f26baf
ModelName:VfwC170afad419b.compute.nodes.heat.vfw
ModelUuid:e61b9caf-b17b-4caf-b398-f9f02398a796
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:073c40ba-b3ad-4169-b283-abcad38c0e4e
ModelInvariantUuid:b18d877d-0b79-4172-90e8-55806c84d944
ModelName:vFW c170afad-419b-nodes.vsnCvfc
ModelUuid:65ecbd32-a69d-4aeb-8b19-ad0d0c174978
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:380747b6-1bab-4685-bdf6-be670fee7e81
ModelInvariantUuid:d3ae9f9a-8ec9-4d03-94a5-65f057c6f74d
ModelName:VfwC170afad419b.compute.nodes.heat.vsn
ModelUuid:14837180-9908-44af-a2ac-6669fe4da882
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3c954d7e-8a8b-4bff-a94f-8adce5394304
ModelInvariantUuid:239f3333-72a3-4e84-821a-86cec83063c5
ModelName:vFW c170afad-419b-nodes.vpgCvfc
ModelUuid:231949f0-a473-4eb0-bc3e-9118d5f26795
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:990f35dd-99c4-483b-a1b9-f2fb0c0dae8a
ModelInvariantUuid:59987406-a5c6-4dd7-9300-9a30e9193a3d
ModelName:VfwC170afad419b.compute.nodes.heat.vpg
ModelUuid:79213285-f58c-4d3e-a1ac-6b1fe8b35ea5
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-26T03:51:26.864Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c1ad897d-1138-4e11-a690-62855caf5654
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-26T03:51:26.867Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||vFW c170afad-419b 0
2022-03-26T03:51:26.867Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1ad897d-1138-4e11-a690-62855caf5654
2022-03-26T03:51:26.868Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f40a4518-5f7e-4813-8140-51c308a6bc12 from URL: /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json
2022-03-26T03:51:26.868Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:51:26.868Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json
2022-03-26T03:51:27.058Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:51:27.059Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json f40a4518-5f7e-4813-8140-51c308a6bc12 785
2022-03-26T03:51:27.059Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json ASDC sendASDCNotification
2022-03-26T03:51:27.059Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json
2022-03-26T03:51:27.059Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:51:27.060Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:27.062Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:27.062Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266687059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/vfwc170afad419b0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:51:27.162Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:27.163Z||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-26T03:51:27.163Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:27.175Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:27.176Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:28.065Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC170afad419b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7504fa2e-b221-4917-9893-405111b949d4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ba8be725-4669-4874-b04a-34148b429cca",
"vfModuleModelCustomizationUUID": "7b4eff4e-1890-4ec6-95e3-d115b1917074",
"isBase": true,
"artifacts": [
"f4b55120-c7ac-46fd-a28c-a84890fe4023",
"4d3a1783-4d47-4af6-bead-3330090b600b"
],
"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-26T03:51:28.070Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC170afad419b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba8be725-4669-4874-b04a-34148b429cca
VfModuleModelInvariantUUID:7504fa2e-b221-4917-9893-405111b949d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4b55120-c7ac-46fd-a28c-a84890fe4023
,
4d3a1783-4d47-4af6-bead-3330090b600b
}
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-26T03:51:28.072Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC170afad419b..base_vfw..module-0",
"vfModuleModelInvariantUUID": "7504fa2e-b221-4917-9893-405111b949d4",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ba8be725-4669-4874-b04a-34148b429cca",
"vfModuleModelCustomizationUUID": "7b4eff4e-1890-4ec6-95e3-d115b1917074",
"isBase": true,
"artifacts": [
"f4b55120-c7ac-46fd-a28c-a84890fe4023",
"4d3a1783-4d47-4af6-bead-3330090b600b"
],
"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-26T03:51:28.072Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC170afad419b..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba8be725-4669-4874-b04a-34148b429cca
VfModuleModelInvariantUUID:7504fa2e-b221-4917-9893-405111b949d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f4b55120-c7ac-46fd-a28c-a84890fe4023
,
4d3a1783-4d47-4af6-bead-3330090b600b
}
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-26T03:51:28.072Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4b55120-c7ac-46fd-a28c-a84890fe4023 from URL: /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml
2022-03-26T03:51:28.073Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:51:28.073Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml
2022-03-26T03:51:28.266Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:51:28.267Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml f4b55120-c7ac-46fd-a28c-a84890fe4023 20368
2022-03-26T03:51:28.267Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-26T03:51:28.267Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml
2022-03-26T03:51:28.267Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:51:28.268Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:28.270Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:28.270Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266688267,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:51:28.370Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-26T03:51:28.371Z||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-26T03:51:28.372Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:28.384Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:28.385Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:29.270Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4d3a1783-4d47-4af6-bead-3330090b600b from URL: /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
2022-03-26T03:51:29.271Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-26T03:51:29.271Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
2022-03-26T03:51:29.462Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-26T03:51:29.463Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env 4d3a1783-4d47-4af6-bead-3330090b600b 2098
2022-03-26T03:51:29.463Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-26T03:51:29.463Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env
2022-03-26T03:51:29.464Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-26T03:51:29.464Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-26T03:51:29.465Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-26T03:51:29.466Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "a3de4562-57ce-43c4-86ce-a83a18059d8f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648266689463,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220326034842/1.0/resourceInstances/vfwc170afad419b0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-26T03:51:29.568Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-26T03:51:29.572Z||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-26T03:51:29.572Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as tCL2JMFZTW8lN3SI) ...
2022-03-26T03:51:29.585Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-26T03:51:29.585Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-26T03:51:30.466Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d1e57dc5-5064-4842-9c28-280f9c2217d2
2022-03-26T03:51:30.467Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c170afad-419b 0 c1ad897d-1138-4e11-a690-62855caf5654 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-26T03:51:30.492Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e18a9fe, org.onap.sdc.toscaparser.api.parameters.Input@1ebd69f, org.onap.sdc.toscaparser.api.parameters.Input@eb3c1e0, org.onap.sdc.toscaparser.api.parameters.Input@327fd9da, org.onap.sdc.toscaparser.api.parameters.Input@79e3d132]
2022-03-26T03:51:30.493Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:30.493Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:30.494Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-03-26T03:51:30.494Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a
2022-03-26T03:51:30.494Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a matches Tosca VF Customization UUID: d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a
2022-03-26T03:51:30.494Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a 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-26T03:51:30.497Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:30.497Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-26T03:51:30.498Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d9d55e99-aa3e-4e80-a8e6-bd4365cefa5a: {\"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-26T03:51:30.498Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a327858
2022-03-26T03:51:30.498Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:30.499Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-03-26 03-48-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-26T03:51:30.499Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b4eff4e-1890-4ec6-95e3-d115b1917074
2022-03-26T03:51:30.499Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b4eff4e-1890-4ec6-95e3-d115b1917074
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-26T03:51:30.501Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:30.501Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:30.502Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:30.502Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:30.502Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:30.502Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is not matching search criteria
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-26T03:51:30.503Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-26T03:51:30.504Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-26T03:51:30.504Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-26T03:51:30.504Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:30.504Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-26T03:51:30.504Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-26T03:51:30.505Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-26T03:51:30.505Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-26T03:51:30.505Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3928b84b-00b7-42ff-97e0-a898b87dfc9e
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-26T03:51:30.507Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-26T03:51:30.507Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Node template vFW c170afad-419b 0 is matching search criteria
2022-03-26T03:51:30.508Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c170afad-419b 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-26T03:51:30.508Z|a3de4562-57ce-43c4-86ce-a83a18059d8f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery