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-29T09:51:33.163Z||main|||||INFO|500||The following profiles are active: basic
2022-03-29T09:51:47.471Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-29T09:51:47.472Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-29T09:51:47.624Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-29T09:51:52.512Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-29T09:51:52.973Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-29T09:51:53.639Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-29T09:51:53.660Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-29T09:51:53.810Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-29T09:51:54.103Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-29T09:51:54.824Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-29T09:51:56.848Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-29T09:51:59.775Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-29T09:51:59.847Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-29T09:52:00.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-29T09:52:00.815Z||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-29T09:52:02.514Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-29T09:52:03.875Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-29T09:52:03.897Z||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$$30e71889.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-29T09:52:03.898Z||main|||||WARN|500||The sdc end point is not alive
2022-03-29T09:52:07.947Z||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-29T09:52:11.580Z||main|||||WARN|500||---
2022-03-29T09:52:11.580Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-29T09:52:11.581Z||main|||||WARN|500||---
2022-03-29T09:52:12.115Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-29T09:52:18.375Z||main|||||INFO|500||Started Application in 49.653 seconds (JVM running for 52.224)
2022-03-29T09:52:18.407Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-29T09:52:18.409Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-29T09:52:18.426Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-29T09:52:18.474Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-29T09:52:18.534Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14d8fa49-d598-4f92-a285-a60fd5a5a970 url= /sdc/v1/artifactTypes
2022-03-29T09:52:18.535Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-29T09:52:18.864Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-29T09:52:18.895Z||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-29T09:52:18.925Z||scheduling-1|||||DEBUG|500||create keys
2022-03-29T09:52:18.934Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-29T09:52:18.974Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:52:18.993Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= f089c1f9-bc2f-4e76-b8e0-4b4e5acfc135 url= /sdc/v1/registerForDistribution
2022-03-29T09:52:19.260Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= f089c1f9-bc2f-4e76-b8e0-4b4e5acfc135 url= /sdc/v1/registerForDistribution
2022-03-29T09:52:19.261Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-29T09:52:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:52:19.308Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:52:19.315Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-29T09:52:19.338Z||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-29T09:52:19.338Z||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-29T09:52:19.339Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:52:19.339Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:52:29.677Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:52:29.678Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:53:19.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:53:19.272Z||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-29T09:53:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:53:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:53:19.275Z||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-29T09:53:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:53:28.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:53:28.885Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:54:19.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:54:19.272Z||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-29T09:54:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:54:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:54:19.276Z||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-29T09:54:19.277Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:54:28.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:54:28.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:55:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:55:19.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:55:19.277Z||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-29T09:55:19.277Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:55:19.278Z||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-29T09:55:19.278Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:55:28.836Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:55:28.837Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:56:19.271Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:56:19.272Z||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-29T09:56:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:56:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:56:19.275Z||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-29T09:56:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:56:28.829Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:56:28.857Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:57:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:57:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:57:19.272Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T09:57:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:57:19.275Z||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-29T09:57:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:57:28.830Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:57:28.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:58:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:58:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:58:19.273Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T09:58:19.274Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:58:19.277Z||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-29T09:58:19.277Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:58:28.855Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:58:28.876Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:59:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:59:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T09:59:19.272Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T09:59:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T09:59:19.275Z||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-29T09:59:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T09:59:28.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T09:59:28.936Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:00:19.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:00:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:00:19.279Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:00:19.279Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:00:19.279Z||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-29T10:00:19.280Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:00:28.847Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:00:28.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:01:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:01:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:01:19.273Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:01:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:01:19.274Z||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-29T10:01:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:01:28.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:01:28.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:01:50.035Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-29T10:02:19.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:02:19.273Z||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-29T10:02:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:02:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:02:19.275Z||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-29T10:02:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:02:28.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:02:28.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:03:19.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:03:19.272Z||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-29T10:03:19.273Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:03:19.274Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:03:19.275Z||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-29T10:03:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:03:28.824Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:03:28.838Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:04:19.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:04:19.272Z||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-29T10:04:19.272Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:04:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:04:19.274Z||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-29T10:04:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:04:28.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:04:28.827Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:05:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:05:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:05:19.272Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:05:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:05:19.275Z||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-29T10:05:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:05:28.829Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:05:28.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:06:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:06:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:06:19.272Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:06:19.274Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:06:19.275Z||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-29T10:06:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:06:28.827Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:06:28.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:07:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:07:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:07:19.274Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:07:19.274Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:07:19.274Z||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-29T10:07:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:07:28.859Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:07:28.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:08:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:08:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:08:19.273Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:08:19.274Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:08:19.275Z||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-29T10:08:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:08:28.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:08:28.835Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:09:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:09:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:09:19.273Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:09:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:09:19.275Z||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-29T10:09:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:09:28.833Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:09:28.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:10:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:10:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:10:19.273Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:10:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:10:19.275Z||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-29T10:10:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:10:28.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:10:28.833Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:11:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:11:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:11:19.272Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:11:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:11:19.274Z||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-29T10:11:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:11:28.822Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:11:28.827Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:12:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:12:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:12:19.273Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:12:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:12:19.275Z||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-29T10:12:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:12:28.832Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:12:28.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:13:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:13:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:13:19.272Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:13:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:13:19.274Z||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-29T10:13:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:13:28.842Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:13:28.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:14:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:14:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:14:19.272Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:14:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:14:19.275Z||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-29T10:14:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:14:28.823Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:14:28.823Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:15:19.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:15:19.274Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:15:19.276Z||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-29T10:15:19.276Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:15:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:15:19.276Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:15:28.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:15:28.842Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:16:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:16:19.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:16:19.273Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:16:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:16:19.275Z||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-29T10:16:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:16:28.836Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:16:28.837Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:17:19.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:17:19.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:17:19.272Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:17:19.274Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:17:19.274Z||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-29T10:17:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:17:28.834Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:17:28.834Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:18:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:18:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:18:19.272Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:18:19.274Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:18:19.275Z||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-29T10:18:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:18:28.821Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:18:28.822Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:19:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:19:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:19:19.272Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:19:19.274Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:19:19.274Z||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-29T10:19:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:19:28.826Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:19:28.857Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:20:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:20:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:20:19.272Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:20:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:20:19.274Z||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-29T10:20:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:20:28.823Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:20:28.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:21:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:21:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:21:19.272Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:21:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:21:19.275Z||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-29T10:21:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:21:28.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:21:28.829Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:22:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:22:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:22:19.272Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:22:19.274Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:22:19.274Z||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-29T10:22:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:22:28.823Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:22:28.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:23:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:23:19.274Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:23:19.275Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:23:19.275Z||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-29T10:23:19.275Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:23:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:23:28.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:23:28.835Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:24:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:24:19.273Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:24:19.273Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:24:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:24:19.275Z||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-29T10:24:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:24:28.834Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:24:28.838Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:25:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:25:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:25:19.272Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:25:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:25:19.275Z||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-29T10:25:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:25:28.846Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:25:28.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:26:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:26:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:26:19.272Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:26:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:26:19.274Z||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-29T10:26:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:26:28.833Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:26:28.835Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:27:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:27:19.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:27:19.273Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:27:19.274Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:27:19.275Z||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-29T10:27:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:27:28.830Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:27:28.829Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:19.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:28:19.273Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:28:19.273Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:28:19.274Z||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-29T10:28:19.274Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:19.630Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:19.633Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.634Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549692719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.663Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.663Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.663Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "clamp",
"timestamp": 1648549691686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "cds",
"timestamp": 1648549684626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.664Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "policy-id",
"timestamp": 1648549689842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549692719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "clamp",
"timestamp": 1648549691686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "NOTIFIED"
}
2022-03-29T10:28:19.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "cds",
"timestamp": 1648549684626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "policy-id",
"timestamp": 1648549689842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "clamp",
"timestamp": 1648549691686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549692719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "cds",
"timestamp": 1648549684626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "policy-id",
"timestamp": 1648549689842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-29T10:28:19.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "clamp",
"timestamp": 1648549691686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549692719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "cds",
"timestamp": 1648549684626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "policy-id",
"timestamp": 1648549689842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "clamp",
"timestamp": 1648549691686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549692719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "policy-id",
"timestamp": 1648549689842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "cds",
"timestamp": 1648549684626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:19.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:28:19.918Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:19.920Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-29T10:28:19.921Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"86fab6d7-a9ec-4f83-9bc7-9227101e155e","serviceName":"basic_onboard_FKmKkv","serviceVersion":"1.0","serviceUUID":"d143f076-a71a-4947-b7dc-189b96da96e1","serviceDescription":"service","serviceInvariantUUID":"544584fa-2e0e-4420-b0f6-5b78743ff43c","resources":[{"resourceInstanceName":"basic_onboard_FKmKkv 0","resourceName":"basic_onboard_FKmKkv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"01d190a4-384d-4c0f-b155-59c5a51a786d","resourceInvariantUUID":"9091045e-cd68-4f24-982e-335d6318a3b3","resourceCustomizationUUID":"7e23ecbf-ceff-4fcc-98cb-084a68d24a1f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml","artifactChecksum":"MjYwNmMzMTUyNGZhYzUwN2NkZTMwNDlkZmYwODdmZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86fb1d27-06af-4bb9-9854-eab23f6d3c2f","artifactVersion":"1"},{"artifactName":"basic_onboard_fkmkkv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json","artifactChecksum":"NDQ0YTI4Y2IxYzUyOWU3YzY0NGE2Mzk0Mjg5YjBmMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3191b114-b057-4fd2-ad9b-4dfee775002f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9a2f2a91-20b6-4c80-be00-abd2d7bed686","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d57d7a2-362c-44f3-8653-7b11012d2516","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eebfed60-582f-4266-931f-d2ca17b653d6","artifactVersion":"2","generatedFromUUID":"9a2f2a91-20b6-4c80-be00-abd2d7bed686"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFkmkkv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml","artifactChecksum":"ZjdiOTZjNDJkYWM3OGQ0NDk2ZTcxZDMxOTQ2MDMzODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4aaaf16b-10b9-40bb-9fce-573552645893","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFkmkkv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar","artifactChecksum":"Mzc5Zjg2Y2NjNDM4ZDMxNjdkOWQzY2M2YThkZWZkOWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc8d98b0-505c-4029-9bdd-36082a1d2aa0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:28:19.932Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:19.945Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:19.960Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:19.961Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:20.061Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-29T10:28:20.066Z||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-29T10:28:20.066Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:20.081Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:20.082Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:20.970Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:20.971Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:20.974Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:20.974Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "NOTIFIED"
}
2022-03-29T10:28:21.074Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:21.076Z||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-29T10:28:21.076Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:21.109Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:21.111Z||pool-4-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:21.976Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:21.977Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:21.984Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:21.985Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-29T10:28:22.080Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-29T10:28:22.081Z||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-29T10:28:22.082Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:22.106Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:22.107Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:22.986Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:22.987Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:22.990Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:22.990Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:23.090Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:23.091Z||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-29T10:28:23.091Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:23.109Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:23.110Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:23.990Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:23.992Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:23.994Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:23.995Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-29T10:28:24.095Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:24.096Z||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-29T10:28:24.096Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:24.109Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:24.109Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:24.995Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:24.998Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:25.000Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:25.001Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:28:25.101Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:25.103Z||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-29T10:28:25.103Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:25.118Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:25.119Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:28:26.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:28:26.002Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:26.005Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:26.005Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:28:26.108Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-29T10:28:26.109Z||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-29T10:28:26.110Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:26.121Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:26.122Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:27.007Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"serviceName": "basic_onboard_FKmKkv",
"serviceVersion": "1.0",
"serviceUUID": "d143f076-a71a-4947-b7dc-189b96da96e1",
"serviceDescription": "service",
"serviceInvariantUUID": "544584fa-2e0e-4420-b0f6-5b78743ff43c",
"resources": [
{
"resourceInstanceName": "basic_onboard_FKmKkv 0",
"resourceCustomizationUUID": "7e23ecbf-ceff-4fcc-98cb-084a68d24a1f",
"resourceName": "basic_onboard_FKmKkv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "01d190a4-384d-4c0f-b155-59c5a51a786d",
"resourceInvariantUUID": "9091045e-cd68-4f24-982e-335d6318a3b3",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_fkmkkv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"artifactChecksum": "NDQ0YTI4Y2IxYzUyOWU3YzY0NGE2Mzk0Mjg5YjBmMTc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3191b114-b057-4fd2-ad9b-4dfee775002f",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9a2f2a91-20b6-4c80-be00-abd2d7bed686",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eebfed60-582f-4266-931f-d2ca17b653d6",
"generatedFromUUID": "9a2f2a91-20b6-4c80-be00-abd2d7bed686"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "eebfed60-582f-4266-931f-d2ca17b653d6",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardFkmkkv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"artifactChecksum": "Mzc5Zjg2Y2NjNDM4ZDMxNjdkOWQzY2M2YThkZWZkOWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bc8d98b0-505c-4029-9bdd-36082a1d2aa0"
}
],
"workloadContext": "Production"
}
2022-03-29T10:28:27.011Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:28:27.012Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d143f076-a71a-4947-b7dc-189b96da96e1 ASDC
2022-03-29T10:28:27.156Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:86fab6d7-a9ec-4f83-9bc7-9227101e155e
ServiceName:basic_onboard_FKmKkv
ServiceVersion:1.0
ServiceUUID:d143f076-a71a-4947-b7dc-189b96da96e1
ServiceInvariantUUID:544584fa-2e0e-4420-b0f6-5b78743ff43c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFkmkkv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar
ArtifactUUID:bc8d98b0-505c-4029-9bdd-36082a1d2aa0
ArtifactChecksum:Mzc5Zjg2Y2NjNDM4ZDMxNjdkOWQzY2M2YThkZWZkOWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FKmKkv 0
ResourceCustomizationUUID:7e23ecbf-ceff-4fcc-98cb-084a68d24a1f
ResourceInvariantUUID:9091045e-cd68-4f24-982e-335d6318a3b3
ResourceName:basic_onboard_FKmKkv
ResourceType:VF
ResourceUUID:01d190a4-384d-4c0f-b155-59c5a51a786d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_fkmkkv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json
ArtifactUUID:3191b114-b057-4fd2-ad9b-4dfee775002f
ArtifactChecksum:NDQ0YTI4Y2IxYzUyOWU3YzY0NGE2Mzk0Mjg5YjBmMTc=
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/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9a2f2a91-20b6-4c80-be00-abd2d7bed686
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/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
ArtifactUUID:eebfed60-582f-4266-931f-d2ca17b653d6
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/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
ArtifactUUID:eebfed60-582f-4266-931f-d2ca17b653d6
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-29T10:28:27.156Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d143f076-a71a-4947-b7dc-189b96da96e1 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-29T10:28:27.436Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:28:27.437Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:28:27.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:28:27.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bc8d98b0-505c-4029-9bdd-36082a1d2aa0 from URL: /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:27.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:28:27.441Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:27.793Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:28:27.812Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar bc8d98b0-505c-4029-9bdd-36082a1d2aa0 71591
2022-03-29T10:28:27.814Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar ASDC sendASDCNotification
2022-03-29T10:28:27.814Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:27.815Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:28:27.816Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:27.818Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:27.818Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549707812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:28:27.919Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:28:27.920Z||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-29T10:28:27.920Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:27.935Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:27.936Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:28.819Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:28:28.821Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:28:28.821Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bc8d98b0-505c-4029-9bdd-36082a1d2aa0, URL: /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar to file: /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:28.822Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:28.921Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:28.921Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:29.763Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6313303386640351643/Definitions/service-BasicOnboardFkmkkv-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-29T10:28:32.498Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:28:32.503Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FKmKkv 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-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||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-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||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-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.504Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||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-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||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-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||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-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||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-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:32.505Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:28:32.512Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.514Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.519Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:32.519Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:28:32.521Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:28:32.522Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.523Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.523Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:32.523Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:28:32.523Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:28:32.523Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.524Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.527Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is not matching search criteria
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-29T10:28:32.528Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.529Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:28:32.530Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.530Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:32.530Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:32.531Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.531Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:32.531Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:32.531Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.531Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is not matching search criteria
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-29T10:28:32.532Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=59f2215b-c3e5-4346-9a39-141c2ec5b4b8
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.534Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:32.534Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:32.534Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_FKmKkv
Description:service
Model UUID:d143f076-a71a-4947-b7dc-189b96da96e1
Model Version:NULL
Model InvariantUuid:544584fa-2e0e-4420-b0f6-5b78743ff43c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_FKmKkv
Model UUID:f6ae0ea0-a114-4da5-a861-9bd7cfc8672d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9091045e-cd68-4f24-982e-335d6318a3b3
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7e23ecbf-ceff-4fcc-98cb-084a68d24a1f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1c2cd5d3-3ffb-495b-9225-564104575e98
ModelName:BasicOnboardFkmkkv..base_ubuntu18..module-0
ModelUuid:fbaba74a-89b1-4d23-a2fd-d317911eb1a8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:59f2215b-c3e5-4346-9a39-141c2ec5b4b8
ModelInvariantUuid:05574b04-a195-4ab0-98c2-2a703453d2c0
ModelName:basic_onboard_FKmKkv-nodes.ubuntu18Cvfc
ModelUuid:224b6710-1c13-4742-a360-4d111d92ce2d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:91ed1ff2-c27e-46bb-8fa2-d778ad636416
ModelInvariantUuid:e59ad9c9-45ad-46bd-9872-5dea0341e741
ModelName:BasicOnboardFkmkkv.compute.nodes.heat.ubuntu18
ModelUuid:215df70f-5255-4b76-a616-cc0d6c99e669
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-29T10:28:32.563Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 01d190a4-384d-4c0f-b155-59c5a51a786d
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-29T10:28:32.702Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||basic_onboard_FKmKkv 0
2022-03-29T10:28:32.710Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 01d190a4-384d-4c0f-b155-59c5a51a786d
2022-03-29T10:28:32.710Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3191b114-b057-4fd2-ad9b-4dfee775002f from URL: /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json
2022-03-29T10:28:32.710Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:28:32.710Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json
2022-03-29T10:28:32.871Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:28:32.872Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json 3191b114-b057-4fd2-ad9b-4dfee775002f 798
2022-03-29T10:28:32.873Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json ASDC sendASDCNotification
2022-03-29T10:28:32.873Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json
2022-03-29T10:28:32.873Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:28:32.873Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:32.876Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:32.877Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549712873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:28:32.977Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:32.978Z||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-29T10:28:32.978Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:32.989Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:32.990Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:33.878Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFkmkkv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1c2cd5d3-3ffb-495b-9225-564104575e98",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fbaba74a-89b1-4d23-a2fd-d317911eb1a8",
"vfModuleModelCustomizationUUID": "435db101-5495-4d43-984e-cf12f587fd5f",
"isBase": true,
"artifacts": [
"9a2f2a91-20b6-4c80-be00-abd2d7bed686",
"eebfed60-582f-4266-931f-d2ca17b653d6"
],
"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-29T10:28:33.892Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFkmkkv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fbaba74a-89b1-4d23-a2fd-d317911eb1a8
VfModuleModelInvariantUUID:1c2cd5d3-3ffb-495b-9225-564104575e98
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a2f2a91-20b6-4c80-be00-abd2d7bed686
,
eebfed60-582f-4266-931f-d2ca17b653d6
}
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-29T10:28:33.895Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardFkmkkv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1c2cd5d3-3ffb-495b-9225-564104575e98",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "fbaba74a-89b1-4d23-a2fd-d317911eb1a8",
"vfModuleModelCustomizationUUID": "435db101-5495-4d43-984e-cf12f587fd5f",
"isBase": true,
"artifacts": [
"9a2f2a91-20b6-4c80-be00-abd2d7bed686",
"eebfed60-582f-4266-931f-d2ca17b653d6"
],
"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-29T10:28:33.895Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardFkmkkv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fbaba74a-89b1-4d23-a2fd-d317911eb1a8
VfModuleModelInvariantUUID:1c2cd5d3-3ffb-495b-9225-564104575e98
VfModuleModelDescription:NULL
Artifacts UUID List:{
9a2f2a91-20b6-4c80-be00-abd2d7bed686
,
eebfed60-582f-4266-931f-d2ca17b653d6
}
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-29T10:28:33.895Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9a2f2a91-20b6-4c80-be00-abd2d7bed686 from URL: /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml
2022-03-29T10:28:33.896Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:28:33.896Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml
2022-03-29T10:28:33.988Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:28:33.989Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml 9a2f2a91-20b6-4c80-be00-abd2d7bed686 5033
2022-03-29T10:28:33.989Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-29T10:28:33.989Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml
2022-03-29T10:28:33.990Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:28:33.990Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:33.993Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:33.993Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549713989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:28:34.093Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:34.095Z||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-29T10:28:34.095Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:34.109Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:34.111Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:34.994Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eebfed60-582f-4266-931f-d2ca17b653d6 from URL: /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
2022-03-29T10:28:34.994Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:28:34.994Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
2022-03-29T10:28:35.356Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:28:35.356Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env eebfed60-582f-4266-931f-d2ca17b653d6 909
2022-03-29T10:28:35.357Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-29T10:28:35.357Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
2022-03-29T10:28:35.357Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:28:35.357Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:35.363Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:35.363Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549715357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:28:35.467Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-29T10:28:35.475Z||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-29T10:28:35.476Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:35.489Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:35.490Z||pool-13-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:36.364Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d143f076-a71a-4947-b7dc-189b96da96e1
2022-03-29T10:28:36.365Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FKmKkv 0 01d190a4-384d-4c0f-b155-59c5a51a786d 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-29T10:28:36.409Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fbadff9, org.onap.sdc.toscaparser.api.parameters.Input@6b1ade78, org.onap.sdc.toscaparser.api.parameters.Input@188768b3, org.onap.sdc.toscaparser.api.parameters.Input@42f46979, org.onap.sdc.toscaparser.api.parameters.Input@4b3823c9]
2022-03-29T10:28:36.415Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.415Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.416Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-29T10:28:36.416Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7e23ecbf-ceff-4fcc-98cb-084a68d24a1f
2022-03-29T10:28:36.416Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7e23ecbf-ceff-4fcc-98cb-084a68d24a1f matches Tosca VF Customization UUID: 7e23ecbf-ceff-4fcc-98cb-084a68d24a1f
2022-03-29T10:28:36.417Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7e23ecbf-ceff-4fcc-98cb-084a68d24a1f 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-29T10:28:36.426Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.426Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.428Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7e23ecbf-ceff-4fcc-98cb-084a68d24a1f: {\"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-29T10:28:36.428Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d6c178
2022-03-29T10:28:36.428Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.429Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:28:36.429Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 435db101-5495-4d43-984e-cf12f587fd5f
2022-03-29T10:28:36.430Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 435db101-5495-4d43-984e-cf12f587fd5f
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-29T10:28:36.437Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.437Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:36.437Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:36.438Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:36.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:36.439Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.440Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is not matching search criteria
2022-03-29T10:28:36.440Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-29T10:28:36.440Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-29T10:28:36.440Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=59f2215b-c3e5-4346-9a39-141c2ec5b4b8
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-29T10:28:36.448Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.449Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:36.449Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:28:36.450Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.450Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_FKmKkv 0 is matching search criteria
2022-03-29T10:28:36.450Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_FKmKkv 0] matching following query criteria: sdcType=VF, customizationUUID=7e23ecbf-ceff-4fcc-98cb-084a68d24a1f
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-29T10:28:36.453Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.454Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.454Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d143f076-a71a-4947-b7dc-189b96da96e1: basic_onboard_FKmKkv
2022-03-29T10:28:36.455Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.455Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.455Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.455Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.456Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.456Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.457Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.457Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.457Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:28:36.457Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_FKmKkv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:28:36.458Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_FKmKkv
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-29T10:28:36.625Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FKmKkv 01d190a4-384d-4c0f-b155-59c5a51a786d 1 ASDC deployResourceStructure
2022-03-29T10:28:36.625Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json ASDC sendASDCNotification
2022-03-29T10:28:36.626Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json
2022-03-29T10:28:36.626Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:28:36.626Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:36.628Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:36.628Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549716625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-29T10:28:36.728Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:36.730Z||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-29T10:28:36.730Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:36.742Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:36.743Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:37.629Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-29T10:28:37.630Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml
2022-03-29T10:28:37.630Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:28:37.630Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:37.632Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:37.633Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549717629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-29T10:28:37.733Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:37.734Z||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-29T10:28:37.734Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:37.763Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:37.764Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:38.634Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-29T10:28:38.634Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env
2022-03-29T10:28:38.635Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:28:38.635Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:38.637Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:38.638Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549718634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-29T10:28:38.737Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:28:38.738Z||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-29T10:28:38.738Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:38.755Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:38.757Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:28:39.639Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar ASDC sendASDCNotification
2022-03-29T10:28:39.639Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar
2022-03-29T10:28:39.639Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:28:39.640Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:28:39.642Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:28:39.642Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549719638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:28:39.742Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:28:39.743Z||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-29T10:28:39.744Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:28:39.771Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:28:39.772Z||pool-17-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:28:40.643Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:28:40.683Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:28:40.686Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:28:40.687Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:28:40.687Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:29:10.687Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:29:10.700Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:29:10.705Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:29:10.705Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:29:10.706Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:29:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:29:19.275Z||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-29T10:29:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:29:19.308Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:29:19.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:29:19.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "clamp",
"timestamp": 1648549691686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:29:19.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:29:40.706Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:29:40.717Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:29:40.720Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:29:40.720Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:29:40.721Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:30:10.721Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:30:10.732Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:30:10.735Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:30:10.735Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:30:10.735Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:30:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:30:19.275Z||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-29T10:30:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:30:19.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:30:19.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:30:19.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549692719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:30:19.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:30:40.736Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:30:40.755Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:30:40.761Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:30:40.762Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:30:40.763Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:31:10.764Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:31:10.778Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:31:10.781Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:31:10.781Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-29T10:31:10.782Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-29T10:31:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:31:19.275Z||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-29T10:31:19.276Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:31:19.810Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:31:19.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "cds",
"timestamp": 1648549684626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "policy-id",
"timestamp": 1648549689842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549698969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "clamp",
"timestamp": 1648549691686,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549692719,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "cds",
"timestamp": 1648549684626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "policy-id",
"timestamp": 1648549689842,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549698969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549698969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "cds",
"timestamp": 1648549702364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "policy-id",
"timestamp": 1648549702361,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549698969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "cds",
"timestamp": 1648549703387,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-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-29T10:31:19.834Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.834Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e 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-29T10:31:19.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "policy-id",
"timestamp": 1648549703369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:31:19.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549698969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "policy-id",
"timestamp": 1648549704376,
"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-29T10:31:19.860Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.861Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e 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-29T10:31:19.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549698969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.872Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.872Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.872Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549698969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.873Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549699271,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549706997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549707812,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549708552,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549710187,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "aai-ml",
"timestamp": 1648549710652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "aai-ml",
"timestamp": 1648549710652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.876Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.877Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549711324,
"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-29T10:31:19.885Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.886Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e 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-29T10:31:19.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549710969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.898Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.898Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.898Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "aai-ml",
"timestamp": 1648549710652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.899Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.899Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.899Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549712329,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-29T10:31:19.899Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.900Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.900Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549710969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.900Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549712873,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.901Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.901Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.901Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "clamp",
"timestamp": 1648549713063,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "aai-ml",
"timestamp": 1648549710652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.902Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549710969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.903Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.903Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549713989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.903Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.903Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "aai-ml",
"timestamp": 1648549710652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549710969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.904Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "clamp",
"timestamp": 1648549715080,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "aai-ml",
"timestamp": 1648549710652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.905Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549715357,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.906Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549710969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "clamp",
"timestamp": 1648549716086,
"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-29T10:31:19.912Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.913Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e 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-29T10:31:19.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "aai-ml",
"timestamp": 1648549710652,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549716625,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/basic_onboard_fkmkkv0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-29T10:31:19.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549710969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:31:19.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549717629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-29T10:31:19.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549710969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:31:19.925Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:31:19.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "aai-ml",
"timestamp": 1648549719105,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549718634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/resourceInstances/basic_onboard_fkmkkv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-29T10:31:19.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549719203,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:31:19.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549719638,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:31:19.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549725082,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:31:19.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549726088,
"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-29T10:31:19.938Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.939Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e 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-29T10:31:19.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "aai-ml",
"timestamp": 1648549735221,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkmkkv/1.0/artifacts/service-BasicOnboardFkmkkv-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:31:19.948Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:31:19.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:31:19.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "aai-ml",
"timestamp": 1648549736225,
"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-29T10:31:19.954Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 86fab6d7-a9ec-4f83-9bc7-9227101e155e
2022-03-29T10:31:19.954Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 86fab6d7-a9ec-4f83-9bc7-9227101e155e 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-29T10:31:40.782Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:31:40.804Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e
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-29T10:31:40.822Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:31:40.822Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-29T10:31:40.823Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-29T10:31:40.823Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-29T10:31:40.824Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:31:40.824Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:31:40.824Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:31:40.826Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:31:40.826Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:31:40.826Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:31:40.827Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||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-29T10:31:40.844Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-29T10:32:10.844Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e 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-29T10:32:10.860Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 86fab6d7-a9ec-4f83-9bc7-9227101e155e and serviceModelVersionId: d143f076-a71a-4947-b7dc-189b96da96e1
2022-03-29T10:32:10.861Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 544584fa-2e0e-4420-b0f6-5b78743ff43c
2022-03-29T10:32:19.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:32:19.275Z||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-29T10:32:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:19.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:19.913Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.913Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549878970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.914Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.914Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "cds",
"timestamp": 1648549879626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549878970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "NOTIFIED"
}
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "cds",
"timestamp": 1648549879626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.915Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549878970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "cds",
"timestamp": 1648549879626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.916Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.917Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.917Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549878970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.918Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "cds",
"timestamp": 1648549879626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.919Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549878970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-29T10:32:19.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "cds",
"timestamp": 1648549879626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549878970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "cds",
"timestamp": 1648549879626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549878970,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:32:19.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "cds",
"timestamp": 1648549879626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:32:19.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "aai-ml",
"timestamp": 1648549890652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.923Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "policy-id",
"timestamp": 1648549889842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.924Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.924Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549890576,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:19.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:19.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.925Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "cds",
"timestamp": 1648549890834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:19.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:19.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.926Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "aai-ml",
"timestamp": 1648549890652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.926Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "policy-id",
"timestamp": 1648549889842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.931Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549890964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.932Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "cds",
"timestamp": 1648549891841,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-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-29T10:32:19.950Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:19.951Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc 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-29T10:32:19.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.961Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "aai-ml",
"timestamp": 1648549890652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.980Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549892273,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:19.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:19.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "policy-id",
"timestamp": 1648549889842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-29T10:32:19.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.982Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549890964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "aai-ml",
"timestamp": 1648549890652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.983Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549892719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.983Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.984Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "policy-id",
"timestamp": 1648549889842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.984Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549893551,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:19.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:19.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.985Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549890964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.986Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "aai-ml",
"timestamp": 1648549890652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.986Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.987Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549892719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.987Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.988Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "policy-id",
"timestamp": 1648549889842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:19.988Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:19.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:19.990Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549894586,
"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-29T10:32:20.005Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:20.006Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc 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-29T10:32:20.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549890964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "aai-ml",
"timestamp": 1648549890652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549892719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "policy-id",
"timestamp": 1648549889842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648549895592,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "DEPLOY_OK"
}
2022-03-29T10:32:20.022Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549890964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "aai-ml",
"timestamp": 1648549890652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549892719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "policy-id",
"timestamp": 1648549889842,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549890964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549892719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549890964,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "aai-ml",
"timestamp": 1648549898982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "policy-id",
"timestamp": 1648549898108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549892719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549898963,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:20.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "policy-id",
"timestamp": 1648549899112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "ves-openapi-manager",
"timestamp": 1648549892719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "policy-id",
"timestamp": 1648549900117,
"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-29T10:32:20.036Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:20.036Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc 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-29T10:32:20.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "clamp",
"timestamp": 1648549901687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549903027,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:32:20.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "clamp",
"timestamp": 1648549901687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "NOTIFIED"
}
2022-03-29T10:32:20.045Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.045Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648549904032,
"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-29T10:32:20.049Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:20.050Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc 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-29T10:32:20.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.058Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "clamp",
"timestamp": 1648549901687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "clamp",
"timestamp": 1648549901687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "clamp",
"timestamp": 1648549901687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "clamp",
"timestamp": 1648549901687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:20.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "clamp",
"timestamp": 1648549901687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:32:20.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-03-29T10:32:20.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "aai-ml",
"timestamp": 1648549912609,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:32:20.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "aai-ml",
"timestamp": 1648549913613,
"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-29T10:32:20.067Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:20.067Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc 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-29T10:32:20.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "clamp",
"timestamp": 1648549917088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:20.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.078Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "clamp",
"timestamp": 1648549918111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:32:20.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:32:20.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-29T10:32:20.079Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "clamp",
"timestamp": 1648549919116,
"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-29T10:32:20.084Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53a0c21d-04be-427a-b1c4-207a32e7abfc
2022-03-29T10:32:20.084Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53a0c21d-04be-427a-b1c4-207a32e7abfc 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-29T10:32:26.833Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0
2022-03-29T10:32:26.966Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-29T10:32:27.533Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0|INFO|500||Invoke
2022-03-29T10:32:27.541Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[86fab6d7-a9ec-4f83-9bc7-9227101e155e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81e580e9-df10-43ab-a213-6c3c29a1b0ba], X-ECOMP-RequestID=[86fab6d7-a9ec-4f83-9bc7-9227101e155e], X-TransactionId=[], X-ONAP-RequestID=[86fab6d7-a9ec-4f83-9bc7-9227101e155e], Content-Type=[application/merge-patch+json]}
2022-03-29T10:32:27.680Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-29T10:32:28.386Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?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/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220329-10:32:28:812-93254], vertex-id=[352392], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:32:28 GMT], Content-Type=[application/json]}
2022-03-29T10:32:28.389Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:32:28.390Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/544584fa-2e0e-4420-b0f6-5b78743ff43c/model-vers/model-ver/d143f076-a71a-4947-b7dc-189b96da96e1?depth=0|INFO|500||InvokeReturn
2022-03-29T10:32:28.396Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:32:28.397Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||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-29T10:32:28.404Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||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-29T10:32:28.406Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 86fab6d7-a9ec-4f83-9bc7-9227101e155e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:32:28.407Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:32:28.408Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:28.411Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:28.411Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549948406,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:32:28.511Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:28.512Z||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-29T10:32:28.512Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:28.525Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:28.525Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-29T10:32:29.432Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:32:29.433Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:32:29.433Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:33.807Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:33.808Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-29T10:32:33.809Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"53a0c21d-04be-427a-b1c4-207a32e7abfc","serviceName":"vFW 2022-03-29 10-28-16","serviceVersion":"1.0","serviceUUID":"e26a3d72-ab7d-42f0-b594-cc01fab9055f","serviceDescription":"catalog service description","serviceInvariantUUID":"daeb18b4-4633-4749-a95b-753a9f4112f8","resources":[{"resourceInstanceName":"vFW b50ed7c0-9c78 0","resourceName":"vFW b50ed7c0-9c78","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ddbf96bc-9222-4efc-be2f-45d9bdb5a645","resourceInvariantUUID":"036b730e-fdc5-41b5-8e66-d7b924d06924","resourceCustomizationUUID":"51f15124-8d23-4f16-9020-5b0263f02e8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml","artifactChecksum":"ZWNkMjFjZjczYTBiMWU5ZThkYzlhNTQ4ZjhiNTcwYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d40cf41-9991-414c-a3af-ee78acdde34f","artifactVersion":"1"},{"artifactName":"vfwb50ed7c09c780_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json","artifactChecksum":"OGQ2NDY3MjY4MTk2MmIyMzk4ODVmMzM2NzEwYTc2OWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0918216a-6ec2-4d74-a7bd-ef92d7765ea4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml","artifactChecksum":"NGViMjAxZjJkY2U3NDYxNDZhZWExMTI3Mzg0NDdlZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"417cf1a1-7936-4208-93d1-3863fb10d314","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4405cbf-ad88-450f-a288-c0a28b77d5d3","artifactVersion":"2","generatedFromUUID":"fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220329102816-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml","artifactChecksum":"ZWJlOTJjYjI2MzljMWM4ZTU0NGM3YTc4YWUxNjZhMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ced2d42e-2d7e-4f6c-acc1-ec9b90dbebea","artifactVersion":"1"},{"artifactName":"service-Vfw20220329102816-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar","artifactChecksum":"NTNmYjZkOTA2MzEzNDY1M2U4MmVjYWNkODY3OTczYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc44e572-926a-4bf7-a4e9-8b4b16f56b34","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:32:33.811Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:33.811Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:33.813Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:33.814Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:33.914Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:33.915Z||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-29T10:32:33.915Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:33.934Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:33.935Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:32:34.814Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:34.815Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:34.817Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:34.817Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "NOTIFIED"
}
2022-03-29T10:32:34.918Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:34.919Z||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-29T10:32:34.919Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:34.932Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:34.933Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:35.818Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:35.819Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:35.821Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:35.822Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-29T10:32:35.922Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:35.923Z||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-29T10:32:35.924Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:35.939Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:35.940Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:36.822Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:36.823Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:36.826Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:36.826Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:36.927Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:32:36.928Z||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-29T10:32:36.928Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:36.943Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:36.944Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:37.827Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:37.829Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:37.831Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:37.831Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-29T10:32:37.932Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:32:37.933Z||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-29T10:32:37.933Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:37.951Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:37.955Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:38.832Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:38.833Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:38.835Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:38.836Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:32:38.936Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:38.938Z||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-29T10:32:38.938Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:38.953Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:38.954Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:39.836Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:32:39.837Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:39.840Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:39.840Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:32:39.940Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:39.941Z||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-29T10:32:39.941Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:39.963Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:39.964Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:40.842Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"serviceName": "vFW 2022-03-29 10-28-16",
"serviceVersion": "1.0",
"serviceUUID": "e26a3d72-ab7d-42f0-b594-cc01fab9055f",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "daeb18b4-4633-4749-a95b-753a9f4112f8",
"resources": [
{
"resourceInstanceName": "vFW b50ed7c0-9c78 0",
"resourceCustomizationUUID": "51f15124-8d23-4f16-9020-5b0263f02e8b",
"resourceName": "vFW b50ed7c0-9c78",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ddbf96bc-9222-4efc-be2f-45d9bdb5a645",
"resourceInvariantUUID": "036b730e-fdc5-41b5-8e66-d7b924d06924",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb50ed7c09c780_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"artifactChecksum": "OGQ2NDY3MjY4MTk2MmIyMzk4ODVmMzM2NzEwYTc2OWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0918216a-6ec2-4d74-a7bd-ef92d7765ea4",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4405cbf-ad88-450f-a288-c0a28b77d5d3",
"generatedFromUUID": "fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f4405cbf-ad88-450f-a288-c0a28b77d5d3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220329102816-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"artifactChecksum": "NTNmYjZkOTA2MzEzNDY1M2U4MmVjYWNkODY3OTczYjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fc44e572-926a-4bf7-a4e9-8b4b16f56b34"
}
],
"workloadContext": "Production"
}
2022-03-29T10:32:40.843Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:32:40.843Z|86fab6d7-a9ec-4f83-9bc7-9227101e155e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e26a3d72-ab7d-42f0-b594-cc01fab9055f ASDC
2022-03-29T10:32:40.843Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:53a0c21d-04be-427a-b1c4-207a32e7abfc
ServiceName:vFW 2022-03-29 10-28-16
ServiceVersion:1.0
ServiceUUID:e26a3d72-ab7d-42f0-b594-cc01fab9055f
ServiceInvariantUUID:daeb18b4-4633-4749-a95b-753a9f4112f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220329102816-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar
ArtifactUUID:fc44e572-926a-4bf7-a4e9-8b4b16f56b34
ArtifactChecksum:NTNmYjZkOTA2MzEzNDY1M2U4MmVjYWNkODY3OTczYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b50ed7c0-9c78 0
ResourceCustomizationUUID:51f15124-8d23-4f16-9020-5b0263f02e8b
ResourceInvariantUUID:036b730e-fdc5-41b5-8e66-d7b924d06924
ResourceName:vFW b50ed7c0-9c78
ResourceType:VF
ResourceUUID:ddbf96bc-9222-4efc-be2f-45d9bdb5a645
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb50ed7c09c780_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json
ArtifactUUID:0918216a-6ec2-4d74-a7bd-ef92d7765ea4
ArtifactChecksum:OGQ2NDY3MjY4MTk2MmIyMzk4ODVmMzM2NzEwYTc2OWU=
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/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml
ArtifactUUID:fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9
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/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
ArtifactUUID:f4405cbf-ad88-450f-a288-c0a28b77d5d3
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/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
ArtifactUUID:f4405cbf-ad88-450f-a288-c0a28b77d5d3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-29T10:32:40.844Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e26a3d72-ab7d-42f0-b594-cc01fab9055f 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-29T10:32:40.879Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:32:40.880Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:32:40.880Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:32:40.881Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc44e572-926a-4bf7-a4e9-8b4b16f56b34 from URL: /sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:40.881Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:32:40.881Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:41.460Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:32:41.467Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar fc44e572-926a-4bf7-a4e9-8b4b16f56b34 98961
2022-03-29T10:32:41.468Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar ASDC sendASDCNotification
2022-03-29T10:32:41.468Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:41.468Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:32:41.469Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:41.471Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:41.471Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549961468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:41.571Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:32:41.573Z||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-29T10:32:41.573Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:41.584Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:41.585Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:32:42.472Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:32:42.473Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:32:42.474Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fc44e572-926a-4bf7-a4e9-8b4b16f56b34, URL: /sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar to file: /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:42.474Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220329102816-csar.csar
2022-03-29T10:32:42.474Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:42.475Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:42.754Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1362704350707910240/Definitions/service-Vfw20220329102816-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-29T10:32:45.441Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:32:45.441Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.442Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b50ed7c0-9c78 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-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-Vfw20220329102816-csar.csar
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.443Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:45.444Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:45.445Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:45.446Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:32:45.448Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:32:45.448Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.448Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.449Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:32:45.449Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.449Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:32:45.449Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.449Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-29T10:32:45.450Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.450Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:32:45.450Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.451Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:45.451Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:45.452Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.452Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:45.452Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:45.453Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.453Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:45.453Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:45.453Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.454Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:45.454Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:45.454Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-29T10:32:45.454Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:45.455Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:32:45.455Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:32:45.455Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.455Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.455Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:32:45.456Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.456Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:32:45.456Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.456Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=85702345-e3b8-4cfd-b529-9acc493a9054
2022-03-29T10:32:45.457Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.457Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:45.457Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:45.457Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:45.458Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-29T10:32:45.459Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:32:45.459Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.459Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:32:45.459Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.460Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ea1a439f-d56d-4e71-95f9-2428271ff8d9
2022-03-29T10:32:45.460Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.460Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:45.460Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:45.461Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:32:45.461Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.461Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.461Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:32:45.461Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.462Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:45.462Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:32:45.462Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:32:45.462Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:45.463Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:45.463Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-29T10:32:45.463Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58656fa7-bd5c-419f-a094-2f0a188c2f4e
2022-03-29T10:32:45.463Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.464Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.464Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.464Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.464Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.464Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.465Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:45.465Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:45.465Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-29 10-28-16
Description:catalog service description
Model UUID:e26a3d72-ab7d-42f0-b594-cc01fab9055f
Model Version:NULL
Model InvariantUuid:daeb18b4-4633-4749-a95b-753a9f4112f8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b50ed7c0-9c78
Model UUID:e856cbbf-cc20-465e-af85-465bc0c2510e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:036b730e-fdc5-41b5-8e66-d7b924d06924
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:51f15124-8d23-4f16-9020-5b0263f02e8b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d06f5402-020f-4c1f-a1ad-728fcd472eeb
ModelName:VfwB50ed7c09c78..base_vfw..module-0
ModelUuid:6b153a77-1535-4371-995c-d5e4b0096c35
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:85702345-e3b8-4cfd-b529-9acc493a9054
ModelInvariantUuid:8b139a09-97de-4662-b05c-d2328ddf772b
ModelName:vFW b50ed7c0-9c78-nodes.vfwCvfc
ModelUuid:aa75aef6-c9f2-462f-afdb-c96e903dca37
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:ff7fabd6-96b5-4500-ab9d-1e3b1b6d74e8
ModelInvariantUuid:3f0923d9-c3d9-435b-8a39-baec026efb79
ModelName:VfwB50ed7c09c78.compute.nodes.heat.vfw
ModelUuid:4c92e71f-e77f-4fac-aa86-1c0bc104761d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ea1a439f-d56d-4e71-95f9-2428271ff8d9
ModelInvariantUuid:b634a012-c4be-4b73-a461-8313f0e7ed10
ModelName:vFW b50ed7c0-9c78-nodes.vsnCvfc
ModelUuid:41044657-f3a8-4146-8e83-f36cddb9af99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:18563ef3-cc15-4847-b0f8-42c99996042a
ModelInvariantUuid:dcd78bc3-df6a-4272-85a3-e0fc92462086
ModelName:VfwB50ed7c09c78.compute.nodes.heat.vsn
ModelUuid:88d0a742-9445-42be-8f8a-2e8f034b894e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:58656fa7-bd5c-419f-a094-2f0a188c2f4e
ModelInvariantUuid:35f30a80-834b-4be5-b624-24c239eb9d8c
ModelName:vFW b50ed7c0-9c78-nodes.vpgCvfc
ModelUuid:e2a8a2c8-eba6-44f5-aa56-2e6fc24965c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:2d232bbd-7775-4482-b531-2be70aae533b
ModelInvariantUuid:66c68bec-987b-4b42-bfe0-f451585932d0
ModelName:VfwB50ed7c09c78.compute.nodes.heat.vpg
ModelUuid:929693f1-0b94-4ce5-b16c-cf1d5340f6f9
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-29T10:32:45.473Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ddbf96bc-9222-4efc-be2f-45d9bdb5a645
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-29T10:32:45.478Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||vFW b50ed7c0-9c78 0
2022-03-29T10:32:45.478Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ddbf96bc-9222-4efc-be2f-45d9bdb5a645
2022-03-29T10:32:45.479Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0918216a-6ec2-4d74-a7bd-ef92d7765ea4 from URL: /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json
2022-03-29T10:32:45.479Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:32:45.479Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json
2022-03-29T10:32:45.660Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:32:45.660Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json 0918216a-6ec2-4d74-a7bd-ef92d7765ea4 785
2022-03-29T10:32:45.661Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json ASDC sendASDCNotification
2022-03-29T10:32:45.661Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json
2022-03-29T10:32:45.661Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:32:45.662Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:45.664Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:45.664Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549965661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:45.764Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:45.765Z||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-29T10:32:45.766Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:45.788Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:45.790Z||pool-27-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:46.665Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB50ed7c09c78..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d06f5402-020f-4c1f-a1ad-728fcd472eeb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6b153a77-1535-4371-995c-d5e4b0096c35",
"vfModuleModelCustomizationUUID": "95df9bda-1d6d-43e5-977d-c5829cd45ac8",
"isBase": true,
"artifacts": [
"fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9",
"f4405cbf-ad88-450f-a288-c0a28b77d5d3"
],
"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-29T10:32:46.672Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB50ed7c09c78..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b153a77-1535-4371-995c-d5e4b0096c35
VfModuleModelInvariantUUID:d06f5402-020f-4c1f-a1ad-728fcd472eeb
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9
,
f4405cbf-ad88-450f-a288-c0a28b77d5d3
}
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-29T10:32:46.677Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB50ed7c09c78..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d06f5402-020f-4c1f-a1ad-728fcd472eeb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6b153a77-1535-4371-995c-d5e4b0096c35",
"vfModuleModelCustomizationUUID": "95df9bda-1d6d-43e5-977d-c5829cd45ac8",
"isBase": true,
"artifacts": [
"fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9",
"f4405cbf-ad88-450f-a288-c0a28b77d5d3"
],
"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-29T10:32:46.677Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB50ed7c09c78..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b153a77-1535-4371-995c-d5e4b0096c35
VfModuleModelInvariantUUID:d06f5402-020f-4c1f-a1ad-728fcd472eeb
VfModuleModelDescription:NULL
Artifacts UUID List:{
fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9
,
f4405cbf-ad88-450f-a288-c0a28b77d5d3
}
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-29T10:32:46.678Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9 from URL: /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml
2022-03-29T10:32:46.678Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:32:46.678Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml
2022-03-29T10:32:47.269Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:32:47.270Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml fbd2b33d-b1d9-4de8-ad7e-e0b012b283f9 20368
2022-03-29T10:32:47.271Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-29T10:32:47.271Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml
2022-03-29T10:32:47.271Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:32:47.272Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:47.274Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:47.275Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549967271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:47.375Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:47.376Z||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-29T10:32:47.376Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:47.390Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:47.390Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:48.276Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f4405cbf-ad88-450f-a288-c0a28b77d5d3 from URL: /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
2022-03-29T10:32:48.277Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:32:48.278Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
2022-03-29T10:32:48.569Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:32:48.570Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env f4405cbf-ad88-450f-a288-c0a28b77d5d3 2098
2022-03-29T10:32:48.570Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-29T10:32:48.571Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
2022-03-29T10:32:48.571Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:32:48.571Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:48.574Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:48.574Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549968570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:32:48.674Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:48.676Z||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-29T10:32:48.676Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:48.692Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:48.693Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:49.575Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e26a3d72-ab7d-42f0-b594-cc01fab9055f
2022-03-29T10:32:49.576Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b50ed7c0-9c78 0 ddbf96bc-9222-4efc-be2f-45d9bdb5a645 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-29T10:32:49.596Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53eb9964, org.onap.sdc.toscaparser.api.parameters.Input@7101ce84, org.onap.sdc.toscaparser.api.parameters.Input@12533b8, org.onap.sdc.toscaparser.api.parameters.Input@262f7bcd, org.onap.sdc.toscaparser.api.parameters.Input@2900f6d5]
2022-03-29T10:32:49.598Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.598Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.599Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-29T10:32:49.599Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 51f15124-8d23-4f16-9020-5b0263f02e8b
2022-03-29T10:32:49.599Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51f15124-8d23-4f16-9020-5b0263f02e8b matches Tosca VF Customization UUID: 51f15124-8d23-4f16-9020-5b0263f02e8b
2022-03-29T10:32:49.599Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 51f15124-8d23-4f16-9020-5b0263f02e8b 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-29T10:32:49.602Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.602Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.603Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 51f15124-8d23-4f16-9020-5b0263f02e8b: {\"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-29T10:32:49.604Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2336c408
2022-03-29T10:32:49.604Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.604Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:32:49.604Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95df9bda-1d6d-43e5-977d-c5829cd45ac8
2022-03-29T10:32:49.604Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95df9bda-1d6d-43e5-977d-c5829cd45ac8
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-29T10:32:49.607Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.607Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.607Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:49.608Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.608Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.608Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:49.608Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.608Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.609Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.610Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:32:49.610Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.610Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:32:49.610Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.610Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=85702345-e3b8-4cfd-b529-9acc493a9054
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-29T10:32:49.612Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.613Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.613Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:49.613Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.613Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.614Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.615Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ea1a439f-d56d-4e71-95f9-2428271ff8d9
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-29T10:32:49.618Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.618Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.618Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:49.621Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.622Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is not matching search criteria
2022-03-29T10:32:49.622Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:32:49.622Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:32:49.622Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.622Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.623Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:32:49.623Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.623Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:32:49.623Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:32:49.623Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:32:49.624Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:32:49.624Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:32:49.624Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-29T10:32:49.624Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=58656fa7-bd5c-419f-a094-2f0a188c2f4e
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-29T10:32:49.627Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.628Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.628Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:32:49.628Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.628Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Node template vFW b50ed7c0-9c78 0 is matching search criteria
2022-03-29T10:32:49.628Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW b50ed7c0-9c78 0] matching following query criteria: sdcType=VF, customizationUUID=51f15124-8d23-4f16-9020-5b0263f02e8b
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-29T10:32:49.631Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.631Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e26a3d72-ab7d-42f0-b594-cc01fab9055f: vFW b50ed7c0-9c78
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.632Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:32:49.633Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-29 10-28-16
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-29T10:32:49.812Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b50ed7c0-9c78 ddbf96bc-9222-4efc-be2f-45d9bdb5a645 1 ASDC deployResourceStructure
2022-03-29T10:32:49.813Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json ASDC sendASDCNotification
2022-03-29T10:32:49.814Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json
2022-03-29T10:32:49.814Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:32:49.815Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:49.817Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:49.817Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549969813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "DEPLOY_OK"
}
2022-03-29T10:32:49.917Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:32:49.919Z||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-29T10:32:49.919Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:49.934Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:49.934Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:50.818Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-29T10:32:50.819Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml
2022-03-29T10:32:50.819Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:32:50.820Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:50.822Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:50.822Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549970818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-29T10:32:50.922Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:50.923Z||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-29T10:32:50.923Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:50.934Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:50.934Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:51.823Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-29T10:32:51.824Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env
2022-03-29T10:32:51.824Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:32:51.825Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:51.827Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:51.827Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549971823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-29T10:32:51.927Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:51.928Z||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-29T10:32:51.928Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:51.941Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:51.942Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:52.828Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar ASDC sendASDCNotification
2022-03-29T10:32:52.828Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar
2022-03-29T10:32:52.828Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-29T10:32:52.829Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:32:52.831Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:32:52.831Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549972827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:32:52.931Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:32:52.932Z||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-29T10:32:52.932Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:32:52.944Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:32:52.945Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:32:53.839Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53a0c21d-04be-427a-b1c4-207a32e7abfc
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-29T10:32:53.850Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53a0c21d-04be-427a-b1c4-207a32e7abfc
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-29T10:32:53.858Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-29T10:32:53.858Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-29T10:32:53.858Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-29T10:32:53.859Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-29T10:32:53.859Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:32:53.859Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:32:53.859Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:32:53.860Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:32:53.860Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:32:53.860Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-29T10:32:53.860Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-29T10:32:53.868Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-29T10:33:19.274Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:33:19.275Z||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-29T10:33:19.275Z||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 zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:19.913Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:19.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "86fab6d7-a9ec-4f83-9bc7-9227101e155e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549948406,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:33:19.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:33:19.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-29T10:33:19.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "NOTIFIED"
}
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549949432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549961468,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549965661,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549967271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549968570,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549969813,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/vfwb50ed7c09c780_modules.json",
"status": "DEPLOY_OK"
}
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549970818,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549971823,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/resourceInstances/vfwb50ed7c09c780/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-29T10:33:19.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648549972827,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329102816/1.0/artifacts/service-Vfw20220329102816-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-29T10:33:19.921Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-29T10:33:23.868Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53a0c21d-04be-427a-b1c4-207a32e7abfc 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-29T10:33:23.875Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53a0c21d-04be-427a-b1c4-207a32e7abfc and serviceModelVersionId: e26a3d72-ab7d-42f0-b594-cc01fab9055f
2022-03-29T10:33:23.876Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : daeb18b4-4633-4749-a95b-753a9f4112f8
2022-03-29T10:33:23.877Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0
2022-03-29T10:33:23.883Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-29T10:33:23.946Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?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-29T10:33:23.947Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0|INFO|500||Invoke
2022-03-29T10:33:23.974Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-29T10:33:24.471Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0|INFO|500||InvokeReturn
2022-03-29T10:33:24.471Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daeb18b4-4633-4749-a95b-753a9f4112f8/model-vers/model-ver/e26a3d72-ab7d-42f0-b594-cc01fab9055f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220329-10:33:25:104-21523], vertex-id=[393328], Content-Length=[0], Date=[Tue, 29 Mar 2022 10:33:25 GMT], Content-Type=[application/json]}
2022-03-29T10:33:24.472Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-29T10:33:24.472Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-29T10:33:24.472Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-29T10:33:24.477Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||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-29T10:33:24.477Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53a0c21d-04be-427a-b1c4-207a32e7abfc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-29T10:33:24.478Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-29T10:33:24.478Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:24.481Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:24.481Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "53a0c21d-04be-427a-b1c4-207a32e7abfc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550004478,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-29T10:33:24.581Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:24.582Z||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-29T10:33:24.582Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:24.606Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:24.606Z||pool-34-thread-1|||||INFO|500||cambria reply ok (25 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-29T10:33:25.494Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-29T10:33:25.495Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-29T10:33:25.495Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:27.828Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:27.828Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-29T10:33:27.829Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"79b9e64b-e916-4485-8d69-1f401d7a17ab","serviceName":"vFW 2022-03-29 10-30-40","serviceVersion":"1.0","serviceUUID":"8a336d15-0bb7-4814-9244-f9339b811516","serviceDescription":"catalog service description","serviceInvariantUUID":"db934d03-c756-4ddb-aef3-9c4a95afe356","resources":[{"resourceInstanceName":"vFW f0f95bfc-1e5d 0","resourceName":"vFW f0f95bfc-1e5d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3f34cdd-7d2e-452a-b748-35df7aa44d13","resourceInvariantUUID":"3f7a9506-57a1-4c01-b9d2-051476f51346","resourceCustomizationUUID":"40412373-c2ff-4d25-b1b0-01bdd23526c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml","artifactChecksum":"M2RlNWE2ZjYxZDBlMjlkOWRmNDk3NzZlOGU0MzhjOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9897834-aa89-4c4e-83a2-cbf9f70f9322","artifactVersion":"1"},{"artifactName":"vfwf0f95bfc1e5d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json","artifactChecksum":"NjFhNjJmMjk2NDNkN2RmOWQ2NTMxNmY4NmIyYjAyYmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e833ce7d-96ac-4853-bf95-4b20eb47471e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b1e5addb-5e78-40f2-9c63-ca7f972902a6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml","artifactChecksum":"MTY4Y2EzZWIyOWQ5N2RhMWYzOTcxMjRiMjJmYWQwMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37bfff39-569d-4943-b0ff-a1e25b2314d6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2e7bb03e-12a3-473e-8233-99e051e69009","artifactVersion":"2","generatedFromUUID":"b1e5addb-5e78-40f2-9c63-ca7f972902a6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220329103040-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml","artifactChecksum":"NjQ1ZWVjZTQ1MDVlNzFkMTA3Mjk3ZDFmN2I5NjZjZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2b52d47-89d1-4343-9d61-91256629200b","artifactVersion":"1"},{"artifactName":"service-Vfw20220329103040-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar","artifactChecksum":"OGJlYzc4ZWZmMzRlZDJmZWRmYWNhZjA4OTAyMWY5NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef7a6772-e130-43c1-9532-957420198643","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-29T10:33:27.832Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:27.832Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:27.834Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:27.834Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550005494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:33:27.934Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:27.935Z||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-29T10:33:27.935Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:27.948Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:27.949Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:33:28.834Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:28.837Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:28.840Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:28.840Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550005494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
"status": "NOTIFIED"
}
2022-03-29T10:33:28.940Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:28.941Z||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-29T10:33:28.942Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:28.965Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:28.966Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:29.841Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:29.842Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:29.844Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:29.844Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550005494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-29T10:33:29.944Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:29.946Z||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-29T10:33:29.946Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:29.970Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:29.971Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:33:30.845Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:30.846Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:30.849Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:30.849Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550005494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:33:30.950Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-29T10:33:30.956Z||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-29T10:33:30.956Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:30.973Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:30.974Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:31.856Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:31.857Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:31.863Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:31.863Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550005494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-29T10:33:31.963Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:31.964Z||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-29T10:33:31.964Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:31.987Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:31.987Z||pool-39-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-29T10:33:32.864Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:32.865Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:32.867Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:32.867Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550005494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-29T10:33:32.967Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:32.969Z||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-29T10:33:32.969Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:32.981Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:32.982Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:33.867Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-29T10:33:33.868Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:33.870Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:33.870Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550005494,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
"status": "NOTIFIED"
}
2022-03-29T10:33:33.970Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:33.971Z||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-29T10:33:33.971Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:34.005Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:34.006Z||pool-41-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:34.872Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"serviceName": "vFW 2022-03-29 10-30-40",
"serviceVersion": "1.0",
"serviceUUID": "8a336d15-0bb7-4814-9244-f9339b811516",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "db934d03-c756-4ddb-aef3-9c4a95afe356",
"resources": [
{
"resourceInstanceName": "vFW f0f95bfc-1e5d 0",
"resourceCustomizationUUID": "40412373-c2ff-4d25-b1b0-01bdd23526c8",
"resourceName": "vFW f0f95bfc-1e5d",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e3f34cdd-7d2e-452a-b748-35df7aa44d13",
"resourceInvariantUUID": "3f7a9506-57a1-4c01-b9d2-051476f51346",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf0f95bfc1e5d0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
"artifactChecksum": "NjFhNjJmMjk2NDNkN2RmOWQ2NTMxNmY4NmIyYjAyYmI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e833ce7d-96ac-4853-bf95-4b20eb47471e",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b1e5addb-5e78-40f2-9c63-ca7f972902a6",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2e7bb03e-12a3-473e-8233-99e051e69009",
"generatedFromUUID": "b1e5addb-5e78-40f2-9c63-ca7f972902a6"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2e7bb03e-12a3-473e-8233-99e051e69009",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220329103040-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
"artifactChecksum": "OGJlYzc4ZWZmMzRlZDJmZWRmYWNhZjA4OTAyMWY5NmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ef7a6772-e130-43c1-9532-957420198643"
}
],
"workloadContext": "Production"
}
2022-03-29T10:33:34.872Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-29T10:33:34.872Z|53a0c21d-04be-427a-b1c4-207a32e7abfc|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a336d15-0bb7-4814-9244-f9339b811516 ASDC
2022-03-29T10:33:34.873Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:79b9e64b-e916-4485-8d69-1f401d7a17ab
ServiceName:vFW 2022-03-29 10-30-40
ServiceVersion:1.0
ServiceUUID:8a336d15-0bb7-4814-9244-f9339b811516
ServiceInvariantUUID:db934d03-c756-4ddb-aef3-9c4a95afe356
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220329103040-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar
ArtifactUUID:ef7a6772-e130-43c1-9532-957420198643
ArtifactChecksum:OGJlYzc4ZWZmMzRlZDJmZWRmYWNhZjA4OTAyMWY5NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f0f95bfc-1e5d 0
ResourceCustomizationUUID:40412373-c2ff-4d25-b1b0-01bdd23526c8
ResourceInvariantUUID:3f7a9506-57a1-4c01-b9d2-051476f51346
ResourceName:vFW f0f95bfc-1e5d
ResourceType:VF
ResourceUUID:e3f34cdd-7d2e-452a-b748-35df7aa44d13
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf0f95bfc1e5d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json
ArtifactUUID:e833ce7d-96ac-4853-bf95-4b20eb47471e
ArtifactChecksum:NjFhNjJmMjk2NDNkN2RmOWQ2NTMxNmY4NmIyYjAyYmI=
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/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml
ArtifactUUID:b1e5addb-5e78-40f2-9c63-ca7f972902a6
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/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
ArtifactUUID:2e7bb03e-12a3-473e-8233-99e051e69009
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/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
ArtifactUUID:2e7bb03e-12a3-473e-8233-99e051e69009
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-29T10:33:34.873Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a336d15-0bb7-4814-9244-f9339b811516 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-29T10:33:34.903Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:33:34.904Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:33:34.904Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:33:34.904Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ef7a6772-e130-43c1-9532-957420198643 from URL: /sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:34.904Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:33:34.904Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:35.366Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:33:35.371Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar ef7a6772-e130-43c1-9532-957420198643 98953
2022-03-29T10:33:35.372Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar ASDC sendASDCNotification
2022-03-29T10:33:35.372Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:35.372Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:33:35.372Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:35.374Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:35.375Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550015372,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:33:35.475Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:35.476Z||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-29T10:33:35.476Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:35.496Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:35.496Z||pool-42-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:36.375Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-29T10:33:36.376Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-29T10:33:36.377Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ef7a6772-e130-43c1-9532-957420198643, URL: /sdc/v1/catalog/services/Vfw20220329103040/1.0/artifacts/service-Vfw20220329103040-csar.csar to file: /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:36.377Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220329103040-csar.csar
2022-03-29T10:33:36.377Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:36.377Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:36.537Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8571433874840664077/Definitions/service-Vfw20220329103040-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_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
2022-03-29T10:33:38.799Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-29T10:33:38.800Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:33:38.800Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.800Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-29T10:33:38.800Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||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-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||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-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||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-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||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-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||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-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||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-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.801Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||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-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f0f95bfc-1e5d 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-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||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-Vfw20220329103040-csar.csar
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.802Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.803Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:38.803Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:33:38.803Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:33:38.803Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.804Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.804Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:38.804Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-29T10:33:38.804Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-29T10:33:38.805Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.805Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.805Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.805Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:38.805Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:38.806Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:33:38.806Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.806Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.806Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.806Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:33:38.807Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:38.807Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:33:38.807Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:33:38.807Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.807Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.808Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:33:38.808Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.808Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:33:38.808Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.808Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-29T10:33:38.809Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.809Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:33:38.809Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.809Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:38.810Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:38.810Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.810Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:38.810Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:38.811Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.811Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:38.811Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:38.811Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.812Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:38.812Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:38.812Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-29T10:33:38.812Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:38.812Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:33:38.813Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:33:38.813Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.813Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.813Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:33:38.814Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.814Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:33:38.814Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.814Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64bef210-a181-4f89-909b-eaddb1b49d3c
2022-03-29T10:33:38.815Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.815Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:38.815Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:38.815Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:33:38.815Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.816Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.816Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.816Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:33:38.816Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:38.816Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-29T10:33:38.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:33:38.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:33:38.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.817Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c026633d-daab-43e5-9985-e58e3bebe5b4
2022-03-29T10:33:38.818Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.818Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:38.818Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:38.818Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-29T10:33:38.819Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.819Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.819Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.819Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-29T10:33:38.819Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:38.820Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:33:38.820Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:33:38.820Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:38.820Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:38.820Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-29T10:33:38.821Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=79548e85-b2ae-46fc-bd2d-9ad16902c613
2022-03-29T10:33:38.821Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.821Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.821Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.821Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.822Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.822Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.822Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:38.822Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:38.822Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-29 10-30-40
Description:catalog service description
Model UUID:8a336d15-0bb7-4814-9244-f9339b811516
Model Version:NULL
Model InvariantUuid:db934d03-c756-4ddb-aef3-9c4a95afe356
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f0f95bfc-1e5d
Model UUID:0521d414-bfb8-47b0-aeaf-3c36e987cbba
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f7a9506-57a1-4c01-b9d2-051476f51346
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:40412373-c2ff-4d25-b1b0-01bdd23526c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e3beae7b-1d88-44ba-9d81-9afda428a48e
ModelName:VfwF0f95bfc1e5d..base_vfw..module-0
ModelUuid:8d823c70-4b97-4140-b7b1-e7c10694209a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:64bef210-a181-4f89-909b-eaddb1b49d3c
ModelInvariantUuid:60d67d05-7f43-41a2-bf02-63c2e20b75de
ModelName:vFW f0f95bfc-1e5d-nodes.vfwCvfc
ModelUuid:d162a982-3e31-4d2a-a673-0d80d7c78543
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:bbb65de1-0d11-4429-b5bb-89759c49b002
ModelInvariantUuid:9012c3e5-0880-493f-a02a-a175e127fba2
ModelName:VfwF0f95bfc1e5d.compute.nodes.heat.vfw
ModelUuid:cbff77f5-07ae-436c-bda8-8b537940e4fb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c026633d-daab-43e5-9985-e58e3bebe5b4
ModelInvariantUuid:d4d90016-79f6-44e1-86ed-18403daeb410
ModelName:vFW f0f95bfc-1e5d-nodes.vsnCvfc
ModelUuid:0ec63dd2-6484-4972-801c-f53555ccf195
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:13a93f24-3f31-49d8-a169-dddf390e053e
ModelInvariantUuid:d0117204-9ead-4436-bddc-072d16931d25
ModelName:VfwF0f95bfc1e5d.compute.nodes.heat.vsn
ModelUuid:e8a6e4ab-3b10-4e03-a853-74b0e881b02b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:79548e85-b2ae-46fc-bd2d-9ad16902c613
ModelInvariantUuid:3bc0901e-1d5b-4b62-a270-d92f085e93bc
ModelName:vFW f0f95bfc-1e5d-nodes.vpgCvfc
ModelUuid:181a9de3-6b2c-4322-b1f0-29dd9ff3e19d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:ba387cd0-bc04-485e-9acc-5996cc6d0d46
ModelInvariantUuid:f87294dd-36ff-400d-a402-98a5bb9b48c5
ModelName:VfwF0f95bfc1e5d.compute.nodes.heat.vpg
ModelUuid:b55749ce-f49a-4e45-9408-b39395783480
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-29T10:33:38.830Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e3f34cdd-7d2e-452a-b748-35df7aa44d13
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-29T10:33:38.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||vFW f0f95bfc-1e5d 0
2022-03-29T10:33:38.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3f34cdd-7d2e-452a-b748-35df7aa44d13
2022-03-29T10:33:38.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e833ce7d-96ac-4853-bf95-4b20eb47471e from URL: /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json
2022-03-29T10:33:38.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:33:38.834Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json
2022-03-29T10:33:39.146Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:33:39.147Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json e833ce7d-96ac-4853-bf95-4b20eb47471e 785
2022-03-29T10:33:39.148Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json ASDC sendASDCNotification
2022-03-29T10:33:39.148Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json
2022-03-29T10:33:39.148Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:33:39.149Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:39.152Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:39.153Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550019148,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/vfwf0f95bfc1e5d0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:33:39.252Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-29T10:33:39.253Z||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-29T10:33:39.254Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:39.277Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:39.278Z||pool-43-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:40.156Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF0f95bfc1e5d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e3beae7b-1d88-44ba-9d81-9afda428a48e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d823c70-4b97-4140-b7b1-e7c10694209a",
"vfModuleModelCustomizationUUID": "3be16753-9a9f-460b-a536-589c8ce25042",
"isBase": true,
"artifacts": [
"b1e5addb-5e78-40f2-9c63-ca7f972902a6",
"2e7bb03e-12a3-473e-8233-99e051e69009"
],
"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-29T10:33:40.163Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF0f95bfc1e5d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d823c70-4b97-4140-b7b1-e7c10694209a
VfModuleModelInvariantUUID:e3beae7b-1d88-44ba-9d81-9afda428a48e
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1e5addb-5e78-40f2-9c63-ca7f972902a6
,
2e7bb03e-12a3-473e-8233-99e051e69009
}
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-29T10:33:40.167Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF0f95bfc1e5d..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e3beae7b-1d88-44ba-9d81-9afda428a48e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8d823c70-4b97-4140-b7b1-e7c10694209a",
"vfModuleModelCustomizationUUID": "3be16753-9a9f-460b-a536-589c8ce25042",
"isBase": true,
"artifacts": [
"b1e5addb-5e78-40f2-9c63-ca7f972902a6",
"2e7bb03e-12a3-473e-8233-99e051e69009"
],
"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-29T10:33:40.168Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF0f95bfc1e5d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d823c70-4b97-4140-b7b1-e7c10694209a
VfModuleModelInvariantUUID:e3beae7b-1d88-44ba-9d81-9afda428a48e
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1e5addb-5e78-40f2-9c63-ca7f972902a6
,
2e7bb03e-12a3-473e-8233-99e051e69009
}
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-29T10:33:40.169Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b1e5addb-5e78-40f2-9c63-ca7f972902a6 from URL: /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml
2022-03-29T10:33:40.169Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:33:40.169Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml
2022-03-29T10:33:40.748Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:33:40.749Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml b1e5addb-5e78-40f2-9c63-ca7f972902a6 20368
2022-03-29T10:33:40.750Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-29T10:33:40.750Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml
2022-03-29T10:33:40.750Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:33:40.750Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:40.754Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:40.755Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550020750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:33:40.861Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-03-29T10:33:40.866Z||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-29T10:33:40.866Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:40.889Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:40.890Z||pool-44-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:41.763Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2e7bb03e-12a3-473e-8233-99e051e69009 from URL: /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
2022-03-29T10:33:41.765Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-29T10:33:41.765Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
2022-03-29T10:33:41.976Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-29T10:33:41.977Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env 2e7bb03e-12a3-473e-8233-99e051e69009 2098
2022-03-29T10:33:41.977Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-29T10:33:41.978Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env
2022-03-29T10:33:41.982Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-29T10:33:41.982Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-29T10:33:41.984Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-29T10:33:41.985Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "79b9e64b-e916-4485-8d69-1f401d7a17ab",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648550021977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220329103040/1.0/resourceInstances/vfwf0f95bfc1e5d0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-29T10:33:42.085Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-29T10:33:42.086Z||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-29T10:33:42.086Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zv6HOZJwsw7WzDbA) ...
2022-03-29T10:33:42.101Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-29T10:33:42.103Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-29T10:33:42.985Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8a336d15-0bb7-4814-9244-f9339b811516
2022-03-29T10:33:42.986Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f0f95bfc-1e5d 0 e3f34cdd-7d2e-452a-b748-35df7aa44d13 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-29T10:33:43.001Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b2df08b, org.onap.sdc.toscaparser.api.parameters.Input@30e5ba0b, org.onap.sdc.toscaparser.api.parameters.Input@101523e2, org.onap.sdc.toscaparser.api.parameters.Input@4dc4374b, org.onap.sdc.toscaparser.api.parameters.Input@59f93fd0]
2022-03-29T10:33:43.002Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:43.002Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:43.002Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-03-29T10:33:43.003Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 40412373-c2ff-4d25-b1b0-01bdd23526c8
2022-03-29T10:33:43.003Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 40412373-c2ff-4d25-b1b0-01bdd23526c8 matches Tosca VF Customization UUID: 40412373-c2ff-4d25-b1b0-01bdd23526c8
2022-03-29T10:33:43.003Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 40412373-c2ff-4d25-b1b0-01bdd23526c8 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-29T10:33:43.004Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:43.005Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-29T10:33:43.005Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 40412373-c2ff-4d25-b1b0-01bdd23526c8: {\"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-29T10:33:43.005Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1170ccc5
2022-03-29T10:33:43.006Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:43.006Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-29 10-30-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-29T10:33:43.006Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3be16753-9a9f-460b-a536-589c8ce25042
2022-03-29T10:33:43.006Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3be16753-9a9f-460b-a536-589c8ce25042
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-29T10:33:43.008Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:43.008Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:43.008Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is not matching search criteria
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-29T10:33:43.009Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-29T10:33:43.010Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-29T10:33:43.011Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-29T10:33:43.011Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-29T10:33:43.011Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=64bef210-a181-4f89-909b-eaddb1b49d3c
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-29T10:33:43.013Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-29T10:33:43.014Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Node template vFW f0f95bfc-1e5d 0 is matching search criteria
2022-03-29T10:33:43.014Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW f0f95bfc-1e5d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-29T10:33:43.014Z|79b9e64b-e916-4485-8d69-1f401d7a17ab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery