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-06-18T03:35:26.219Z||main|||||INFO|500||The following profiles are active: basic
2022-06-18T03:35:48.983Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-18T03:35:48.984Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-18T03:35:49.263Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-18T03:35:56.978Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-18T03:35:58.003Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-18T03:35:59.075Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-18T03:35:59.111Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-18T03:35:59.682Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-18T03:36:00.346Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-18T03:36:02.111Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-18T03:36:06.305Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-18T03:36:10.363Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-18T03:36:10.555Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-18T03:36:11.509Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-18T03:36:11.914Z||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-06-18T03:36:14.708Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-18T03:36:16.806Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-06-18T03:36:16.878Z||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$$2538ded1.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-06-18T03:36:16.881Z||main|||||WARN|500||The sdc end point is not alive
2022-06-18T03:36:23.873Z||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-06-18T03:36:29.126Z||main|||||WARN|500||---
2022-06-18T03:36:29.127Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-18T03:36:29.127Z||main|||||WARN|500||---
2022-06-18T03:36:29.884Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-18T03:36:40.387Z||main|||||INFO|500||Started Application in 80.417 seconds (JVM running for 86.414)
2022-06-18T03:36:40.503Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-18T03:36:40.505Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-18T03:36:40.570Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-18T03:36:40.609Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-18T03:36:40.707Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 609f80ed-d862-481f-95dd-b0191fd8826b url= /sdc/v1/artifactTypes
2022-06-18T03:36:40.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-18T03:36:41.408Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-18T03:36:41.497Z||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-06-18T03:36:41.547Z||scheduling-1|||||DEBUG|500||create keys
2022-06-18T03:36:41.563Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-18T03:36:41.608Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:36:41.660Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e8fd9075-10a2-4c13-b3cf-45b8720b22c8 url= /sdc/v1/registerForDistribution
2022-06-18T03:36:41.835Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e8fd9075-10a2-4c13-b3cf-45b8720b22c8 url= /sdc/v1/registerForDistribution
2022-06-18T03:36:41.838Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-18T03:36:41.873Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:36:41.874Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:36:41.898Z||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-06-18T03:36:41.898Z||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-06-18T03:36:41.899Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:36:41.899Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:36:41.884Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-18T03:36:52.199Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:36:52.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:37:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:37:41.860Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:37:41.860Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:37:41.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:37:41.863Z||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-06-18T03:37:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:37:51.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:37:51.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:38:41.857Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:38:41.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:38:41.861Z||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-06-18T03:38:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:38:41.862Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:38:41.862Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:38:51.427Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:38:51.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:39:41.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:39:41.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:39:41.862Z||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-06-18T03:39:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:39:41.863Z||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-06-18T03:39:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:39:51.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:39:51.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:40:41.858Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:40:41.859Z||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-06-18T03:40:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:40:41.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:40:41.865Z||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-06-18T03:40:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:40:51.417Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:40:51.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:41:41.862Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:41:41.865Z||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-06-18T03:41:41.865Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:41:41.860Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:41:41.866Z||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-06-18T03:41:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:41:51.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:41:51.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:42:41.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:42:41.861Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:42:41.863Z||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-06-18T03:42:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:42:41.869Z||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-06-18T03:42:41.869Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:42:51.445Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:42:51.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:43:41.865Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:43:41.866Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:43:41.867Z||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-06-18T03:43:41.867Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:43:41.875Z||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-06-18T03:43:41.876Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:43:51.443Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:43:51.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:44:41.858Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:44:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:44:41.862Z||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-06-18T03:44:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:44:41.862Z||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-06-18T03:44:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:44:51.431Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:44:51.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:45:41.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:45:41.859Z||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-06-18T03:45:41.860Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:45:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:45:41.861Z||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-06-18T03:45:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:45:51.419Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:45:51.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:46:11.901Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-18T03:46:41.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:46:41.859Z||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-06-18T03:46:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:46:41.860Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:46:41.861Z||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-06-18T03:46:41.865Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:46:51.416Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:46:51.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:47:41.856Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:47:41.858Z||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-06-18T03:47:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:47:41.860Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:47:41.861Z||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-06-18T03:47:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:47:51.415Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:47:51.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:48:41.857Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:48:41.862Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:48:41.865Z||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-06-18T03:48:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:48:41.875Z||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-06-18T03:48:41.876Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:48:51.428Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:48:51.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:49:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:49:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:49:41.858Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:49:41.861Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:49:41.863Z||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-06-18T03:49:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:49:51.415Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:49:51.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:50:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:50:41.860Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:50:41.862Z||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-06-18T03:50:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:50:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:50:41.864Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:50:51.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:50:51.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:51:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:51:41.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:51:41.857Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:51:41.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:51:41.864Z||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-06-18T03:51:41.865Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:51:51.419Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:51:51.429Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:52:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:52:41.865Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:52:41.867Z||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-06-18T03:52:41.863Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:52:41.867Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:52:41.868Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:52:51.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:52:51.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:53:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:53:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:53:41.859Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:53:41.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:53:41.862Z||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-06-18T03:53:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:53:51.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:53:51.425Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:54:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:54:41.859Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:54:41.859Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:54:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:54:41.861Z||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-06-18T03:54:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:54:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:54:51.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:55:41.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:55:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:55:41.865Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:55:41.865Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:55:41.865Z||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-06-18T03:55:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:55:51.458Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:55:51.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:56:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:56:41.859Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:56:41.860Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:56:41.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:56:41.862Z||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-06-18T03:56:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:56:51.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:56:51.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:57:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:57:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:57:41.858Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:57:41.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:57:41.862Z||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-06-18T03:57:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:57:51.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:57:51.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:58:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:58:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:58:41.858Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:58:41.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:58:41.867Z||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-06-18T03:58:41.868Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:58:51.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:58:51.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:59:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:59:41.859Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T03:59:41.864Z||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-06-18T03:59:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T03:59:41.864Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T03:59:41.865Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T03:59:51.430Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T03:59:51.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:00:41.858Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:00:41.859Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:00:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:00:41.861Z||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-06-18T04:00:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:00:41.860Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:00:51.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:00:51.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:01:41.856Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:01:41.857Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:01:41.858Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:01:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:01:41.861Z||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-06-18T04:01:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:01:51.412Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:01:51.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:02:41.857Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:02:41.858Z||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-06-18T04:02:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:02:41.871Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:02:41.872Z||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-06-18T04:02:41.872Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:02:51.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:02:51.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:03:41.858Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:03:41.861Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:03:41.863Z||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-06-18T04:03:41.863Z||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-06-18T04:03:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:03:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:03:51.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:03:51.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:04:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:04:41.859Z||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-06-18T04:04:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:04:41.861Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:04:41.866Z||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-06-18T04:04:41.866Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:04:51.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:04:51.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:05:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:05:41.858Z||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-06-18T04:05:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:05:41.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:05:41.862Z||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-06-18T04:05:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:05:51.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:05:51.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:06:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:06:41.859Z||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-06-18T04:06:41.860Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:06:41.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:06:41.863Z||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-06-18T04:06:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:06:51.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:06:51.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:07:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:07:41.858Z||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-06-18T04:07:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:07:41.861Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:07:41.863Z||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-06-18T04:07:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:07:51.420Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:07:51.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:08:41.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:08:41.860Z||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-06-18T04:08:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:08:41.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:08:41.863Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:08:41.864Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:08:51.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:08:51.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:09:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:09:41.857Z||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-06-18T04:09:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:09:41.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:09:41.863Z||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-06-18T04:09:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:09:51.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:09:51.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:10:41.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:10:41.860Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:10:41.861Z||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-06-18T04:10:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:10:41.862Z||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-06-18T04:10:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:10:51.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:10:51.430Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:11:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:11:41.858Z||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-06-18T04:11:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:11:41.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:11:41.862Z||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-06-18T04:11:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:11:51.430Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:11:51.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:12:41.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:12:41.861Z||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-06-18T04:12:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:12:41.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:12:41.862Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:12:41.862Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:12:51.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:12:51.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:13:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:13:41.858Z||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-06-18T04:13:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:13:41.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:13:41.861Z||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-06-18T04:13:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:13:51.417Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:13:51.425Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:14:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:14:41.858Z||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-06-18T04:14:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:14:41.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:14:41.862Z||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-06-18T04:14:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:14:51.414Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:14:51.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:15:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:15:41.857Z||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-06-18T04:15:41.857Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:15:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:15:41.862Z||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-06-18T04:15:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:15:51.407Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:15:51.414Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:16:41.857Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:16:41.862Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:16:41.863Z||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-06-18T04:16:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:16:41.861Z||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-06-18T04:16:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:16:51.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:16:51.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:17:41.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:17:41.860Z||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-06-18T04:17:41.860Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:17:41.862Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:17:41.883Z||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-06-18T04:17:41.884Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:17:51.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:17:51.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:18:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:18:41.858Z||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-06-18T04:18:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:18:41.860Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:18:41.862Z||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-06-18T04:18:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:18:51.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:18:51.437Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:19:41.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:19:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:19:41.863Z||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-06-18T04:19:41.863Z||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-06-18T04:19:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:19:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:19:51.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:19:51.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:20:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:20:41.859Z||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-06-18T04:20:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:20:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:20:41.861Z||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-06-18T04:20:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:20:51.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:20:51.413Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:21:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:21:41.858Z||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-06-18T04:21:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:21:41.861Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:21:41.862Z||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-06-18T04:21:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:21:51.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:21:51.413Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:22:41.856Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:22:41.858Z||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-06-18T04:22:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:22:41.861Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:22:41.862Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:22:41.862Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:22:51.412Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:22:51.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:23:41.858Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:23:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:23:41.863Z||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-06-18T04:23:41.863Z||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-06-18T04:23:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:23:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:23:51.432Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:23:51.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:24:41.857Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:24:41.858Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:24:41.859Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:24:41.860Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:24:41.861Z||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-06-18T04:24:41.861Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:24:51.418Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:24:51.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:25:41.858Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:25:41.859Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-18T04:25:41.859Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as J8JXXAlnkY8upKin) ...
2022-06-18T04:25:41.861Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:25:41.863Z||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-06-18T04:25:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:25:51.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:25:51.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:26:41.856Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:26:41.858Z||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-06-18T04:26:41.858Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:26:41.862Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:26:41.863Z||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-06-18T04:26:41.863Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:26:51.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:26:51.491Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:27:41.857Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:27:41.862Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:27:41.870Z||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-06-18T04:27:41.871Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:27:41.874Z||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-06-18T04:27:41.874Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:27:51.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:27:51.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:41.858Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:28:41.859Z||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-06-18T04:28:41.859Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:28:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:28:41.869Z||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-06-18T04:28:41.869Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:28:48.966Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:48.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:28:48.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c7c35ab-fe8b-413b-9306-bc832c774da0","serviceName":"basic_onboard_siDcYB","serviceVersion":"1.0","serviceUUID":"1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888","serviceDescription":"service","serviceInvariantUUID":"c11acaa2-3c90-47b4-82f3-2b50f89c9c5a","resources":[{"resourceInstanceName":"basic_onboard_siDcYB 0","resourceName":"basic_onboard_siDcYB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce6a9a92-ca5a-4231-82e5-dc7aa979e068","resourceInvariantUUID":"fd262589-75fd-4235-acbe-0d8c579d46ab","resourceCustomizationUUID":"eba0abaa-8f7c-45d6-b586-9a72334e6b2a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml","artifactChecksum":"M2RjZTZlYWQwZjk1Y2ZjNDBiMmMxOTBjMDQ4MWFiNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70c6cf5a-edbf-4e77-9427-81280567c0dd","artifactVersion":"1"},{"artifactName":"basic_onboard_sidcyb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json","artifactChecksum":"MWJkNGM2ZjJkZTBkNDVmZjM1MzIyYjk4NmEyMDc4NzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2ad64e0-d13a-4f5c-820a-923124b3bd37","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8cd789cf-edf8-4e51-bd29-70e7014a578e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87973f39-5621-4b76-b18f-00bea5d8c9cf","artifactVersion":"2","generatedFromUUID":"f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSidcyb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml","artifactChecksum":"NTk0OWM5MjBlN2ZkN2EzYzg3YzJkYTk3NjNiMTEzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73ed8cb2-d26e-4da2-9d16-d8d3875f7452","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSidcyb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar","artifactChecksum":"Y2ZjYTk5MmVhNmNlZTYyMGMzMzAwZWMyMDVhMWFhNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5941f70e-d9fc-46f2-9bc7-17cae102e591","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:28:49.039Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:49.064Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:49.090Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:49.090Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:28:49.190Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-06-18T04:28:49.198Z||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-06-18T04:28:49.198Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:49.223Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:49.225Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:49.259Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:49.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:28:49.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "cds",
"timestamp": 1655526523450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:28:49.306Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:28:50.124Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:50.125Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:50.132Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:50.133Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "NOTIFIED"
}
2022-06-18T04:28:50.229Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-18T04:28:50.231Z||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-06-18T04:28:50.231Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:50.247Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:50.248Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:28:51.134Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:51.135Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:51.142Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:51.142Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-18T04:28:51.239Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-18T04:28:51.250Z||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-06-18T04:28:51.251Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:51.268Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:51.269Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:52.143Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:52.145Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:52.148Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:52.148Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:28:52.249Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:28:52.250Z||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-06-18T04:28:52.250Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:52.274Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:52.275Z||pool-6-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:53.149Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:53.150Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:53.156Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:53.157Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-18T04:28:53.256Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:28:53.258Z||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-06-18T04:28:53.258Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:53.279Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:53.281Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:28:54.158Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:54.159Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:54.163Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:54.163Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:28:54.265Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:28:54.267Z||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-06-18T04:28:54.267Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:54.281Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:54.282Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:55.164Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:28:55.165Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:55.170Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:55.171Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:28:55.271Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:28:55.273Z||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-06-18T04:28:55.273Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:55.289Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:55.290Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:56.184Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"serviceName": "basic_onboard_siDcYB",
"serviceVersion": "1.0",
"serviceUUID": "1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888",
"serviceDescription": "service",
"serviceInvariantUUID": "c11acaa2-3c90-47b4-82f3-2b50f89c9c5a",
"resources": [
{
"resourceInstanceName": "basic_onboard_siDcYB 0",
"resourceCustomizationUUID": "eba0abaa-8f7c-45d6-b586-9a72334e6b2a",
"resourceName": "basic_onboard_siDcYB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ce6a9a92-ca5a-4231-82e5-dc7aa979e068",
"resourceInvariantUUID": "fd262589-75fd-4235-acbe-0d8c579d46ab",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_sidcyb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"artifactChecksum": "MWJkNGM2ZjJkZTBkNDVmZjM1MzIyYjk4NmEyMDc4NzE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e2ad64e0-d13a-4f5c-820a-923124b3bd37",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87973f39-5621-4b76-b18f-00bea5d8c9cf",
"generatedFromUUID": "f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "87973f39-5621-4b76-b18f-00bea5d8c9cf",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSidcyb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"artifactChecksum": "Y2ZjYTk5MmVhNmNlZTYyMGMzMzAwZWMyMDVhMWFhNWY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5941f70e-d9fc-46f2-9bc7-17cae102e591"
}
],
"workloadContext": "Production"
}
2022-06-18T04:28:56.188Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:28:56.191Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888 ASDC
2022-06-18T04:28:56.429Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2c7c35ab-fe8b-413b-9306-bc832c774da0
ServiceName:basic_onboard_siDcYB
ServiceVersion:1.0
ServiceUUID:1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888
ServiceInvariantUUID:c11acaa2-3c90-47b4-82f3-2b50f89c9c5a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSidcyb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar
ArtifactUUID:5941f70e-d9fc-46f2-9bc7-17cae102e591
ArtifactChecksum:Y2ZjYTk5MmVhNmNlZTYyMGMzMzAwZWMyMDVhMWFhNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_siDcYB 0
ResourceCustomizationUUID:eba0abaa-8f7c-45d6-b586-9a72334e6b2a
ResourceInvariantUUID:fd262589-75fd-4235-acbe-0d8c579d46ab
ResourceName:basic_onboard_siDcYB
ResourceType:VF
ResourceUUID:ce6a9a92-ca5a-4231-82e5-dc7aa979e068
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sidcyb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json
ArtifactUUID:e2ad64e0-d13a-4f5c-820a-923124b3bd37
ArtifactChecksum:MWJkNGM2ZjJkZTBkNDVmZjM1MzIyYjk4NmEyMDc4NzE=
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/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1
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/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
ArtifactUUID:87973f39-5621-4b76-b18f-00bea5d8c9cf
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/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
ArtifactUUID:87973f39-5621-4b76-b18f-00bea5d8c9cf
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-18T04:28:56.434Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888 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-06-18T04:28:57.013Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:28:57.015Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:28:57.022Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:28:57.023Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5941f70e-d9fc-46f2-9bc7-17cae102e591 from URL: /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:57.023Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:28:57.026Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:57.183Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:28:57.209Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar 5941f70e-d9fc-46f2-9bc7-17cae102e591 71576
2022-06-18T04:28:57.212Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar ASDC sendASDCNotification
2022-06-18T04:28:57.213Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:57.214Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:28:57.219Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:28:57.233Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:28:57.234Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526537210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:28:57.324Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-18T04:28:57.328Z||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-06-18T04:28:57.329Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:28:57.350Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:28:57.357Z||pool-10-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:28:58.235Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:28:58.236Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:28:58.237Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5941f70e-d9fc-46f2-9bc7-17cae102e591, URL: /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar to file: /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:58.257Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:58.445Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:58.446Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:28:59.914Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12882456636684527825/Definitions/service-BasicOnboardSidcyb-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-06-18T04:29:04.508Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:29:04.519Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:29:04.519Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.519Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-18T04:29:04.525Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_siDcYB 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-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.526Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||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-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.526Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||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-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.526Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||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-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.526Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||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-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.526Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.527Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.527Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||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-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.527Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||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-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:04.527Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:29:04.543Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.545Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.589Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:04.590Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:29:04.593Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:29:04.597Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.597Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.597Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:04.598Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:29:04.598Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:29:04.599Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.599Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.605Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.606Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is not matching search criteria
2022-06-18T04:29:04.607Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-18T04:29:04.607Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-18T04:29:04.607Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-18T04:29:04.608Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-18T04:29:04.608Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T04:29:04.608Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.609Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:29:04.611Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.612Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:04.612Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:04.613Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.613Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:04.613Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:04.614Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.614Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:04.614Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:04.615Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.615Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is not matching search criteria
2022-06-18T04:29:04.616Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-18T04:29:04.616Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-18T04:29:04.616Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be63c0ac-1c5a-4ee5-a782-b2b25095f6b8
2022-06-18T04:29:04.617Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.617Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.617Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.618Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.618Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.618Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.619Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:04.620Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:04.620Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_siDcYB
Description:service
Model UUID:1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888
Model Version:NULL
Model InvariantUuid:c11acaa2-3c90-47b4-82f3-2b50f89c9c5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_siDcYB
Model UUID:e5685f6f-6875-4d55-b6f8-b660066b457f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fd262589-75fd-4235-acbe-0d8c579d46ab
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:eba0abaa-8f7c-45d6-b586-9a72334e6b2a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:04fb185b-686b-4690-acab-47e453d5fb0c
ModelName:BasicOnboardSidcyb..base_ubuntu18..module-0
ModelUuid:2e1365e3-ddaf-478f-af5e-75ea35af1b0e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:be63c0ac-1c5a-4ee5-a782-b2b25095f6b8
ModelInvariantUuid:6a45f3ef-7c43-4722-b7e8-8726b376f6d6
ModelName:basic_onboard_siDcYB-nodes.ubuntu18Cvfc
ModelUuid:3426fa69-fe9a-4a73-909e-de22d2676f8d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:c0370ce7-623f-4fe1-815b-2029db2994fd
ModelInvariantUuid:dca985a5-6344-48cb-9725-188c9169cfbe
ModelName:BasicOnboardSidcyb.compute.nodes.heat.ubuntu18
ModelUuid:f1308cca-fef7-4172-84a4-eedb453acaca
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-06-18T04:29:04.676Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ce6a9a92-ca5a-4231-82e5-dc7aa979e068
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-06-18T04:29:04.849Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||basic_onboard_siDcYB 0
2022-06-18T04:29:04.862Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce6a9a92-ca5a-4231-82e5-dc7aa979e068
2022-06-18T04:29:04.863Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e2ad64e0-d13a-4f5c-820a-923124b3bd37 from URL: /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json
2022-06-18T04:29:04.863Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:29:04.863Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json
2022-06-18T04:29:04.935Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:29:04.936Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json e2ad64e0-d13a-4f5c-820a-923124b3bd37 798
2022-06-18T04:29:04.936Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json ASDC sendASDCNotification
2022-06-18T04:29:04.936Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json
2022-06-18T04:29:04.937Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:29:04.937Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:04.940Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:04.941Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526544936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:29:05.041Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:29:05.043Z||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-06-18T04:29:05.044Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:05.068Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:29:05.069Z||pool-11-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:29:05.943Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSidcyb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "04fb185b-686b-4690-acab-47e453d5fb0c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2e1365e3-ddaf-478f-af5e-75ea35af1b0e",
"vfModuleModelCustomizationUUID": "30591801-35f6-404e-89e1-1f6650533c71",
"isBase": true,
"artifacts": [
"f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1",
"87973f39-5621-4b76-b18f-00bea5d8c9cf"
],
"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-06-18T04:29:05.962Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSidcyb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e1365e3-ddaf-478f-af5e-75ea35af1b0e
VfModuleModelInvariantUUID:04fb185b-686b-4690-acab-47e453d5fb0c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1
,
87973f39-5621-4b76-b18f-00bea5d8c9cf
}
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-06-18T04:29:05.967Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSidcyb..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "04fb185b-686b-4690-acab-47e453d5fb0c",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "2e1365e3-ddaf-478f-af5e-75ea35af1b0e",
"vfModuleModelCustomizationUUID": "30591801-35f6-404e-89e1-1f6650533c71",
"isBase": true,
"artifacts": [
"f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1",
"87973f39-5621-4b76-b18f-00bea5d8c9cf"
],
"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-06-18T04:29:05.967Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSidcyb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e1365e3-ddaf-478f-af5e-75ea35af1b0e
VfModuleModelInvariantUUID:04fb185b-686b-4690-acab-47e453d5fb0c
VfModuleModelDescription:NULL
Artifacts UUID List:{
f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1
,
87973f39-5621-4b76-b18f-00bea5d8c9cf
}
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-06-18T04:29:05.968Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1 from URL: /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml
2022-06-18T04:29:05.968Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:29:05.968Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml
2022-06-18T04:29:06.017Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:29:06.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml f8ea3a09-31e4-4b80-a0b8-6c9ef59d42e1 5033
2022-06-18T04:29:06.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-18T04:29:06.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml
2022-06-18T04:29:06.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:29:06.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:06.021Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:06.022Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526546018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:29:06.122Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:29:06.128Z||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-06-18T04:29:06.128Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:06.146Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:29:06.147Z||pool-12-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:29:07.024Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 87973f39-5621-4b76-b18f-00bea5d8c9cf from URL: /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
2022-06-18T04:29:07.025Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:29:07.025Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
2022-06-18T04:29:07.089Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:29:07.090Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env 87973f39-5621-4b76-b18f-00bea5d8c9cf 909
2022-06-18T04:29:07.091Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-18T04:29:07.091Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
2022-06-18T04:29:07.092Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:29:07.092Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:07.103Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:07.104Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526547091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:29:07.199Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-18T04:29:07.201Z||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-06-18T04:29:07.201Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:07.230Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:29:07.231Z||pool-13-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:29:08.105Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888
2022-06-18T04:29:08.107Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_siDcYB 0 ce6a9a92-ca5a-4231-82e5-dc7aa979e068 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:29:08.172Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50c48198, org.onap.sdc.toscaparser.api.parameters.Input@10e8d028, org.onap.sdc.toscaparser.api.parameters.Input@72b0f1d6, org.onap.sdc.toscaparser.api.parameters.Input@2401da9f, org.onap.sdc.toscaparser.api.parameters.Input@50bd57c6]
2022-06-18T04:29:08.178Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.178Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.179Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-06-18T04:29:08.179Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= eba0abaa-8f7c-45d6-b586-9a72334e6b2a
2022-06-18T04:29:08.180Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eba0abaa-8f7c-45d6-b586-9a72334e6b2a matches Tosca VF Customization UUID: eba0abaa-8f7c-45d6-b586-9a72334e6b2a
2022-06-18T04:29:08.180Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: eba0abaa-8f7c-45d6-b586-9a72334e6b2a 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-06-18T04:29:08.193Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.193Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.196Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id eba0abaa-8f7c-45d6-b586-9a72334e6b2a: {\"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-06-18T04:29:08.196Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@628deca
2022-06-18T04:29:08.197Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.197Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:29:08.199Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30591801-35f6-404e-89e1-1f6650533c71
2022-06-18T04:29:08.205Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30591801-35f6-404e-89e1-1f6650533c71
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-06-18T04:29:08.218Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.219Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:08.219Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:08.221Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.221Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:08.221Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:08.222Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.222Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is not matching search criteria
2022-06-18T04:29:08.223Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-18T04:29:08.223Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-18T04:29:08.223Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be63c0ac-1c5a-4ee5-a782-b2b25095f6b8
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-06-18T04:29:08.241Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.243Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:08.243Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:29:08.244Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.245Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_siDcYB 0 is matching search criteria
2022-06-18T04:29:08.245Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_siDcYB 0] matching following query criteria: sdcType=VF, customizationUUID=eba0abaa-8f7c-45d6-b586-9a72334e6b2a
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-06-18T04:29:08.250Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.251Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.252Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888: basic_onboard_siDcYB
2022-06-18T04:29:08.252Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.253Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.253Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.254Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.254Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.254Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.255Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.255Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.256Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:29:08.256Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_siDcYB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:29:08.256Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_siDcYB
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-06-18T04:29:08.736Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_siDcYB ce6a9a92-ca5a-4231-82e5-dc7aa979e068 1 ASDC deployResourceStructure
2022-06-18T04:29:08.736Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json ASDC sendASDCNotification
2022-06-18T04:29:08.737Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json
2022-06-18T04:29:08.737Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:29:08.737Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:08.740Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:08.740Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526548736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-18T04:29:08.842Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:29:08.843Z||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-06-18T04:29:08.844Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:08.873Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:29:08.875Z||pool-14-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:29:09.744Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-18T04:29:09.746Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml
2022-06-18T04:29:09.747Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:29:09.747Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:09.751Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:09.752Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526549744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-18T04:29:09.861Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-06-18T04:29:09.863Z||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-06-18T04:29:09.864Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:09.888Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:29:09.889Z||pool-15-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:29:10.755Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-18T04:29:10.756Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env
2022-06-18T04:29:10.756Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:29:10.758Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:10.769Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:10.777Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526550755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-18T04:29:10.868Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-18T04:29:10.870Z||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-06-18T04:29:10.873Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:10.895Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:29:10.896Z||pool-16-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:29:11.778Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar ASDC sendASDCNotification
2022-06-18T04:29:11.779Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar
2022-06-18T04:29:11.780Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:29:11.780Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:29:11.784Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:29:11.784Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526551778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:29:11.885Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-18T04:29:11.887Z||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-06-18T04:29:11.887Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:29:11.919Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:29:11.919Z||pool-17-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:29:12.786Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:29:12.826Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:29:12.834Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:29:12.834Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:29:12.834Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:29:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:29:41.862Z||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-06-18T04:29:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:29:41.898Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:29:41.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:29:41.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "policy-id",
"timestamp": 1655526526054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:29:41.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:29:42.835Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:29:42.883Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:29:42.894Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:29:42.894Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:29:42.895Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:30:12.895Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:30:12.937Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:30:12.946Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:30:12.947Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:30:12.948Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:30:41.861Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:30:41.863Z||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-06-18T04:30:41.864Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:30:41.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:30:41.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:30:41.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "aai-ml",
"timestamp": 1655526519402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:30:41.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526519443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:30:41.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:30:42.949Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:30:42.980Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:30:42.985Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:30:42.986Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:30:42.986Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:31:12.986Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:31:13.011Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:31:13.016Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:31:13.017Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:31:13.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:31:41.860Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:31:41.862Z||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-06-18T04:31:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:31:41.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:31:41.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "cds",
"timestamp": 1655526523450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526519443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "policy-id",
"timestamp": 1655526526054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "aai-ml",
"timestamp": 1655526519402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "cds",
"timestamp": 1655526523450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526519443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "aai-ml",
"timestamp": 1655526519402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "policy-id",
"timestamp": 1655526526054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "cds",
"timestamp": 1655526523450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526519443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "aai-ml",
"timestamp": 1655526519402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "policy-id",
"timestamp": 1655526526054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526532110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "cds",
"timestamp": 1655526523450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526519443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "policy-id",
"timestamp": 1655526526054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "aai-ml",
"timestamp": 1655526519402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526532110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "cds",
"timestamp": 1655526523450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526519443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "aai-ml",
"timestamp": 1655526519402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "policy-id",
"timestamp": 1655526526054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.934Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.934Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526532110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.935Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "cds",
"timestamp": 1655526523450,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526519443,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.937Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "aai-ml",
"timestamp": 1655526519402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.941Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "policy-id",
"timestamp": 1655526526054,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.942Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.942Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526521857,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.942Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.943Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526535214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.943Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.943Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526532110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.944Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.944Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526535214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.944Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "cds",
"timestamp": 1655526536300,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:41.945Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.945Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.945Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "aai-ml",
"timestamp": 1655526536457,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:41.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.946Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.946Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "policy-id",
"timestamp": 1655526536436,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:41.946Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526536485,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526532110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.947Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526535214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-06-18T04:31:41.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526537210,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:41.949Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "cds",
"timestamp": 1655526537321,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-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-06-18T04:31:41.964Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:41.965Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 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-06-18T04:31:41.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "policy-id",
"timestamp": 1655526537446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:31:41.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:41.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526532110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526535214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:41.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:41.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:41.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "policy-id",
"timestamp": 1655526538452,
"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-06-18T04:31:41.995Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:41.995Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 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-06-18T04:31:42.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "clamp",
"timestamp": 1655526538092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526532110,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526535214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-06-18T04:31:42.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "clamp",
"timestamp": 1655526538092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "NOTIFIED"
}
2022-06-18T04:31:42.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526535214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "clamp",
"timestamp": 1655526538092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.016Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526540840,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:31:42.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526535214,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:31:42.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "clamp",
"timestamp": 1655526538092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526541848,
"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-06-18T04:31:42.036Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:42.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 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-06-18T04:31:42.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526543099,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.059Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "clamp",
"timestamp": 1655526538092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526544179,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "clamp",
"timestamp": 1655526538092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:31:42.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526545279,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.064Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "clamp",
"timestamp": 1655526538092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:31:42.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-06-18T04:31:42.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526544936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.068Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526546346,
"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-06-18T04:31:42.079Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:42.079Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 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-06-18T04:31:42.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.098Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526546018,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.099Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526547352,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-18T04:31:42.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.100Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526547091,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.101Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526548736,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/basic_onboard_sidcyb0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-18T04:31:42.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.102Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526549744,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-06-18T04:31:42.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.103Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526550755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/resourceInstances/basic_onboard_sidcyb0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-06-18T04:31:42.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.116Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "clamp",
"timestamp": 1655526550973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:31:42.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526551778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:31:42.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "clamp",
"timestamp": 1655526552988,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:31:42.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "clamp",
"timestamp": 1655526553994,
"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-06-18T04:31:42.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:42.135Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 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-06-18T04:31:42.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "aai-ml",
"timestamp": 1655526557193,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSidcyb/1.0/artifacts/service-BasicOnboardSidcyb-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:31:42.174Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:31:42.174Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-18T04:31:42.174Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "aai-ml",
"timestamp": 1655526558198,
"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-06-18T04:31:42.182Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c7c35ab-fe8b-413b-9306-bc832c774da0
2022-06-18T04:31:42.182Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7c35ab-fe8b-413b-9306-bc832c774da0 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-06-18T04:31:43.018Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:31:43.047Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0
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-06-18T04:31:43.057Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:31:43.058Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T04:31:43.058Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T04:31:43.058Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T04:31:43.059Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:31:43.059Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:31:43.059Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:31:43.059Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:31:43.060Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:31:43.060Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:31:43.060Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||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-06-18T04:31:43.073Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T04:32:13.074Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0 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-06-18T04:32:13.107Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c7c35ab-fe8b-413b-9306-bc832c774da0 and serviceModelVersionId: 1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888
2022-06-18T04:32:13.107Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c11acaa2-3c90-47b4-82f3-2b50f89c9c5a
2022-06-18T04:32:39.117Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0
2022-06-18T04:32:39.364Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T04:32:40.468Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?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-06-18T04:32:40.494Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0|INFO|500||Invoke
2022-06-18T04:32:40.927Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-18T04:32:41.601Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0|INFO|500||InvokeReturn
2022-06-18T04:32:41.602Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c11acaa2-3c90-47b4-82f3-2b50f89c9c5a/model-vers/model-ver/1ec33e0a-236b-4f3b-8a2d-0b0ab1c11888?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220618-04:32:41:698-40082], vertex-id=[180256], Content-Length=[0], Date=[Sat, 18 Jun 2022 04:32:41 GMT], Content-Type=[application/json]}
2022-06-18T04:32:41.604Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T04:32:41.611Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T04:32:41.611Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||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-06-18T04:32:41.642Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||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-06-18T04:32:41.645Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c7c35ab-fe8b-413b-9306-bc832c774da0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T04:32:41.648Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T04:32:41.650Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:41.662Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:41.663Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526761645,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:32:41.757Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-18T04:32:41.759Z||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-06-18T04:32:41.759Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:41.778Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:41.779Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:41.860Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:32:41.862Z||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-06-18T04:32:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:32:41.895Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:41.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "cds",
"timestamp": 1655526628450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.900Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "policy-id",
"timestamp": 1655526626054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.901Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.901Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.901Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "clamp",
"timestamp": 1655526628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526632110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.903Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "cds",
"timestamp": 1655526628450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.903Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.903Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "policy-id",
"timestamp": 1655526626054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.904Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "clamp",
"timestamp": 1655526628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "NOTIFIED"
}
2022-06-18T04:32:41.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526632110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.905Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "cds",
"timestamp": 1655526628450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "policy-id",
"timestamp": 1655526626054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-18T04:32:41.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "clamp",
"timestamp": 1655526628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526632110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526635215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "cds",
"timestamp": 1655526628450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "policy-id",
"timestamp": 1655526626054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "clamp",
"timestamp": 1655526628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526632110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526635215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "NOTIFIED"
}
2022-06-18T04:32:41.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "cds",
"timestamp": 1655526628450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "policy-id",
"timestamp": 1655526626054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "clamp",
"timestamp": 1655526628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526632110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526635215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-18T04:32:41.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.916Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.916Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "cds",
"timestamp": 1655526628450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.916Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.917Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "policy-id",
"timestamp": 1655526626054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.917Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.917Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.918Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "clamp",
"timestamp": 1655526628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.918Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.918Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526632110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.919Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526635215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.920Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "policy-id",
"timestamp": 1655526626054,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:32:41.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "cds",
"timestamp": 1655526628450,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:32:41.922Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.922Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.922Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "clamp",
"timestamp": 1655526628093,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:32:41.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.923Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.923Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "ves-openapi-manager",
"timestamp": 1655526632110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.923Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.924Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.924Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526635215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-18T04:32:41.924Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "cds",
"timestamp": 1655526639504,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:32:41.925Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:32:41.926Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.926Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "policy-id",
"timestamp": 1655526639667,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:32:41.926Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:32:41.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "aai-ml",
"timestamp": 1655526639401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526639443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.928Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526635215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.929Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "cds",
"timestamp": 1655526640514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-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-06-18T04:32:41.958Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:32:41.959Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b 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-06-18T04:32:41.974Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.974Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "policy-id",
"timestamp": 1655526640671,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:32:41.975Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:32:41.975Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "aai-ml",
"timestamp": 1655526639401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526639443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:41.981Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526635215,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:32:41.982Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:32:41.982Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:32:41.982Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "policy-id",
"timestamp": 1655526641676,
"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-06-18T04:32:41.997Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:32:41.997Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b 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 (?, ?, ?, ?, ?)
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-06-18T04:32:42.688Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:32:42.689Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|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-06-18T04:32:42.690Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:32:47.149Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:47.151Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:32:47.151Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"106b870a-9e5d-4c0e-9378-2bc84454f42b","serviceName":"vFW 2022-06-18 04-29-10","serviceVersion":"1.0","serviceUUID":"8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61","serviceDescription":"catalog service description","serviceInvariantUUID":"92ed238f-f547-4919-ab3d-ae7936f35c64","resources":[{"resourceInstanceName":"vFW b3c04d36-f41a 0","resourceName":"vFW b3c04d36-f41a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7","resourceInvariantUUID":"7774cdb4-715c-4149-b1fc-1d8e08a4b25a","resourceCustomizationUUID":"34ab8683-a607-4845-a1cf-a2c8972abd5e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml","artifactChecksum":"Yjg5MWE0Mzk0YmNlNmVlNGZiOWQ1NDIyNDkzNWRiNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6978a355-7a48-4857-a5fe-f8e2c0a0d29c","artifactVersion":"1"},{"artifactName":"vfwb3c04d36f41a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json","artifactChecksum":"OTFiZjY3NWYzZjVhYWY4MmRmMjliMTc0MDAxODg4ZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4851ae8c-1dc3-4387-995b-72067f212a02","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7755333e-bab5-4ac6-b17a-9794c8b3a8cf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml","artifactChecksum":"OGJlMzc3MWI1ZTc5OTFiMDQ2NWE5NzM0ZGZjYzViYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"149b6e1c-84aa-439f-931b-ec7f9f341e76","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"03d2a919-7482-43cd-84b5-540b299cceec","artifactVersion":"2","generatedFromUUID":"7755333e-bab5-4ac6-b17a-9794c8b3a8cf"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220618042910-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml","artifactChecksum":"M2UxZWM3MWZiYzY2YmMwNTg4ODFmNDdjZjk4OGU4ZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"135a1e63-594d-4061-90ea-e8df3806e61d","artifactVersion":"1"},{"artifactName":"service-Vfw20220618042910-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar","artifactChecksum":"ZDdlOTQ3N2YwZDRlMmQ4YjA0Y2Q3ZjI1NGE4ZjY3NTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8176739-7b53-402c-ba7c-8e3541fc5577","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:32:47.162Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:47.162Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:47.167Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:47.167Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526762688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:47.268Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:32:47.269Z||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-06-18T04:32:47.270Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:47.287Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:47.288Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:32:48.168Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:48.170Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:48.174Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:48.174Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526762688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "NOTIFIED"
}
2022-06-18T04:32:48.275Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T04:32:48.276Z||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-06-18T04:32:48.276Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:48.292Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:48.293Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:49.176Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:49.179Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:49.184Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:49.184Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526762688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-18T04:32:49.284Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:32:49.285Z||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-06-18T04:32:49.286Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:49.305Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:49.306Z||pool-21-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:50.185Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:50.188Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:50.192Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:50.193Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526762688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:50.293Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:32:50.294Z||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-06-18T04:32:50.294Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:50.309Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:50.310Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:51.194Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:51.195Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:51.199Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:51.199Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526762688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-18T04:32:51.299Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:32:51.301Z||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-06-18T04:32:51.302Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:51.323Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:51.323Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:52.199Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:52.200Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:52.203Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:52.203Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526762688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:32:52.303Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:32:52.305Z||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-06-18T04:32:52.305Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:52.325Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:52.326Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:53.204Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:32:53.205Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:53.208Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:53.209Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526762688,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:32:53.308Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:32:53.310Z||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-06-18T04:32:53.310Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:53.324Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:53.325Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:54.216Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"serviceName": "vFW 2022-06-18 04-29-10",
"serviceVersion": "1.0",
"serviceUUID": "8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "92ed238f-f547-4919-ab3d-ae7936f35c64",
"resources": [
{
"resourceInstanceName": "vFW b3c04d36-f41a 0",
"resourceCustomizationUUID": "34ab8683-a607-4845-a1cf-a2c8972abd5e",
"resourceName": "vFW b3c04d36-f41a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7",
"resourceInvariantUUID": "7774cdb4-715c-4149-b1fc-1d8e08a4b25a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwb3c04d36f41a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"artifactChecksum": "OTFiZjY3NWYzZjVhYWY4MmRmMjliMTc0MDAxODg4ZTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4851ae8c-1dc3-4387-995b-72067f212a02",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "7755333e-bab5-4ac6-b17a-9794c8b3a8cf",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "03d2a919-7482-43cd-84b5-540b299cceec",
"generatedFromUUID": "7755333e-bab5-4ac6-b17a-9794c8b3a8cf"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "03d2a919-7482-43cd-84b5-540b299cceec",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220618042910-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"artifactChecksum": "ZDdlOTQ3N2YwZDRlMmQ4YjA0Y2Q3ZjI1NGE4ZjY3NTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f8176739-7b53-402c-ba7c-8e3541fc5577"
}
],
"workloadContext": "Production"
}
2022-06-18T04:32:54.216Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:32:54.216Z|2c7c35ab-fe8b-413b-9306-bc832c774da0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61 ASDC
2022-06-18T04:32:54.217Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:106b870a-9e5d-4c0e-9378-2bc84454f42b
ServiceName:vFW 2022-06-18 04-29-10
ServiceVersion:1.0
ServiceUUID:8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61
ServiceInvariantUUID:92ed238f-f547-4919-ab3d-ae7936f35c64
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220618042910-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar
ArtifactUUID:f8176739-7b53-402c-ba7c-8e3541fc5577
ArtifactChecksum:ZDdlOTQ3N2YwZDRlMmQ4YjA0Y2Q3ZjI1NGE4ZjY3NTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b3c04d36-f41a 0
ResourceCustomizationUUID:34ab8683-a607-4845-a1cf-a2c8972abd5e
ResourceInvariantUUID:7774cdb4-715c-4149-b1fc-1d8e08a4b25a
ResourceName:vFW b3c04d36-f41a
ResourceType:VF
ResourceUUID:6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb3c04d36f41a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json
ArtifactUUID:4851ae8c-1dc3-4387-995b-72067f212a02
ArtifactChecksum:OTFiZjY3NWYzZjVhYWY4MmRmMjliMTc0MDAxODg4ZTU=
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/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml
ArtifactUUID:7755333e-bab5-4ac6-b17a-9794c8b3a8cf
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/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
ArtifactUUID:03d2a919-7482-43cd-84b5-540b299cceec
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/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
ArtifactUUID:03d2a919-7482-43cd-84b5-540b299cceec
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-18T04:32:54.218Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61 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-06-18T04:32:54.291Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:32:54.294Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:32:54.294Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:32:54.295Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f8176739-7b53-402c-ba7c-8e3541fc5577 from URL: /sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:54.295Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:32:54.296Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:54.533Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:32:54.545Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar f8176739-7b53-402c-ba7c-8e3541fc5577 99030
2022-06-18T04:32:54.547Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar ASDC sendASDCNotification
2022-06-18T04:32:54.547Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:54.547Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:32:54.548Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:32:54.551Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:32:54.552Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526774546,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:32:54.652Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:32:54.653Z||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-06-18T04:32:54.654Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:32:54.667Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:32:54.668Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:32:55.562Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:32:55.578Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:32:55.579Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f8176739-7b53-402c-ba7c-8e3541fc5577, URL: /sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar to file: /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:55.579Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220618042910-csar.csar
2022-06-18T04:32:55.580Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:55.580Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:32:55.929Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11471460360860343874/Definitions/service-Vfw20220618042910-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-06-18T04:33:00.375Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:33:00.377Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:33:00.377Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.377Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-18T04:33:00.378Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.378Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.378Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.378Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.378Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.379Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.379Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.379Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.379Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.380Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.380Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.380Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.380Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b3c04d36-f41a 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-Vfw20220618042910-csar.csar
2022-06-18T04:33:00.381Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:33:00.381Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.382Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.382Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:00.383Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:33:00.383Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:33:00.384Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.384Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.384Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:00.384Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:33:00.385Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:33:00.385Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.386Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.386Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.386Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:00.387Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:00.387Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:00.387Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:33:00.388Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.388Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.388Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.388Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:33:00.389Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:33:00.389Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:33:00.389Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.389Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.390Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:33:00.390Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.390Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:33:00.391Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.391Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T04:33:00.391Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.391Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:33:00.392Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.392Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:00.392Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:00.393Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:00.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:00.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:00.395Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:00.395Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.395Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:00.396Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:00.396Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:00.396Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-18T04:33:00.396Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:33:00.397Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:33:00.397Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.397Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.397Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:33:00.398Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.398Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:33:00.398Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.398Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=334e3e08-a4eb-4cdb-8ca3-2b6d05f9b723
2022-06-18T04:33:00.399Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.399Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:00.400Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:00.400Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:00.401Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:33:00.401Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.401Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.402Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.402Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:33:00.402Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-18T04:33:00.403Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:33:00.403Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.403Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:33:00.403Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.404Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=42a212d6-63ee-42bd-9fa8-99060342e823
2022-06-18T04:33:00.404Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.404Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:00.405Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:00.405Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:00.405Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:33:00.405Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.406Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.406Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.407Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:33:00.407Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:33:00.407Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:33:00.407Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:00.408Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:00.408Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-18T04:33:00.408Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0123d2d5-1c85-4e63-9291-9860d9779168
2022-06-18T04:33:00.409Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.409Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.409Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.409Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.410Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.410Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.410Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:00.410Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:00.411Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-18 04-29-10
Description:catalog service description
Model UUID:8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61
Model Version:NULL
Model InvariantUuid:92ed238f-f547-4919-ab3d-ae7936f35c64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW b3c04d36-f41a
Model UUID:7d39969a-edee-4446-9407-53f973dab94c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7774cdb4-715c-4149-b1fc-1d8e08a4b25a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:34ab8683-a607-4845-a1cf-a2c8972abd5e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0f5c918d-0bf6-44ee-83ba-852f9814079e
ModelName:VfwB3c04d36F41a..base_vfw..module-0
ModelUuid:f9e82c47-7037-4367-80ca-b7c96aa8005d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:334e3e08-a4eb-4cdb-8ca3-2b6d05f9b723
ModelInvariantUuid:33b56e07-d3fd-4c33-aa1f-02e79e2f4618
ModelName:vFW b3c04d36-f41a-nodes.vfwCvfc
ModelUuid:3cd06290-0f06-4f59-9114-63a444740f31
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:fa65b61b-eb2e-454f-b809-15e80223a69f
ModelInvariantUuid:12f32aab-5616-4de8-80bf-1a48fb7e748e
ModelName:VfwB3c04d36F41a.compute.nodes.heat.vfw
ModelUuid:6cbccbf2-5ccc-4688-8c8d-b4fa42e62826
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:42a212d6-63ee-42bd-9fa8-99060342e823
ModelInvariantUuid:2c63fa3b-d621-45d1-ac48-9d240f611a29
ModelName:vFW b3c04d36-f41a-nodes.vsnCvfc
ModelUuid:de8231d7-0f5e-46ca-b2d7-1865f3631e8a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:afa0f92b-80b7-43f1-86c8-882a68b6c19f
ModelInvariantUuid:eee49b9f-cc9d-4fca-8987-2cadc52bdc91
ModelName:VfwB3c04d36F41a.compute.nodes.heat.vsn
ModelUuid:bbb6c34e-9e74-43e1-90a5-8f9bfaeb135b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:0123d2d5-1c85-4e63-9291-9860d9779168
ModelInvariantUuid:ad44ec55-3e3e-4bce-809c-785e0e6b3cd2
ModelName:vFW b3c04d36-f41a-nodes.vpgCvfc
ModelUuid:d5cfea43-72e2-4bb8-9c07-addecbcb3ddc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:25381b6b-1df1-4828-a847-99259cfc755d
ModelInvariantUuid:83ca29af-a08b-4da7-9496-28b2d8cab75f
ModelName:VfwB3c04d36F41a.compute.nodes.heat.vpg
ModelUuid:55e1478a-157e-484c-8d7d-1caea1317b39
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-06-18T04:33:00.422Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7
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-06-18T04:33:00.428Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||vFW b3c04d36-f41a 0
2022-06-18T04:33:00.429Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7
2022-06-18T04:33:00.429Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4851ae8c-1dc3-4387-995b-72067f212a02 from URL: /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json
2022-06-18T04:33:00.430Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:33:00.430Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json
2022-06-18T04:33:00.550Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:33:00.558Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json 4851ae8c-1dc3-4387-995b-72067f212a02 785
2022-06-18T04:33:00.560Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json ASDC sendASDCNotification
2022-06-18T04:33:00.561Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json
2022-06-18T04:33:00.562Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:33:00.563Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:00.570Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:00.570Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526780560,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:33:00.669Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-18T04:33:00.670Z||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-06-18T04:33:00.670Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:00.691Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:33:00.691Z||pool-27-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:33:01.572Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB3c04d36F41a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0f5c918d-0bf6-44ee-83ba-852f9814079e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f9e82c47-7037-4367-80ca-b7c96aa8005d",
"vfModuleModelCustomizationUUID": "f68807a5-8523-46d3-9813-c5ed3a36a715",
"isBase": true,
"artifacts": [
"7755333e-bab5-4ac6-b17a-9794c8b3a8cf",
"03d2a919-7482-43cd-84b5-540b299cceec"
],
"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-06-18T04:33:01.582Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB3c04d36F41a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9e82c47-7037-4367-80ca-b7c96aa8005d
VfModuleModelInvariantUUID:0f5c918d-0bf6-44ee-83ba-852f9814079e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7755333e-bab5-4ac6-b17a-9794c8b3a8cf
,
03d2a919-7482-43cd-84b5-540b299cceec
}
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-06-18T04:33:01.594Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwB3c04d36F41a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0f5c918d-0bf6-44ee-83ba-852f9814079e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "f9e82c47-7037-4367-80ca-b7c96aa8005d",
"vfModuleModelCustomizationUUID": "f68807a5-8523-46d3-9813-c5ed3a36a715",
"isBase": true,
"artifacts": [
"7755333e-bab5-4ac6-b17a-9794c8b3a8cf",
"03d2a919-7482-43cd-84b5-540b299cceec"
],
"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-06-18T04:33:01.595Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB3c04d36F41a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9e82c47-7037-4367-80ca-b7c96aa8005d
VfModuleModelInvariantUUID:0f5c918d-0bf6-44ee-83ba-852f9814079e
VfModuleModelDescription:NULL
Artifacts UUID List:{
7755333e-bab5-4ac6-b17a-9794c8b3a8cf
,
03d2a919-7482-43cd-84b5-540b299cceec
}
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-06-18T04:33:01.595Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7755333e-bab5-4ac6-b17a-9794c8b3a8cf from URL: /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml
2022-06-18T04:33:01.595Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:33:01.595Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml
2022-06-18T04:33:01.657Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:33:01.659Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml 7755333e-bab5-4ac6-b17a-9794c8b3a8cf 20368
2022-06-18T04:33:01.659Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-18T04:33:01.659Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml
2022-06-18T04:33:01.659Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:33:01.660Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:01.663Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:01.664Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526781659,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:33:01.763Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:33:01.765Z||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-06-18T04:33:01.765Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:01.782Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:33:01.783Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:33:02.665Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 03d2a919-7482-43cd-84b5-540b299cceec from URL: /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
2022-06-18T04:33:02.665Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:33:02.666Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
2022-06-18T04:33:02.757Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:33:02.758Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env 03d2a919-7482-43cd-84b5-540b299cceec 2098
2022-06-18T04:33:02.758Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-18T04:33:02.759Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
2022-06-18T04:33:02.759Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:33:02.759Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:02.763Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:02.763Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526782758,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:33:02.866Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-18T04:33:02.867Z||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-06-18T04:33:02.867Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:02.881Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:33:02.883Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:33:03.766Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61
2022-06-18T04:33:03.767Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b3c04d36-f41a 0 6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-18T04:33:03.855Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f61ea3e, org.onap.sdc.toscaparser.api.parameters.Input@1673ae5e, org.onap.sdc.toscaparser.api.parameters.Input@3ecc7f6d, org.onap.sdc.toscaparser.api.parameters.Input@79986b85, org.onap.sdc.toscaparser.api.parameters.Input@49984e92]
2022-06-18T04:33:03.858Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.859Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.859Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-06-18T04:33:03.859Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 34ab8683-a607-4845-a1cf-a2c8972abd5e
2022-06-18T04:33:03.859Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34ab8683-a607-4845-a1cf-a2c8972abd5e matches Tosca VF Customization UUID: 34ab8683-a607-4845-a1cf-a2c8972abd5e
2022-06-18T04:33:03.859Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 34ab8683-a607-4845-a1cf-a2c8972abd5e 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-06-18T04:33:03.871Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.871Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.872Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 34ab8683-a607-4845-a1cf-a2c8972abd5e: {\"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-06-18T04:33:03.872Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2506b4b0
2022-06-18T04:33:03.872Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.873Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:33:03.873Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f68807a5-8523-46d3-9813-c5ed3a36a715
2022-06-18T04:33:03.873Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f68807a5-8523-46d3-9813-c5ed3a36a715
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-06-18T04:33:03.877Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.878Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.878Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:03.878Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.878Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.878Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-18T04:33:03.879Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:33:03.880Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:33:03.880Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.880Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.880Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:33:03.881Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.881Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:33:03.881Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.882Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=334e3e08-a4eb-4cdb-8ca3-2b6d05f9b723
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-06-18T04:33:03.895Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.895Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:03.896Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:33:03.897Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.897Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.897Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.897Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.898Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=42a212d6-63ee-42bd-9fa8-99060342e823
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-06-18T04:33:03.912Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.913Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.913Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:03.920Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.921Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is not matching search criteria
2022-06-18T04:33:03.922Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:33:03.922Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:33:03.922Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:33:03.922Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.923Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.923Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.923Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:33:03.924Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:33:03.924Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:33:03.924Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:33:03.925Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:33:03.925Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-18T04:33:03.926Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0123d2d5-1c85-4e63-9291-9860d9779168
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-06-18T04:33:03.936Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.937Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.938Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:33:03.938Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.939Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Node template vFW b3c04d36-f41a 0 is matching search criteria
2022-06-18T04:33:03.939Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW b3c04d36-f41a 0] matching following query criteria: sdcType=VF, customizationUUID=34ab8683-a607-4845-a1cf-a2c8972abd5e
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-06-18T04:33:03.948Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.948Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.949Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61: vFW b3c04d36-f41a
2022-06-18T04:33:03.950Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.950Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.951Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.951Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.951Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.951Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.951Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:33:03.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-29-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:33:03.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-18 04-29-10
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-06-18T04:33:04.664Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b3c04d36-f41a 6229bc9e-1f37-44cd-ab52-9f9ae3ac37c7 1 ASDC deployResourceStructure
2022-06-18T04:33:04.665Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json ASDC sendASDCNotification
2022-06-18T04:33:04.666Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json
2022-06-18T04:33:04.667Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:33:04.668Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:04.674Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:04.675Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526784665,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-18T04:33:04.775Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:33:04.778Z||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-06-18T04:33:04.779Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:04.802Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:33:04.804Z||pool-30-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:33:05.676Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-18T04:33:05.677Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml
2022-06-18T04:33:05.677Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:33:05.677Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:05.680Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:05.681Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526785676,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-06-18T04:33:05.781Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:33:05.782Z||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-06-18T04:33:05.782Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:05.799Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:33:05.800Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:33:06.698Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-18T04:33:06.698Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env
2022-06-18T04:33:06.698Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:33:06.698Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:06.723Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:06.724Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526786698,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-06-18T04:33:06.822Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-18T04:33:06.834Z||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-06-18T04:33:06.834Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:06.855Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:33:06.856Z||pool-32-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:33:07.730Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar ASDC sendASDCNotification
2022-06-18T04:33:07.731Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar
2022-06-18T04:33:07.731Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-18T04:33:07.731Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:33:07.746Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:33:07.746Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526787730,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:33:07.842Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-18T04:33:07.844Z||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-06-18T04:33:07.844Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:33:07.875Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:33:07.876Z||pool-33-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:33:08.748Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
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-06-18T04:33:08.776Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
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-06-18T04:33:08.785Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:33:08.787Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:33:08.787Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:33:38.788Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
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-06-18T04:33:38.853Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
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-06-18T04:33:38.882Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:33:38.882Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-18T04:33:38.883Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-18T04:33:41.861Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:33:41.862Z||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-06-18T04:33:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:33:41.898Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:33:41.900Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.900Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "aai-ml",
"timestamp": 1655526639401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:33:41.902Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.902Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526639443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.902Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:33:41.904Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.904Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526642986,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:33:41.905Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:41.905Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.905Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "aai-ml",
"timestamp": 1655526639401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:33:41.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.906Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526639443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.906Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:33:41.906Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526644071,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "aai-ml",
"timestamp": 1655526639401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.907Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526639443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526645194,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "aai-ml",
"timestamp": 1655526639401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:33:41.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526639443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:33:41.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:33:41.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:41.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526646220,
"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-06-18T04:33:41.971Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:33:41.971Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b 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-06-18T04:33:42.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "aai-ml",
"timestamp": 1655526639401,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:33:42.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:33:42.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526639443,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:33:42.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-06-18T04:33:42.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1655526647224,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/resourceInstances/vfwb3c04d36f41a0/artifacts/vfwb3c04d36f41a0_modules.json",
"status": "DEPLOY_OK"
}
2022-06-18T04:33:42.032Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "aai-ml",
"timestamp": 1655526647226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:33:42.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526647232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:33:42.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "clamp",
"timestamp": 1655526647977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "clamp",
"timestamp": 1655526649990,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526650922,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:33:42.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "clamp",
"timestamp": 1655526650995,
"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-06-18T04:33:42.079Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:33:42.079Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b 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-06-18T04:33:42.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1655526651926,
"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-06-18T04:33:42.168Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:33:42.171Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b 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-06-18T04:33:42.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "aai-ml",
"timestamp": 1655526665448,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618042910/1.0/artifacts/service-Vfw20220618042910-csar.csar",
"status": "DEPLOY_OK"
}
2022-06-18T04:33:42.251Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:33:42.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-18T04:33:42.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "aai-ml",
"timestamp": 1655526666453,
"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-06-18T04:33:42.299Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 106b870a-9e5d-4c0e-9378-2bc84454f42b
2022-06-18T04:33:42.299Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 106b870a-9e5d-4c0e-9378-2bc84454f42b 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-06-18T04:34:08.884Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
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-06-18T04:34:08.942Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b
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-06-18T04:34:08.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-18T04:34:08.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-18T04:34:08.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-18T04:34:08.952Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-18T04:34:08.953Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:34:08.953Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:34:08.953Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:34:08.955Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:34:08.955Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:34:08.957Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-06-18T04:34:08.957Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-06-18T04:34:09.018Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-18T04:34:39.019Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b 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-06-18T04:34:39.042Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 106b870a-9e5d-4c0e-9378-2bc84454f42b and serviceModelVersionId: 8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61
2022-06-18T04:34:39.043Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92ed238f-f547-4919-ab3d-ae7936f35c64
2022-06-18T04:34:39.051Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0
2022-06-18T04:34:39.085Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-18T04:34:39.223Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?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-06-18T04:34:39.235Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0|INFO|500||Invoke
2022-06-18T04:34:39.304Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-06-18T04:34:39.587Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0|INFO|500||InvokeReturn
2022-06-18T04:34:39.601Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92ed238f-f547-4919-ab3d-ae7936f35c64/model-vers/model-ver/8fa53768-9bb4-4c1f-9601-a5bf5f0e1c61?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220618-04:34:40:055-85598], vertex-id=[430264], Content-Length=[0], Date=[Sat, 18 Jun 2022 04:34:40 GMT], Content-Type=[application/json]}
2022-06-18T04:34:39.602Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-18T04:34:39.602Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-18T04:34:39.602Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-06-18T04:34:39.619Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||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-06-18T04:34:39.619Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 106b870a-9e5d-4c0e-9378-2bc84454f42b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-18T04:34:39.620Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-18T04:34:39.620Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:39.630Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:39.631Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "106b870a-9e5d-4c0e-9378-2bc84454f42b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526879619,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:34:39.734Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-18T04:34:39.737Z||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-06-18T04:34:39.737Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:39.780Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:39.781Z||pool-34-thread-1|||||INFO|500||cambria reply ok (46 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-06-18T04:34:40.690Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:34:40.692Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|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-06-18T04:34:40.693Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|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 J8JXXAlnkY8upKin) ...
2022-06-18T04:34:41.370Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:41.372Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-18T04:34:41.373Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4642eec-7e20-4297-8b42-e4e73102bcac","serviceName":"vFW 2022-06-18 04-32-44","serviceVersion":"1.0","serviceUUID":"28b73696-139b-4582-b3e9-2818b06f8455","serviceDescription":"catalog service description","serviceInvariantUUID":"a4a78863-ee14-4aab-bc49-8dcd658607ef","resources":[{"resourceInstanceName":"vFW 400fcb67-9a57 0","resourceName":"vFW 400fcb67-9a57","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51beaf73-b8a6-4725-9d9e-8316968dd383","resourceInvariantUUID":"3c5b5fe1-b024-4858-9669-87640e5362b2","resourceCustomizationUUID":"18139cf0-b757-4818-b5b2-68ce67ffafe9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml","artifactChecksum":"ZGZlZDM5MzQ0ZThhZWRlOTAxYTU1Y2JiMjI5NjZiMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ae7ab06-dbcf-4202-8fa0-95cdf4a84327","artifactVersion":"1"},{"artifactName":"vfw400fcb679a570_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json","artifactChecksum":"NWQyYjZkOGU5MGQyYTllNTdjNmEzYzgwN2Y3MGJhOGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8a2e2b2-fdb4-4cfd-a36d-97ccdd7d8df3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4a9d6909-cde4-47b3-950d-a20fa2ec1199","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml","artifactChecksum":"YmM2NDMwOTMxODc5NTllZjU1ZWJmNzY1MmEyZjJiZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2c238dfe-0a23-42f8-b7c8-76cd4f4866f7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"698b1cfd-325f-493a-8b75-296c8f256a4b","artifactVersion":"2","generatedFromUUID":"4a9d6909-cde4-47b3-950d-a20fa2ec1199"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220618043244-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml","artifactChecksum":"YzY4ODk1YjRmN2I0ZmNiYzM4NjhhMzFlOGNiMmJiOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8e83985-2372-4d45-a13c-7051b0b2c191","artifactVersion":"1"},{"artifactName":"service-Vfw20220618043244-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar","artifactChecksum":"M2M1NjdlZmRhNjQ0N2VkNTBjODA5NDMwMGZiY2JjM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ad6eea73-9058-4da4-b248-e920bc381524","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-18T04:34:41.380Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:41.381Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:41.386Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:41.387Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526880690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:34:41.486Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:34:41.488Z||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-06-18T04:34:41.489Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:41.502Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:41.504Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:41.860Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-18T04:34:41.862Z||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-06-18T04:34:41.862Z||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 J8JXXAlnkY8upKin) ...
2022-06-18T04:34:41.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:41.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-18T04:34:41.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2c7c35ab-fe8b-413b-9306-bc832c774da0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526761645,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-18T04:34:41.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-18T04:34:42.387Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:42.389Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:42.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:42.394Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526880690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
"status": "NOTIFIED"
}
2022-06-18T04:34:42.494Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:42.496Z||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-06-18T04:34:42.496Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:42.514Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:42.515Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:43.405Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:43.406Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:43.411Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:43.412Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526880690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-06-18T04:34:43.512Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:43.514Z||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-06-18T04:34:43.515Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:43.553Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:43.556Z||pool-37-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:34:44.413Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:44.415Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:44.419Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:44.419Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526880690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:34:44.519Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:34:44.520Z||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-06-18T04:34:44.521Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:44.540Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:44.541Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:45.420Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:45.421Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:45.425Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:45.425Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526880690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-06-18T04:34:45.525Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:45.527Z||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-06-18T04:34:45.527Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:45.552Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:45.552Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:46.426Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:46.427Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:46.431Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:46.431Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526880690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-template.yml",
"status": "NOT_NOTIFIED"
}
2022-06-18T04:34:46.530Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-18T04:34:46.532Z||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-06-18T04:34:46.532Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:46.546Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:46.547Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:34:47.433Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-18T04:34:47.434Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:47.437Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:47.438Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526880690,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
"status": "NOTIFIED"
}
2022-06-18T04:34:47.538Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:47.539Z||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-06-18T04:34:47.540Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:47.562Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:47.564Z||pool-41-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:48.440Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"serviceName": "vFW 2022-06-18 04-32-44",
"serviceVersion": "1.0",
"serviceUUID": "28b73696-139b-4582-b3e9-2818b06f8455",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "a4a78863-ee14-4aab-bc49-8dcd658607ef",
"resources": [
{
"resourceInstanceName": "vFW 400fcb67-9a57 0",
"resourceCustomizationUUID": "18139cf0-b757-4818-b5b2-68ce67ffafe9",
"resourceName": "vFW 400fcb67-9a57",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "51beaf73-b8a6-4725-9d9e-8316968dd383",
"resourceInvariantUUID": "3c5b5fe1-b024-4858-9669-87640e5362b2",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw400fcb679a570_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
"artifactChecksum": "NWQyYjZkOGU5MGQyYTllNTdjNmEzYzgwN2Y3MGJhOGM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f8a2e2b2-fdb4-4cfd-a36d-97ccdd7d8df3",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4a9d6909-cde4-47b3-950d-a20fa2ec1199",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "698b1cfd-325f-493a-8b75-296c8f256a4b",
"generatedFromUUID": "4a9d6909-cde4-47b3-950d-a20fa2ec1199"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "698b1cfd-325f-493a-8b75-296c8f256a4b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220618043244-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
"artifactChecksum": "M2M1NjdlZmRhNjQ0N2VkNTBjODA5NDMwMGZiY2JjM2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ad6eea73-9058-4da4-b248-e920bc381524"
}
],
"workloadContext": "Production"
}
2022-06-18T04:34:48.441Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-18T04:34:48.441Z|106b870a-9e5d-4c0e-9378-2bc84454f42b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 28b73696-139b-4582-b3e9-2818b06f8455 ASDC
2022-06-18T04:34:48.442Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c4642eec-7e20-4297-8b42-e4e73102bcac
ServiceName:vFW 2022-06-18 04-32-44
ServiceVersion:1.0
ServiceUUID:28b73696-139b-4582-b3e9-2818b06f8455
ServiceInvariantUUID:a4a78863-ee14-4aab-bc49-8dcd658607ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220618043244-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar
ArtifactUUID:ad6eea73-9058-4da4-b248-e920bc381524
ArtifactChecksum:M2M1NjdlZmRhNjQ0N2VkNTBjODA5NDMwMGZiY2JjM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 400fcb67-9a57 0
ResourceCustomizationUUID:18139cf0-b757-4818-b5b2-68ce67ffafe9
ResourceInvariantUUID:3c5b5fe1-b024-4858-9669-87640e5362b2
ResourceName:vFW 400fcb67-9a57
ResourceType:VF
ResourceUUID:51beaf73-b8a6-4725-9d9e-8316968dd383
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw400fcb679a570_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json
ArtifactUUID:f8a2e2b2-fdb4-4cfd-a36d-97ccdd7d8df3
ArtifactChecksum:NWQyYjZkOGU5MGQyYTllNTdjNmEzYzgwN2Y3MGJhOGM=
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/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml
ArtifactUUID:4a9d6909-cde4-47b3-950d-a20fa2ec1199
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/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
ArtifactUUID:698b1cfd-325f-493a-8b75-296c8f256a4b
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/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
ArtifactUUID:698b1cfd-325f-493a-8b75-296c8f256a4b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-06-18T04:34:48.442Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 28b73696-139b-4582-b3e9-2818b06f8455 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-06-18T04:34:48.494Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:34:48.495Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:34:48.495Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:34:48.495Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ad6eea73-9058-4da4-b248-e920bc381524 from URL: /sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:48.495Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:34:48.496Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:48.678Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:34:48.686Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar ad6eea73-9058-4da4-b248-e920bc381524 99019
2022-06-18T04:34:48.687Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar ASDC sendASDCNotification
2022-06-18T04:34:48.688Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:48.688Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:34:48.689Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:48.694Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:48.694Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526888687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:34:48.802Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-06-18T04:34:48.804Z||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-06-18T04:34:48.804Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:48.853Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:48.854Z||pool-42-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:34:49.696Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-18T04:34:49.698Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-18T04:34:49.699Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ad6eea73-9058-4da4-b248-e920bc381524, URL: /sdc/v1/catalog/services/Vfw20220618043244/1.0/artifacts/service-Vfw20220618043244-csar.csar to file: /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:49.699Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220618043244-csar.csar
2022-06-18T04:34:49.700Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:49.700Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:50.222Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12171393143637403805/Definitions/service-Vfw20220618043244-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-06-18T04:34:54.241Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-18T04:34:54.242Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:34:54.243Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.243Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-18T04:34:54.243Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||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-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||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-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||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-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||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-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||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-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||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-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.244Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.245Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||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-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.245Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.245Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 400fcb67-9a57 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-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.245Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||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-Vfw20220618043244-csar.csar
2022-06-18T04:34:54.246Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-18T04:34:54.246Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.246Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.247Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:54.247Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:34:54.247Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:34:54.248Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.248Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.249Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:54.249Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-18T04:34:54.250Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-18T04:34:54.250Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.251Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.251Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.251Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:54.252Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:54.252Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:34:54.253Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.253Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.253Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.255Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:34:54.255Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:54.255Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:34:54.255Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:34:54.255Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.256Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.256Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:34:54.256Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.257Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:34:54.258Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.258Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-18T04:34:54.258Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.259Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:34:54.259Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.259Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:54.260Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:54.260Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.260Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:54.261Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:54.261Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.262Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:54.262Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:54.263Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.263Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:54.263Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:54.263Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-18T04:34:54.264Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:54.264Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:34:54.264Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:34:54.264Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.264Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.265Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:34:54.266Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.266Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:34:54.266Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.266Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=72019675-ffbc-4653-9f72-6fca273d7abf
2022-06-18T04:34:54.267Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.267Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:54.267Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:54.267Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:34:54.267Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.268Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.268Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.268Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:34:54.268Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:54.269Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-18T04:34:54.269Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:34:54.269Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.269Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:34:54.270Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.270Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=84c617e0-24c1-414a-ae99-b76e37305c60
2022-06-18T04:34:54.270Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.271Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:54.271Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:54.271Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-18T04:34:54.272Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.272Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.272Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.273Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-18T04:34:54.273Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:54.274Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:34:54.274Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:34:54.274Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:54.274Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:54.275Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-18T04:34:54.276Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3241cf00-0d5d-4086-a51a-444492fffd52
2022-06-18T04:34:54.276Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.277Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.277Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.277Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.278Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.278Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.278Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:54.279Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:54.279Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-06-18 04-32-44
Description:catalog service description
Model UUID:28b73696-139b-4582-b3e9-2818b06f8455
Model Version:NULL
Model InvariantUuid:a4a78863-ee14-4aab-bc49-8dcd658607ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 400fcb67-9a57
Model UUID:1c851959-abba-4884-89ce-ce983b114de6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c5b5fe1-b024-4858-9669-87640e5362b2
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:18139cf0-b757-4818-b5b2-68ce67ffafe9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8e70a51b-aea2-4a63-b720-ea396fde505f
ModelName:Vfw400fcb679a57..base_vfw..module-0
ModelUuid:5aba16e4-f363-4ed0-a5cc-523339cee3f7
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:72019675-ffbc-4653-9f72-6fca273d7abf
ModelInvariantUuid:53de5d73-0a99-413d-beac-197db47565af
ModelName:vFW 400fcb67-9a57-nodes.vfwCvfc
ModelUuid:b2611fab-be3c-418a-b0a1-c2f1fdfb21d6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:59226ade-c576-49f1-8d38-d660036d23b6
ModelInvariantUuid:25508eda-c7f4-4b24-8b8d-1b4dce35c7d6
ModelName:Vfw400fcb679a57.compute.nodes.heat.vfw
ModelUuid:d733af88-c25a-4c9f-9114-ab9b498e658d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:84c617e0-24c1-414a-ae99-b76e37305c60
ModelInvariantUuid:beeac4ab-d44c-4f59-a6ab-7c12e280873c
ModelName:vFW 400fcb67-9a57-nodes.vsnCvfc
ModelUuid:36f016aa-f9ae-4d4c-bf09-f1eac2c8379d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:684d6a9e-1d36-40b3-b3b8-a157d2bf6b53
ModelInvariantUuid:0446383e-240c-4a04-afe5-3ab936ac0afe
ModelName:Vfw400fcb679a57.compute.nodes.heat.vsn
ModelUuid:33896339-bf58-4767-bc1f-2303b3590758
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:3241cf00-0d5d-4086-a51a-444492fffd52
ModelInvariantUuid:cedace25-15f4-4330-aa31-24dd7d7a3c5c
ModelName:vFW 400fcb67-9a57-nodes.vpgCvfc
ModelUuid:ba9c6634-d641-43f9-a360-114c30281351
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:cf643600-1ee0-4883-9d86-39e87f60b1fe
ModelInvariantUuid:30a44fe2-d783-4d6f-995b-0e93eb4bea44
ModelName:Vfw400fcb679a57.compute.nodes.heat.vpg
ModelUuid:7942df75-4776-4f6d-b7e6-dab77a6f815e
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-06-18T04:34:54.294Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 51beaf73-b8a6-4725-9d9e-8316968dd383
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-06-18T04:34:54.301Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||vFW 400fcb67-9a57 0
2022-06-18T04:34:54.302Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51beaf73-b8a6-4725-9d9e-8316968dd383
2022-06-18T04:34:54.302Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f8a2e2b2-fdb4-4cfd-a36d-97ccdd7d8df3 from URL: /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json
2022-06-18T04:34:54.302Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:34:54.303Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json
2022-06-18T04:34:54.382Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:34:54.383Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json f8a2e2b2-fdb4-4cfd-a36d-97ccdd7d8df3 785
2022-06-18T04:34:54.383Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json ASDC sendASDCNotification
2022-06-18T04:34:54.383Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json
2022-06-18T04:34:54.384Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:34:54.385Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:54.388Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:54.389Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526894383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/vfw400fcb679a570_modules.json",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:34:54.489Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-18T04:34:54.491Z||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-06-18T04:34:54.491Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:54.508Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:54.510Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:55.390Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw400fcb679a57..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8e70a51b-aea2-4a63-b720-ea396fde505f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5aba16e4-f363-4ed0-a5cc-523339cee3f7",
"vfModuleModelCustomizationUUID": "44b8d21e-0932-49c5-a61c-a8bce8a66d52",
"isBase": true,
"artifacts": [
"4a9d6909-cde4-47b3-950d-a20fa2ec1199",
"698b1cfd-325f-493a-8b75-296c8f256a4b"
],
"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-06-18T04:34:55.398Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw400fcb679a57..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5aba16e4-f363-4ed0-a5cc-523339cee3f7
VfModuleModelInvariantUUID:8e70a51b-aea2-4a63-b720-ea396fde505f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a9d6909-cde4-47b3-950d-a20fa2ec1199
,
698b1cfd-325f-493a-8b75-296c8f256a4b
}
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-06-18T04:34:55.402Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw400fcb679a57..base_vfw..module-0",
"vfModuleModelInvariantUUID": "8e70a51b-aea2-4a63-b720-ea396fde505f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5aba16e4-f363-4ed0-a5cc-523339cee3f7",
"vfModuleModelCustomizationUUID": "44b8d21e-0932-49c5-a61c-a8bce8a66d52",
"isBase": true,
"artifacts": [
"4a9d6909-cde4-47b3-950d-a20fa2ec1199",
"698b1cfd-325f-493a-8b75-296c8f256a4b"
],
"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-06-18T04:34:55.402Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw400fcb679a57..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5aba16e4-f363-4ed0-a5cc-523339cee3f7
VfModuleModelInvariantUUID:8e70a51b-aea2-4a63-b720-ea396fde505f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a9d6909-cde4-47b3-950d-a20fa2ec1199
,
698b1cfd-325f-493a-8b75-296c8f256a4b
}
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-06-18T04:34:55.403Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a9d6909-cde4-47b3-950d-a20fa2ec1199 from URL: /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml
2022-06-18T04:34:55.403Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:34:55.403Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml
2022-06-18T04:34:55.488Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:34:55.491Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml 4a9d6909-cde4-47b3-950d-a20fa2ec1199 20368
2022-06-18T04:34:55.492Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-18T04:34:55.492Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml
2022-06-18T04:34:55.492Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:34:55.492Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:55.502Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:55.503Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526895491,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:34:55.598Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-18T04:34:55.599Z||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-06-18T04:34:55.599Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:55.623Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:55.624Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-18T04:34:56.505Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 698b1cfd-325f-493a-8b75-296c8f256a4b from URL: /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
2022-06-18T04:34:56.505Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-18T04:34:56.506Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
2022-06-18T04:34:56.635Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-18T04:34:56.636Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env 698b1cfd-325f-493a-8b75-296c8f256a4b 2098
2022-06-18T04:34:56.638Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-18T04:34:56.638Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env
2022-06-18T04:34:56.638Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-18T04:34:56.639Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-18T04:34:56.647Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-18T04:34:56.648Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "c4642eec-7e20-4297-8b42-e4e73102bcac",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1655526896638,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220618043244/1.0/resourceInstances/vfw400fcb679a570/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-06-18T04:34:56.754Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-18T04:34:56.755Z||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-06-18T04:34:56.755Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as J8JXXAlnkY8upKin) ...
2022-06-18T04:34:56.776Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-06-18T04:34:56.777Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-18T04:34:57.649Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 28b73696-139b-4582-b3e9-2818b06f8455
2022-06-18T04:34:57.658Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 400fcb67-9a57 0 51beaf73-b8a6-4725-9d9e-8316968dd383 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-06-18T04:34:57.699Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@622ad5e9, org.onap.sdc.toscaparser.api.parameters.Input@16ec8d7, org.onap.sdc.toscaparser.api.parameters.Input@173b2437, org.onap.sdc.toscaparser.api.parameters.Input@1d486b7b, org.onap.sdc.toscaparser.api.parameters.Input@29f970a6]
2022-06-18T04:34:57.702Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:57.703Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:57.703Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-06-18T04:34:57.704Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 18139cf0-b757-4818-b5b2-68ce67ffafe9
2022-06-18T04:34:57.704Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 18139cf0-b757-4818-b5b2-68ce67ffafe9 matches Tosca VF Customization UUID: 18139cf0-b757-4818-b5b2-68ce67ffafe9
2022-06-18T04:34:57.704Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 18139cf0-b757-4818-b5b2-68ce67ffafe9 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-06-18T04:34:57.709Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:57.710Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-18T04:34:57.712Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 18139cf0-b757-4818-b5b2-68ce67ffafe9: {\"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-06-18T04:34:57.713Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4e3f0297
2022-06-18T04:34:57.724Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:57.724Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-18 04-32-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-18T04:34:57.724Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44b8d21e-0932-49c5-a61c-a8bce8a66d52
2022-06-18T04:34:57.724Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44b8d21e-0932-49c5-a61c-a8bce8a66d52
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-06-18T04:34:57.729Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:57.730Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:57.730Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:57.731Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:57.731Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:57.731Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:57.732Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:57.732Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is not matching search criteria
2022-06-18T04:34:57.733Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-18T04:34:57.733Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-18T04:34:57.735Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-18T04:34:57.741Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-18T04:34:57.742Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-18T04:34:57.742Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-18T04:34:57.743Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:57.743Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-18T04:34:57.743Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-18T04:34:57.744Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-18T04:34:57.744Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-18T04:34:57.745Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=72019675-ffbc-4653-9f72-6fca273d7abf
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-06-18T04:34:57.757Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-06-18T04:34:57.758Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Node template vFW 400fcb67-9a57 0 is matching search criteria
2022-06-18T04:34:57.758Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 400fcb67-9a57 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-18T04:34:57.759Z|c4642eec-7e20-4297-8b42-e4e73102bcac|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery