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-02-26T10:16:32.648Z||main|||||INFO|500||The following profiles are active: basic
2022-02-26T10:16:49.702Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-26T10:16:49.703Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-26T10:16:49.929Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-26T10:16:56.945Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-26T10:16:58.356Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-26T10:16:59.121Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-26T10:16:59.132Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-26T10:16:59.298Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-26T10:16:59.751Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-26T10:17:00.719Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-26T10:17:13.764Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-26T10:17:16.323Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-26T10:17:16.406Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-26T10:17:17.089Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-26T10:17:17.241Z||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-02-26T10:17:18.594Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-26T10:17:20.020Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-02-26T10:17:20.044Z||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-02-26T10:17:20.045Z||main|||||WARN|500||The sdc end point is not alive
2022-02-26T10:17:23.104Z||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-02-26T10:17:26.176Z||main|||||WARN|500||---
2022-02-26T10:17:26.177Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-26T10:17:26.177Z||main|||||WARN|500||---
2022-02-26T10:17:26.681Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-26T10:17:32.031Z||main|||||INFO|500||Started Application in 64.388 seconds (JVM running for 71.981)
2022-02-26T10:17:32.067Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-26T10:17:32.079Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-26T10:17:32.097Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-26T10:17:32.126Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-26T10:17:32.202Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b44dca68-7822-44ec-b322-3dae7ff5aa57 url= /sdc/v1/artifactTypes
2022-02-26T10:17:32.203Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-26T10:17:32.552Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-26T10:17:32.588Z||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-02-26T10:17:32.610Z||scheduling-1|||||DEBUG|500||create keys
2022-02-26T10:17:32.618Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-26T10:17:33.246Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:17:33.266Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e8b08f2d-59dd-4c17-b9d5-22576bfaa126 url= /sdc/v1/registerForDistribution
2022-02-26T10:17:36.157Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e8b08f2d-59dd-4c17-b9d5-22576bfaa126 url= /sdc/v1/registerForDistribution
2022-02-26T10:17:36.159Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-26T10:17:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:17:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:17:36.186Z||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-02-26T10:17:36.186Z||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-02-26T10:17:36.187Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:17:36.188Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:17:36.188Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-26T10:17:49.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:17:49.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:18:36.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:18:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:18:36.175Z||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-02-26T10:18:36.175Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:18:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:18:36.175Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:18:45.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:18:45.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:19:36.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:19:36.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:19:36.176Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:19:36.176Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:19:36.176Z||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-02-26T10:19:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:19:45.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:19:45.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:20:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:20:36.172Z||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-02-26T10:20:36.172Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:20:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:20:36.173Z||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-02-26T10:20:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:20:45.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:20:45.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:21:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:21:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:21:36.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:21:36.174Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:21:36.174Z||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-02-26T10:21:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:21:45.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:21:45.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:22:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:22:36.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:22:36.178Z||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-02-26T10:22:36.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:22:36.180Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:22:36.180Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:22:45.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:22:45.741Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:23:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:23:36.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:23:36.172Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:23:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:23:36.174Z||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-02-26T10:23:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:23:45.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:23:45.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:24:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:24:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:24:36.175Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:24:36.175Z||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-02-26T10:24:36.175Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:24:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:24:45.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:24:45.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:25:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:25:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:25:36.178Z||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-02-26T10:25:36.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:25:36.178Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:25:36.179Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:25:45.731Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:25:45.732Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:26:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:26:36.172Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:26:36.172Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:26:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:26:36.173Z||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-02-26T10:26:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:26:42.487Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-26T10:26:45.737Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:26:45.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:27:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:27:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:27:36.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:27:36.174Z||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-02-26T10:27:36.174Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:27:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:27:45.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:27:45.736Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:28:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:28:36.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:28:36.171Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:28:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:28:36.174Z||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-02-26T10:28:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:28:45.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:28:45.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:29:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:29:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:29:36.173Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:29:36.173Z||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-02-26T10:29:36.173Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:29:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:29:45.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:29:45.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:30:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:30:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:30:36.177Z||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-02-26T10:30:36.178Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:30:36.177Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:30:36.178Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:30:45.737Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:30:45.739Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:31:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:31:36.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:31:36.172Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:31:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:31:36.175Z||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-02-26T10:31:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:31:45.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:31:45.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:32:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:32:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:32:36.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:32:36.174Z||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-02-26T10:32:36.174Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:32:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:32:45.749Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:32:45.754Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:33:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:33:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:33:36.176Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:33:36.176Z||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-02-26T10:33:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:33:36.176Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:33:45.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:33:45.728Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:34:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:34:36.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:34:36.172Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:34:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:34:36.173Z||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-02-26T10:34:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:34:45.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:34:45.737Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:35:36.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:35:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:35:36.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:35:36.174Z||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-02-26T10:35:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:35:36.174Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:35:45.726Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:35:45.729Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:36:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:36:36.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:36:36.171Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:36:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:36:36.174Z||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-02-26T10:36:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:36:45.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:36:45.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:37:36.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:37:36.172Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T10:37:36.172Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T10:37:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:37:36.173Z||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-02-26T10:37:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:37:45.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:37:45.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:38:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:38:36.174Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:38:36.175Z||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-02-26T10:38:36.175Z||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-02-26T10:38:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:38:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:38:45.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:38:45.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:39:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:39:36.171Z||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-02-26T10:39:36.171Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:39:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:39:36.173Z||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-02-26T10:39:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:39:45.747Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:39:45.748Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:40:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:40:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:40:36.174Z||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-02-26T10:40:36.174Z||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-02-26T10:40:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:40:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:40:45.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:40:45.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:41:36.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:41:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:41:36.176Z||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-02-26T10:41:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:41:36.177Z||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-02-26T10:41:36.177Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:41:45.733Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:41:45.736Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:42:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:42:36.171Z||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-02-26T10:42:36.171Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:42:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:42:36.174Z||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-02-26T10:42:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:42:45.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:42:45.719Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:43:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:43:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:43:36.175Z||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-02-26T10:43:36.175Z||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-02-26T10:43:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:43:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:43:45.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:43:45.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:44:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:44:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:44:36.174Z||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-02-26T10:44:36.174Z||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-02-26T10:44:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:44:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:44:45.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:44:45.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:45:36.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:45:36.171Z||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-02-26T10:45:36.172Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:45:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:45:36.175Z||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-02-26T10:45:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:45:45.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:45:45.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:46:36.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:46:36.172Z||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-02-26T10:46:36.172Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:46:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:46:36.173Z||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-02-26T10:46:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:46:45.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:46:45.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:47:36.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:47:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:47:36.174Z||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-02-26T10:47:36.174Z||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-02-26T10:47:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:47:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:47:45.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:47:45.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:48:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:48:36.171Z||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-02-26T10:48:36.171Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:48:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:48:36.175Z||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-02-26T10:48:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:48:45.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:48:45.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:49:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:49:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:49:36.173Z||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-02-26T10:49:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:49:36.173Z||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-02-26T10:49:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:49:45.734Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:49:45.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:50:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:50:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:50:36.177Z||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-02-26T10:50:36.177Z||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-02-26T10:50:36.177Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:50:36.177Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:50:45.727Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:50:45.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:51:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:51:36.172Z||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-02-26T10:51:36.172Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:51:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:51:36.173Z||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-02-26T10:51:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:51:45.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:51:45.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:52:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:52:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:52:36.173Z||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-02-26T10:52:36.173Z||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-02-26T10:52:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:52:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:52:45.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:52:45.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:53:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:53:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:53:36.174Z||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-02-26T10:53:36.174Z||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-02-26T10:53:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:53:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:53:45.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:53:45.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:54:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:54:36.171Z||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-02-26T10:54:36.171Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:54:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:54:36.173Z||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-02-26T10:54:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:54:45.719Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:54:45.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:55:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:55:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:55:36.174Z||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-02-26T10:55:36.174Z||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-02-26T10:55:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:55:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:55:45.720Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:55:45.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:56:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:56:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:56:36.173Z||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-02-26T10:56:36.173Z||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-02-26T10:56:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:56:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:56:45.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:56:45.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:57:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:57:36.172Z||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-02-26T10:57:36.172Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:57:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:57:36.174Z||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-02-26T10:57:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:57:45.722Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:57:45.725Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:58:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:58:36.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:58:36.179Z||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-02-26T10:58:36.179Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:58:36.179Z||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-02-26T10:58:36.180Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:58:45.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:58:45.736Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:59:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:59:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T10:59:36.173Z||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-02-26T10:59:36.173Z||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-02-26T10:59:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:59:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T10:59:45.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T10:59:45.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:00:36.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:00:36.171Z||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-02-26T11:00:36.171Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:00:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:00:36.174Z||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-02-26T11:00:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:00:45.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:00:45.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:01:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:01:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:01:36.174Z||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-02-26T11:01:36.174Z||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-02-26T11:01:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:01:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:01:45.727Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:01:45.731Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:02:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:02:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:02:36.175Z||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-02-26T11:02:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:02:36.175Z||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-02-26T11:02:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:02:45.720Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:02:45.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:03:36.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:03:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:03:36.173Z||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-02-26T11:03:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:03:36.173Z||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-02-26T11:03:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:03:45.723Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:03:45.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:04:36.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:04:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:04:36.173Z||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-02-26T11:04:36.173Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T11:04:36.173Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:04:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:04:45.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:04:45.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:05:36.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:05:36.171Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T11:05:36.171Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:05:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:05:36.173Z||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-02-26T11:05:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:05:45.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:05:45.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:06:36.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:06:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:06:36.174Z||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-02-26T11:06:36.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T11:06:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:06:36.175Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:06:45.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:06:45.725Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:07:36.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:07:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:07:36.173Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T11:07:36.173Z||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-02-26T11:07:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:07:36.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:07:45.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:07:45.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:08:36.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:08:36.171Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T11:08:36.171Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:08:36.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:08:36.174Z||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-02-26T11:08:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:08:45.732Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:08:45.732Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:09:36.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:09:36.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:09:36.173Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T11:09:36.173Z||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-02-26T11:09:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:09:36.173Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:09:45.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:09:45.729Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:10:36.171Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:10:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:10:36.176Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T11:10:36.176Z||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-02-26T11:10:36.176Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:10:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:10:45.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:10:45.732Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:36.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:11:36.172Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T11:11:36.172Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:36.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:11:36.174Z||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-02-26T11:11:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:36.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:36.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.326Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645873873771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.365Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "policy-id",
"timestamp": 1645873878533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.366Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "cds",
"timestamp": 1645873872008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "policy-id",
"timestamp": 1645873878533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.367Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645873873771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.368Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "cds",
"timestamp": 1645873872008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "policy-id",
"timestamp": 1645873878533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-26T11:11:36.369Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645873873771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.370Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "cds",
"timestamp": 1645873872008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "policy-id",
"timestamp": 1645873878533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645873873771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "clamp",
"timestamp": 1645873881595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "cds",
"timestamp": 1645873872008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "policy-id",
"timestamp": 1645873878533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645873873771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "clamp",
"timestamp": 1645873881595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "NOTIFIED"
}
2022-02-26T11:11:36.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "cds",
"timestamp": 1645873872008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "policy-id",
"timestamp": 1645873878533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645873873771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "clamp",
"timestamp": 1645873881595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "cds",
"timestamp": 1645873872008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873883926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "aai-ml",
"timestamp": 1645873884428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "policy-id",
"timestamp": 1645873878533,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:11:36.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "ves-openapi-manager",
"timestamp": 1645873873771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.383Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.383Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "clamp",
"timestamp": 1645873881595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.383Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "cds",
"timestamp": 1645873872008,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:11:36.384Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.384Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.384Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873883926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "NOTIFIED"
}
2022-02-26T11:11:36.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "aai-ml",
"timestamp": 1645873884428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.385Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.385Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.385Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "clamp",
"timestamp": 1645873881595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.386Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.386Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873883926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-26T11:11:36.386Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "cds",
"timestamp": 1645873886743,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:11:36.387Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:11:36.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.387Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "policy-id",
"timestamp": 1645873886726,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:11:36.387Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:11:36.387Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "aai-ml",
"timestamp": 1645873884428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "clamp",
"timestamp": 1645873881595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873883926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "cds",
"timestamp": 1645873887761,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-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-02-26T11:11:36.574Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88
2022-02-26T11:11:36.597Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:11:36.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "policy-id",
"timestamp": 1645873887735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:11:36.621Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:11:36.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "aai-ml",
"timestamp": 1645873884428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "clamp",
"timestamp": 1645873881595,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:11:36.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873883926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-26T11:11:36.623Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "policy-id",
"timestamp": 1645873888740,
"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-02-26T11:11:36.640Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88
2022-02-26T11:11:36.640Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:11:36.650Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.650Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "aai-ml",
"timestamp": 1645873884428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.650Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873883926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.651Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.651Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.651Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "aai-ml",
"timestamp": 1645873884428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.652Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.652Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873883926,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:11:36.652Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.653Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "aai-ml",
"timestamp": 1645873884428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:11:36.653Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873891811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:11:36.654Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:11:36.654Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "aai-ml",
"timestamp": 1645873892369,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:11:36.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:11:36.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.655Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873892991,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:11:36.655Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:11:36.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645873892420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873894088,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:11:36.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:11:36.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645873892420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645873892420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:11:36.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873895207,
"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-02-26T11:11:36.665Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88
2022-02-26T11:11:36.665Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:11:36.820Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:36.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-26T11:11:36.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1d759ab-0eb5-4968-a8d7-69184d65ca88","serviceName":"vFW 2022-02-26 11-08-48","serviceVersion":"1.0","serviceUUID":"d657568b-3528-4cb6-86ca-3a18a622572a","serviceDescription":"catalog service description","serviceInvariantUUID":"ce474892-f4aa-4feb-b8a0-49a4935b381c","resources":[{"resourceInstanceName":"vFW f622ca7c-25f3 0","resourceName":"vFW f622ca7c-25f3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2d8c85b9-02f1-47c7-8f61-90662b7cff51","resourceInvariantUUID":"dac5d2ec-5524-420f-ae4d-ec3732bdcb26","resourceCustomizationUUID":"7458c94a-f51a-4b94-a19c-bbcad9c2cc43","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml","artifactChecksum":"MGMyNTM0Njk2ODE4ZWIwNjk1ZmNhYzZmOGEzZTk0N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aefc931e-ce3f-4478-87e2-858c2b31723f","artifactVersion":"1"},{"artifactName":"vfwf622ca7c25f30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json","artifactChecksum":"MDRjNTE5OGZlNDY0ZGEyNmExNjAxNmQxYmU5MGE1NWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7e7cd6b4-c633-4a3b-8ad9-d776a1281909","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c428bb16-bd6a-4e66-b5b2-3888ced85603","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml","artifactChecksum":"MjljYTNlNTQ0MjVlMGQ2MjViMTA3YjI4NzQ2Y2M1ODM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58f6516e-4630-488d-ac3a-9ce99bd88772","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"920d37a1-fa8b-470d-8b75-7d606f33e18b","artifactVersion":"2","generatedFromUUID":"c428bb16-bd6a-4e66-b5b2-3888ced85603"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220226110848-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml","artifactChecksum":"MTMzMTQwNzZmZjA0NjcxYzUxMzc5YjNjMjc4ZDVkM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cee0d8a5-9e66-4746-90e2-e0ea3cf09877","artifactVersion":"1"},{"artifactName":"service-Vfw20220226110848-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar","artifactChecksum":"ODNiN2IxNTk0NzM2ZDE0ODJiZmY0NDVmY2FhNzIyNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8590c12-540e-4fdd-93ca-3f55ac6a3011","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T11:11:36.835Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:11:36.840Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:36.851Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:36.851Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:36.951Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-02-26T11:11:36.956Z||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-02-26T11:11:36.956Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:36.969Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:36.970Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:37.858Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:11:37.858Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:37.860Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:37.860Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "NOTIFIED"
}
2022-02-26T11:11:37.960Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:37.961Z||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-02-26T11:11:37.962Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:37.979Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:37.980Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:38.861Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:11:38.862Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:38.864Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:38.864Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-26T11:11:38.964Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:38.966Z||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-02-26T11:11:38.966Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:38.978Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:38.979Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-02-26T11:11:39.865Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:11:39.865Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:39.867Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:39.867Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:39.968Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T11:11:39.971Z||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-02-26T11:11:39.972Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:39.985Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:39.986Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:40.868Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:11:40.869Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:40.871Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:40.872Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-26T11:11:40.972Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:40.973Z||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-02-26T11:11:40.973Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:40.984Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:40.985Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:41.872Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:11:41.873Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:41.876Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:41.877Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:11:41.977Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T11:11:41.979Z||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-02-26T11:11:41.979Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:42.010Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:42.011Z||pool-8-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:42.877Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:11:42.878Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:42.880Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:42.880Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:11:42.981Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:42.982Z||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-02-26T11:11:42.982Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:42.994Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:42.995Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:43.884Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"serviceName": "vFW 2022-02-26 11-08-48",
"serviceVersion": "1.0",
"serviceUUID": "d657568b-3528-4cb6-86ca-3a18a622572a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ce474892-f4aa-4feb-b8a0-49a4935b381c",
"resources": [
{
"resourceInstanceName": "vFW f622ca7c-25f3 0",
"resourceCustomizationUUID": "7458c94a-f51a-4b94-a19c-bbcad9c2cc43",
"resourceName": "vFW f622ca7c-25f3",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2d8c85b9-02f1-47c7-8f61-90662b7cff51",
"resourceInvariantUUID": "dac5d2ec-5524-420f-ae4d-ec3732bdcb26",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwf622ca7c25f30_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"artifactChecksum": "MDRjNTE5OGZlNDY0ZGEyNmExNjAxNmQxYmU5MGE1NWU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7e7cd6b4-c633-4a3b-8ad9-d776a1281909",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c428bb16-bd6a-4e66-b5b2-3888ced85603",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "920d37a1-fa8b-470d-8b75-7d606f33e18b",
"generatedFromUUID": "c428bb16-bd6a-4e66-b5b2-3888ced85603"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "920d37a1-fa8b-470d-8b75-7d606f33e18b",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220226110848-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"artifactChecksum": "ODNiN2IxNTk0NzM2ZDE0ODJiZmY0NDVmY2FhNzIyNTU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e8590c12-540e-4fdd-93ca-3f55ac6a3011"
}
],
"workloadContext": "Production"
}
2022-02-26T11:11:43.888Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T11:11:43.889Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d657568b-3528-4cb6-86ca-3a18a622572a ASDC
2022-02-26T11:11:44.011Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d1d759ab-0eb5-4968-a8d7-69184d65ca88
ServiceName:vFW 2022-02-26 11-08-48
ServiceVersion:1.0
ServiceUUID:d657568b-3528-4cb6-86ca-3a18a622572a
ServiceInvariantUUID:ce474892-f4aa-4feb-b8a0-49a4935b381c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220226110848-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar
ArtifactUUID:e8590c12-540e-4fdd-93ca-3f55ac6a3011
ArtifactChecksum:ODNiN2IxNTk0NzM2ZDE0ODJiZmY0NDVmY2FhNzIyNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f622ca7c-25f3 0
ResourceCustomizationUUID:7458c94a-f51a-4b94-a19c-bbcad9c2cc43
ResourceInvariantUUID:dac5d2ec-5524-420f-ae4d-ec3732bdcb26
ResourceName:vFW f622ca7c-25f3
ResourceType:VF
ResourceUUID:2d8c85b9-02f1-47c7-8f61-90662b7cff51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf622ca7c25f30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json
ArtifactUUID:7e7cd6b4-c633-4a3b-8ad9-d776a1281909
ArtifactChecksum:MDRjNTE5OGZlNDY0ZGEyNmExNjAxNmQxYmU5MGE1NWU=
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/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml
ArtifactUUID:c428bb16-bd6a-4e66-b5b2-3888ced85603
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/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env
ArtifactUUID:920d37a1-fa8b-470d-8b75-7d606f33e18b
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/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env
ArtifactUUID:920d37a1-fa8b-470d-8b75-7d606f33e18b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-26T11:11:44.012Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d657568b-3528-4cb6-86ca-3a18a622572a 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-02-26T11:11:44.080Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T11:11:44.081Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-26T11:11:44.083Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-26T11:11:44.083Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e8590c12-540e-4fdd-93ca-3f55ac6a3011 from URL: /sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:44.084Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-26T11:11:44.086Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:44.329Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-26T11:11:44.348Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar e8590c12-540e-4fdd-93ca-3f55ac6a3011 98912
2022-02-26T11:11:44.351Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar ASDC sendASDCNotification
2022-02-26T11:11:44.352Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:44.353Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:11:44.355Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:44.358Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:44.358Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873904349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:11:44.458Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:44.459Z||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-02-26T11:11:44.459Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:44.471Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:44.472Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:45.359Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T11:11:45.360Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-26T11:11:45.361Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e8590c12-540e-4fdd-93ca-3f55ac6a3011, URL: /sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar to file: /app/ASDC/1/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:45.363Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220226110848-csar.csar
2022-02-26T11:11:45.445Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:45.446Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:46.347Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16319879150783339767/Definitions/service-Vfw20220226110848-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-02-26T11:11:49.129Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T11:11:49.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-26T11:11:49.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-26T11:11:49.136Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.136Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.136Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.136Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f622ca7c-25f3 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-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-Vfw20220226110848-csar.csar
2022-02-26T11:11:49.139Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-26T11:11:49.145Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.146Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:49.150Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:49.150Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-26T11:11:49.152Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T11:11:49.154Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.154Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:49.154Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:49.155Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-26T11:11:49.155Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T11:11:49.155Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.156Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:49.159Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.159Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria
2022-02-26T11:11:49.160Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:11:49.160Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T11:11:49.160Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:49.160Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.161Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.161Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T11:11:49.161Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:11:49.162Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T11:11:49.162Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T11:11:49.162Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.162Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:49.163Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T11:11:49.163Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:49.163Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T11:11:49.163Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.164Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T11:11:49.164Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.164Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T11:11:49.165Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.166Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:49.166Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:11:49.167Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.167Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:49.167Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:11:49.167Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.168Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:49.168Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:11:49.168Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.169Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria
2022-02-26T11:11:49.169Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:11:49.169Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-26T11:11:49.169Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:11:49.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T11:11:49.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T11:11:49.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.170Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:49.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T11:11:49.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:49.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T11:11:49.171Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f8761ab-b58a-4345-a445-9ad19e487e44
2022-02-26T11:11:49.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.172Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria
2022-02-26T11:11:49.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:11:49.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T11:11:49.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:49.173Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T11:11:49.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:11:49.174Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-26T11:11:49.175Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T11:11:49.175Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:49.175Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T11:11:49.175Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1844c997-77e5-4294-884a-1639b18ede8e
2022-02-26T11:11:49.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria
2022-02-26T11:11:49.176Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:11:49.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T11:11:49.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:49.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.177Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.178Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T11:11:49.178Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:11:49.178Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T11:11:49.178Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T11:11:49.179Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:11:49.179Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:49.179Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-26T11:11:49.179Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8eca3a73-ae83-4879-a761-ec98d0557a6e
2022-02-26T11:11:49.180Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.180Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:49.180Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.180Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:49.181Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.181Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:49.181Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:49.182Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:49.182Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-26 11-08-48
Description:catalog service description
Model UUID:d657568b-3528-4cb6-86ca-3a18a622572a
Model Version:NULL
Model InvariantUuid:ce474892-f4aa-4feb-b8a0-49a4935b381c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW f622ca7c-25f3
Model UUID:a6b4f781-f4c2-4993-a579-b6ed3b419726
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dac5d2ec-5524-420f-ae4d-ec3732bdcb26
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:7458c94a-f51a-4b94-a19c-bbcad9c2cc43
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:67de2006-ce88-4fb2-b3c0-92cc514cdb26
ModelName:VfwF622ca7c25f3..base_vfw..module-0
ModelUuid:cd248df2-2dbb-4be4-8cfd-363d1e949092
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:7f8761ab-b58a-4345-a445-9ad19e487e44
ModelInvariantUuid:9eae39ba-98a7-4a69-9509-dd71dd91005f
ModelName:vFW f622ca7c-25f3-nodes.vfwCvfc
ModelUuid:0754702b-2023-4122-9f64-8af9edc7e8ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:aafc7044-81af-45e4-b729-7c9696187899
ModelInvariantUuid:cb4fad64-5a96-4a60-a8b2-e30bd864b5ea
ModelName:VfwF622ca7c25f3.compute.nodes.heat.vfw
ModelUuid:fec27295-b28e-48c2-8cbc-31a5d7ed2816
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1844c997-77e5-4294-884a-1639b18ede8e
ModelInvariantUuid:ea97f431-c5cf-46ba-bc69-c23d5f4c174e
ModelName:vFW f622ca7c-25f3-nodes.vsnCvfc
ModelUuid:51ce7f5d-19f1-4af9-acd7-b4a80f718145
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b9b4129f-8541-4c9a-bc56-79cef0965e56
ModelInvariantUuid:98e3833e-8e54-4c92-8d32-c3671dbf4a5f
ModelName:VfwF622ca7c25f3.compute.nodes.heat.vsn
ModelUuid:98c631be-b503-4b99-a9c6-510c7df675bb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8eca3a73-ae83-4879-a761-ec98d0557a6e
ModelInvariantUuid:fd80e2bc-c866-45a5-bee7-e4d88e028e43
ModelName:vFW f622ca7c-25f3-nodes.vpgCvfc
ModelUuid:8cbdceda-1f4c-49fd-8a37-7d2ebed1cf70
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a707e4bf-914a-4c3f-9b39-76ef148eb0f6
ModelInvariantUuid:b3d13227-8d81-4e31-8f23-3e07aafa52ac
ModelName:VfwF622ca7c25f3.compute.nodes.heat.vpg
ModelUuid:ad871ded-8ef3-4229-ac51-cb6df819c0dc
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-02-26T11:11:49.194Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 2d8c85b9-02f1-47c7-8f61-90662b7cff51
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-02-26T11:11:49.282Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||vFW f622ca7c-25f3 0
2022-02-26T11:11:49.289Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2d8c85b9-02f1-47c7-8f61-90662b7cff51
2022-02-26T11:11:49.289Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7e7cd6b4-c633-4a3b-8ad9-d776a1281909 from URL: /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json
2022-02-26T11:11:49.290Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-26T11:11:49.290Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json
2022-02-26T11:11:49.686Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-26T11:11:49.687Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json 7e7cd6b4-c633-4a3b-8ad9-d776a1281909 785
2022-02-26T11:11:49.688Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json ASDC sendASDCNotification
2022-02-26T11:11:49.688Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json
2022-02-26T11:11:49.688Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:11:49.688Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:49.691Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:49.692Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873909687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:11:49.792Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:49.793Z||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-02-26T11:11:49.793Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:49.803Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:49.804Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:50.693Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF622ca7c25f3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "67de2006-ce88-4fb2-b3c0-92cc514cdb26",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cd248df2-2dbb-4be4-8cfd-363d1e949092",
"vfModuleModelCustomizationUUID": "9ae99534-fb4e-4dc1-9107-8627a38b9955",
"isBase": true,
"artifacts": [
"c428bb16-bd6a-4e66-b5b2-3888ced85603",
"920d37a1-fa8b-470d-8b75-7d606f33e18b"
],
"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-02-26T11:11:50.715Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF622ca7c25f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd248df2-2dbb-4be4-8cfd-363d1e949092
VfModuleModelInvariantUUID:67de2006-ce88-4fb2-b3c0-92cc514cdb26
VfModuleModelDescription:NULL
Artifacts UUID List:{
c428bb16-bd6a-4e66-b5b2-3888ced85603
,
920d37a1-fa8b-470d-8b75-7d606f33e18b
}
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-02-26T11:11:50.720Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwF622ca7c25f3..base_vfw..module-0",
"vfModuleModelInvariantUUID": "67de2006-ce88-4fb2-b3c0-92cc514cdb26",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cd248df2-2dbb-4be4-8cfd-363d1e949092",
"vfModuleModelCustomizationUUID": "9ae99534-fb4e-4dc1-9107-8627a38b9955",
"isBase": true,
"artifacts": [
"c428bb16-bd6a-4e66-b5b2-3888ced85603",
"920d37a1-fa8b-470d-8b75-7d606f33e18b"
],
"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-02-26T11:11:50.720Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF622ca7c25f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd248df2-2dbb-4be4-8cfd-363d1e949092
VfModuleModelInvariantUUID:67de2006-ce88-4fb2-b3c0-92cc514cdb26
VfModuleModelDescription:NULL
Artifacts UUID List:{
c428bb16-bd6a-4e66-b5b2-3888ced85603
,
920d37a1-fa8b-470d-8b75-7d606f33e18b
}
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-02-26T11:11:50.721Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c428bb16-bd6a-4e66-b5b2-3888ced85603 from URL: /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml
2022-02-26T11:11:50.721Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-26T11:11:50.722Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml
2022-02-26T11:11:50.915Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-26T11:11:50.916Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml c428bb16-bd6a-4e66-b5b2-3888ced85603 20368
2022-02-26T11:11:50.917Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-26T11:11:50.917Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml
2022-02-26T11:11:50.918Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:11:50.918Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:50.920Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:50.920Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873910917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:11:51.021Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T11:11:51.022Z||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-02-26T11:11:51.022Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:51.033Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:51.033Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:51.921Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 920d37a1-fa8b-470d-8b75-7d606f33e18b from URL: /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env
2022-02-26T11:11:51.922Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-26T11:11:51.922Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env
2022-02-26T11:11:52.033Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-26T11:11:52.033Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env 920d37a1-fa8b-470d-8b75-7d606f33e18b 2098
2022-02-26T11:11:52.034Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-26T11:11:52.034Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env
2022-02-26T11:11:52.034Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:11:52.034Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:52.037Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:52.037Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873912033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:11:52.137Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:52.138Z||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-02-26T11:11:52.138Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:52.151Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:52.151Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:53.038Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d657568b-3528-4cb6-86ca-3a18a622572a
2022-02-26T11:11:53.038Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f622ca7c-25f3 0 2d8c85b9-02f1-47c7-8f61-90662b7cff51 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-02-26T11:11:53.084Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72e9d857, org.onap.sdc.toscaparser.api.parameters.Input@39085c49, org.onap.sdc.toscaparser.api.parameters.Input@6706c205, org.onap.sdc.toscaparser.api.parameters.Input@46a03604, org.onap.sdc.toscaparser.api.parameters.Input@7a3765e7]
2022-02-26T11:11:53.088Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.088Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:53.089Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-02-26T11:11:53.089Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7458c94a-f51a-4b94-a19c-bbcad9c2cc43
2022-02-26T11:11:53.089Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7458c94a-f51a-4b94-a19c-bbcad9c2cc43 matches Tosca VF Customization UUID: 7458c94a-f51a-4b94-a19c-bbcad9c2cc43
2022-02-26T11:11:53.089Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7458c94a-f51a-4b94-a19c-bbcad9c2cc43 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-02-26T11:11:53.095Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.096Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:53.097Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7458c94a-f51a-4b94-a19c-bbcad9c2cc43: {\"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-02-26T11:11:53.097Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7892735b
2022-02-26T11:11:53.097Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.097Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T11:11:53.098Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ae99534-fb4e-4dc1-9107-8627a38b9955
2022-02-26T11:11:53.099Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ae99534-fb4e-4dc1-9107-8627a38b9955
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-02-26T11:11:53.104Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.105Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:53.105Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:11:53.106Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.106Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:53.106Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:11:53.107Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.107Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria
2022-02-26T11:11:53.107Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:11:53.107Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-26T11:11:53.108Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:11:53.108Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T11:11:53.108Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T11:11:53.108Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:11:53.108Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:53.109Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T11:11:53.109Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:53.109Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T11:11:53.109Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:11:53.110Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f8761ab-b58a-4345-a445-9ad19e487e44
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-02-26T11:11:53.119Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.120Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:53.120Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:11:53.121Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.121Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria
2022-02-26T11:11:53.121Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:11:53.122Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T11:11:53.122Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:53.122Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:11:53.122Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:11:53.122Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T11:11:53.123Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:11:53.123Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-26T11:11:53.123Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T11:11:53.123Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:53.124Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T11:11:53.124Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:11:53.124Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1844c997-77e5-4294-884a-1639b18ede8e
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-02-26T11:11:53.126Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.126Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:53.127Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:11:53.129Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.129Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is not matching search criteria
2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:11:53.130Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T11:11:53.131Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-26T11:11:53.132Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8eca3a73-ae83-4879-a761-ec98d0557a6e
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-02-26T11:11:53.134Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.134Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:53.134Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:11:53.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Node template vFW f622ca7c-25f3 0 is matching search criteria
2022-02-26T11:11:53.135Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f622ca7c-25f3 0] matching following query criteria: sdcType=VF, customizationUUID=7458c94a-f51a-4b94-a19c-bbcad9c2cc43
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-02-26T11:11:53.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:53.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d657568b-3528-4cb6-86ca-3a18a622572a: vFW f622ca7c-25f3
2022-02-26T11:11:53.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.137Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:53.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:53.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:53.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.139Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:53.139Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:11:53.139Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-26 11-08-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:11:53.139Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-02-26 11-08-48
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-02-26T11:11:53.466Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f622ca7c-25f3 2d8c85b9-02f1-47c7-8f61-90662b7cff51 1 ASDC deployResourceStructure
2022-02-26T11:11:53.467Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json ASDC sendASDCNotification
2022-02-26T11:11:53.467Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json
2022-02-26T11:11:53.467Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T11:11:53.467Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:53.470Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:53.470Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873913466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T11:11:53.570Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:53.571Z||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-02-26T11:11:53.571Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:53.609Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:53.609Z||pool-14-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-02-26T11:11:54.472Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-26T11:11:54.472Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml
2022-02-26T11:11:54.472Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T11:11:54.472Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:54.474Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:54.475Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873914471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-26T11:11:54.575Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:54.576Z||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-02-26T11:11:54.577Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:54.589Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:54.590Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:55.479Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-26T11:11:55.480Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env
2022-02-26T11:11:55.480Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T11:11:55.481Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:55.484Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:55.484Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873915479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-26T11:11:55.585Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:55.586Z||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-02-26T11:11:55.587Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:55.600Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:55.601Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:56.486Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar ASDC sendASDCNotification
2022-02-26T11:11:56.486Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar
2022-02-26T11:11:56.486Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T11:11:56.487Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:11:56.490Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:11:56.490Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873916486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:11:56.590Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:11:56.592Z||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-02-26T11:11:56.592Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:11:56.604Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:11:56.605Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:11:57.492Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:11:57.516Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:11:57.519Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:11:57.519Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:11:57.520Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:12:27.521Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:12:27.547Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:12:27.553Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:12:27.554Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:12:27.554Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:12:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:12:36.175Z||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-02-26T11:12:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:12:36.201Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:12:36.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:12:36.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645873892420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:12:36.204Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-02-26T11:12:57.555Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:12:57.570Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:12:57.573Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:12:57.574Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:12:57.574Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:13:27.575Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:13:27.588Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:13:27.591Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:13:27.591Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:13:27.591Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:13:36.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:13:36.175Z||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-02-26T11:13:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:13:36.202Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:13:36.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-26T11:13:36.204Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645873896214,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T11:13:36.205Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:13:57.592Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:13:57.613Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:13:57.616Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:13:57.616Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:13:57.616Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:14:27.617Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:14:27.629Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:14:27.633Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:14:27.633Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:14:27.633Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:14:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:14:36.174Z||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-02-26T11:14:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:14:36.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:14:36.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.704Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:14:36.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:14:36.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.706Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645873892420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:14:36.706Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:14:36.706Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "NOTIFIED"
}
2022-02-26T11:14:36.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:14:36.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645873892420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:14:36.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:14:36.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-26T11:14:36.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:14:36.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645873892420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:14:36.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:14:36.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:14:36.709Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:14:36.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645873900289,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:14:36.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "clamp",
"timestamp": 1645873900764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:14:36.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-26T11:14:36.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:14:36.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:14:36.711Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:14:36.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "clamp",
"timestamp": 1645873902393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:14:36.712Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873896170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:14:36.713Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:14:36.713Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.713Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "clamp",
"timestamp": 1645873903397,
"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-02-26T11:14:36.720Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88
2022-02-26T11:14:36.720Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:14:36.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873904349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:14:36.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645873905521,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:14:36.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645873906530,
"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-02-26T11:14:36.741Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88
2022-02-26T11:14:36.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:14:36.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "aai-ml",
"timestamp": 1645873908427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:14:36.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "aai-ml",
"timestamp": 1645873909433,
"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-02-26T11:14:36.768Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1d759ab-0eb5-4968-a8d7-69184d65ca88
2022-02-26T11:14:36.770Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:14:36.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873909687,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:14:36.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873910917,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:14:36.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873912033,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:14:36.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873913466,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/vfwf622ca7c25f30_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T11:14:36.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873914471,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-02-26T11:14:36.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873915479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/resourceInstances/vfwf622ca7c25f30/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-02-26T11:14:36.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:36.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:14:36.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645873916486,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226110848/1.0/artifacts/service-Vfw20220226110848-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:14:36.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:14:57.633Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:14:57.649Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88
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-02-26T11:14:57.658Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:14:57.658Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T11:14:57.659Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T11:14:57.659Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T11:14:57.660Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:14:57.660Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:14:57.661Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:14:57.661Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:14:57.661Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:14:57.662Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:14:57.662Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-02-26T11:14:57.669Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T11:15:27.671Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 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-02-26T11:15:27.709Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1d759ab-0eb5-4968-a8d7-69184d65ca88 and serviceModelVersionId: d657568b-3528-4cb6-86ca-3a18a622572a
2022-02-26T11:15:27.710Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce474892-f4aa-4feb-b8a0-49a4935b381c
2022-02-26T11:15:36.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:15:36.195Z||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-02-26T11:15:36.195Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:15:42.532Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0
2022-02-26T11:15:42.642Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T11:15:43.132Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|INFO|500||Invoke
2022-02-26T11:15:43.138Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d1d759ab-0eb5-4968-a8d7-69184d65ca88], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2746cffd-e8df-44eb-b099-981e124ab083], X-ECOMP-RequestID=[d1d759ab-0eb5-4968-a8d7-69184d65ca88], X-TransactionId=[], X-ONAP-RequestID=[d1d759ab-0eb5-4968-a8d7-69184d65ca88], Content-Type=[application/merge-patch+json]}
2022-02-26T11:15:43.256Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-26T11:15:43.568Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220226-11:15:43:262-77187], vertex-id=[167968], Content-Length=[0], Date=[Sat, 26 Feb 2022 11:15:43 GMT], Content-Type=[application/json]}
2022-02-26T11:15:43.571Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-26T11:15:43.572Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce474892-f4aa-4feb-b8a0-49a4935b381c/model-vers/model-ver/d657568b-3528-4cb6-86ca-3a18a622572a?depth=0|INFO|500||InvokeReturn
2022-02-26T11:15:43.577Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T11:15:43.578Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-02-26T11:15:43.587Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||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-02-26T11:15:43.588Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1d759ab-0eb5-4968-a8d7-69184d65ca88 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T11:15:43.590Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T11:15:43.591Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:15:43.595Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:15:43.595Z|d1d759ab-0eb5-4968-a8d7-69184d65ca88|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874143589,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T11:15:43.695Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T11:15:43.696Z||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-02-26T11:15:43.697Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:15:43.716Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:15:43.718Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:15:44.332Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:15:44.333Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:15:44.333Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1d759ab-0eb5-4968-a8d7-69184d65ca88",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874143589,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T11:15:44.334Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-02-26T11:15:44.614Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:15:44.615Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T11:15:44.615Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:15:55.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:15:55.312Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:15:55.316Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-02-26T11:15:55.316Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:16:04.855Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:16:04.857Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:16:04.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-02-26T11:16:04.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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:16:14.403Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:16:14.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:16:14.405Z||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-02-26T11:16:14.405Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:16:23.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:16:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:16:36.172Z||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-02-26T11:16:36.172Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:16:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:16:36.173Z||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-02-26T11:16:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:16:45.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:16:45.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:17:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:17:36.173Z||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-02-26T11:17:36.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:17:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:17:36.173Z||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-02-26T11:17:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:17:45.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:17:45.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:18:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:18:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:18:36.175Z||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-02-26T11:18:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:18:36.176Z||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-02-26T11:18:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:18:45.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:18:45.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:19:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:19:36.172Z||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-02-26T11:19:36.172Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:19:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:19:36.174Z||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-02-26T11:19:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:19:45.717Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:19:45.736Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:20:36.171Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:20:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:20:36.174Z||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-02-26T11:20:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:20:36.174Z||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-02-26T11:20:36.232Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:20:45.791Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:20:45.799Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:21:36.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:21:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:21:36.177Z||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-02-26T11:21:36.177Z||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-02-26T11:21:36.177Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:21:36.177Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:21:45.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:21:45.741Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:22:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:22:36.171Z||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-02-26T11:22:36.171Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:22:36.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:22:36.173Z||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-02-26T11:22:36.173Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:22:45.718Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:22:45.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:23:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:23:36.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:23:36.174Z||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-02-26T11:23:36.174Z||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-02-26T11:23:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:23:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:23:45.728Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:23:45.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:24:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:24:36.171Z||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-02-26T11:24:36.171Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:24:36.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:24:36.173Z||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-02-26T11:24:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:24:45.733Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:24:45.733Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:36.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:25:36.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:25:36.174Z||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-02-26T11:25:36.174Z||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-02-26T11:25:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:36.176Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:36.670Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:36.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874703926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645874702421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "policy-id",
"timestamp": 1645874698533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874703926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645874702421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "policy-id",
"timestamp": 1645874698533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874703926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645874702421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "policy-id",
"timestamp": 1645874698533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874703926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645874702421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "policy-id",
"timestamp": 1645874698533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874703926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645874702421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "policy-id",
"timestamp": 1645874698533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "cds",
"timestamp": 1645874712009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874703926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645874702421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "policy-id",
"timestamp": 1645874698533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "cds",
"timestamp": 1645874712009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874703926,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645874702421,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "policy-id",
"timestamp": 1645874698533,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "ves-openapi-manager",
"timestamp": 1645874713771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "cds",
"timestamp": 1645874712009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "ves-openapi-manager",
"timestamp": 1645874713771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874715471,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:36.688Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "cds",
"timestamp": 1645874712009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645874715791,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:36.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "policy-id",
"timestamp": 1645874715854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:36.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "ves-openapi-manager",
"timestamp": 1645874713771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "cds",
"timestamp": 1645874712009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "policy-id",
"timestamp": 1645874716860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:25:36.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874717055,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:36.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "ves-openapi-manager",
"timestamp": 1645874713771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "cds",
"timestamp": 1645874712009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "policy-id",
"timestamp": 1645874717863,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-26T11:25:36.723Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
2022-02-26T11:25:36.723Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:25:36.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874718202,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:36.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645874718209,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:25:36.733Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "ves-openapi-manager",
"timestamp": 1645874713771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "cds",
"timestamp": 1645874712009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1645874719215,
"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-02-26T11:25:36.740Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
2022-02-26T11:25:36.740Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:25:36.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874719229,
"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-02-26T11:25:36.759Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
2022-02-26T11:25:36.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:25:36.767Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.767Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "ves-openapi-manager",
"timestamp": 1645874713771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.768Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.768Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.768Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "cds",
"timestamp": 1645874719919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:36.768Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1645874720239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T11:25:36.769Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "ves-openapi-manager",
"timestamp": 1645874713771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "cds",
"timestamp": 1645874720927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-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-02-26T11:25:36.776Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
2022-02-26T11:25:36.776Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:25:36.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "clamp",
"timestamp": 1645874721595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "clamp",
"timestamp": 1645874721595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "clamp",
"timestamp": 1645874721595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "aai-ml",
"timestamp": 1645874724428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "clamp",
"timestamp": 1645874721595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.798Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "aai-ml",
"timestamp": 1645874724428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.799Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "clamp",
"timestamp": 1645874721595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.800Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "aai-ml",
"timestamp": 1645874724428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.801Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "clamp",
"timestamp": 1645874721595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "aai-ml",
"timestamp": 1645874724428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "clamp",
"timestamp": 1645874721595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "aai-ml",
"timestamp": 1645874724428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "aai-ml",
"timestamp": 1645874724428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.807Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.807Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.807Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "aai-ml",
"timestamp": 1645874724428,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:25:36.808Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-02-26T11:25:36.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.808Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "aai-ml",
"timestamp": 1645874732297,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:36.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.809Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "clamp",
"timestamp": 1645874734524,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:36.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:25:36.814Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:36.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T11:25:36.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2417c1d5-ffdf-47b6-85be-82bedd44cfe0","serviceName":"basic_onboard_NqfEjQ","serviceVersion":"1.0","serviceUUID":"6d4483a3-4e17-459b-b522-be809c8c381b","serviceDescription":"service","serviceInvariantUUID":"76e2d9b1-9090-48c2-8ea3-881236a86b3f","resources":[{"resourceInstanceName":"basic_onboard_NqfEjQ 0","resourceName":"basic_onboard_NqfEjQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5dd861c2-f0f6-4301-8d0e-c991bed54410","resourceInvariantUUID":"fb8060e1-a157-4982-ae68-5439350406ee","resourceCustomizationUUID":"62cb78ef-1c43-4f57-ade0-7063092a76ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml","artifactChecksum":"NTE2YmQwODMzNTQ5OTA5MzJkNWUwYmVmYmMxMmIyM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"560a6c5e-7803-4856-b595-8b70712cbdb8","artifactVersion":"1"},{"artifactName":"basic_onboard_nqfejq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json","artifactChecksum":"MGJiNjQwZTVmNGFlMTVkOGU4MWFmMzBhNmE4ODhkNmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23cfd64c-3959-4330-8045-7b9af0c87b0d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0fcbff38-49fa-458e-a376-ccdef0798a1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f0028e3-c57e-4cb7-bea3-377de06e43b0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871","artifactVersion":"2","generatedFromUUID":"0fcbff38-49fa-458e-a376-ccdef0798a1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNqfejq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml","artifactChecksum":"MWVlYTM0YjA0YjA1OTY1YjU1NWIzZmYyM2U4Zjk0ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb8e228e-769f-422a-882a-1552a062e6b0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNqfejq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar","artifactChecksum":"NjBiNTk4YmQ0Yzc4NGZhMmNmZmIyZmE5MDhiNTMzYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a32c239a-3cf5-42ed-a104-7c70ff060172","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T11:25:36.821Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:25:36.822Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:36.827Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:36.828Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:36.927Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T11:25:36.930Z||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-02-26T11:25:36.931Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:36.944Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:36.944Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:25:37.828Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:25:37.829Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:37.835Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:37.835Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "NOTIFIED"
}
2022-02-26T11:25:37.935Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:37.936Z||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-02-26T11:25:37.937Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:37.949Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:37.949Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:25:38.836Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:25:38.837Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:38.839Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:38.839Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-26T11:25:38.939Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:38.940Z||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-02-26T11:25:38.940Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:39.164Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:39.165Z||pool-21-thread-1|||||INFO|500||cambria reply ok (225 ms):{"serverTimeMs":1,"count":1}
2022-02-26T11:25:39.840Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:25:39.841Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:39.843Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:39.843Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:39.944Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-26T11:25:39.945Z||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-02-26T11:25:39.945Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:39.976Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:39.977Z||pool-22-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-02-26T11:25:40.844Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:25:40.845Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:40.847Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:40.847Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-26T11:25:40.947Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:40.948Z||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-02-26T11:25:40.948Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:40.960Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:40.960Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:25:41.848Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:25:41.848Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:41.851Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:41.851Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:25:41.951Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:41.952Z||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-02-26T11:25:41.953Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:41.966Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:41.966Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:25:42.851Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:25:42.852Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:42.854Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:42.855Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:25:42.955Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:42.956Z||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-02-26T11:25:42.956Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:42.967Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:42.968Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-02-26T11:25:43.856Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"serviceName": "basic_onboard_NqfEjQ",
"serviceVersion": "1.0",
"serviceUUID": "6d4483a3-4e17-459b-b522-be809c8c381b",
"serviceDescription": "service",
"serviceInvariantUUID": "76e2d9b1-9090-48c2-8ea3-881236a86b3f",
"resources": [
{
"resourceInstanceName": "basic_onboard_NqfEjQ 0",
"resourceCustomizationUUID": "62cb78ef-1c43-4f57-ade0-7063092a76ca",
"resourceName": "basic_onboard_NqfEjQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5dd861c2-f0f6-4301-8d0e-c991bed54410",
"resourceInvariantUUID": "fb8060e1-a157-4982-ae68-5439350406ee",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_nqfejq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"artifactChecksum": "MGJiNjQwZTVmNGFlMTVkOGU4MWFmMzBhNmE4ODhkNmU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "23cfd64c-3959-4330-8045-7b9af0c87b0d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "0fcbff38-49fa-458e-a376-ccdef0798a1c",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871",
"generatedFromUUID": "0fcbff38-49fa-458e-a376-ccdef0798a1c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardNqfejq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"artifactChecksum": "NjBiNTk4YmQ0Yzc4NGZhMmNmZmIyZmE5MDhiNTMzYzc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a32c239a-3cf5-42ed-a104-7c70ff060172"
}
],
"workloadContext": "Production"
}
2022-02-26T11:25:43.857Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T11:25:43.857Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6d4483a3-4e17-459b-b522-be809c8c381b ASDC
2022-02-26T11:25:43.858Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:2417c1d5-ffdf-47b6-85be-82bedd44cfe0
ServiceName:basic_onboard_NqfEjQ
ServiceVersion:1.0
ServiceUUID:6d4483a3-4e17-459b-b522-be809c8c381b
ServiceInvariantUUID:76e2d9b1-9090-48c2-8ea3-881236a86b3f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNqfejq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar
ArtifactUUID:a32c239a-3cf5-42ed-a104-7c70ff060172
ArtifactChecksum:NjBiNTk4YmQ0Yzc4NGZhMmNmZmIyZmE5MDhiNTMzYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NqfEjQ 0
ResourceCustomizationUUID:62cb78ef-1c43-4f57-ade0-7063092a76ca
ResourceInvariantUUID:fb8060e1-a157-4982-ae68-5439350406ee
ResourceName:basic_onboard_NqfEjQ
ResourceType:VF
ResourceUUID:5dd861c2-f0f6-4301-8d0e-c991bed54410
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nqfejq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json
ArtifactUUID:23cfd64c-3959-4330-8045-7b9af0c87b0d
ArtifactChecksum:MGJiNjQwZTVmNGFlMTVkOGU4MWFmMzBhNmE4ODhkNmU=
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/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:0fcbff38-49fa-458e-a376-ccdef0798a1c
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/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env
ArtifactUUID:51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871
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/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env
ArtifactUUID:51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-26T11:25:43.858Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6d4483a3-4e17-459b-b522-be809c8c381b 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-02-26T11:25:43.895Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T11:25:43.897Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-26T11:25:43.897Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-26T11:25:43.897Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a32c239a-3cf5-42ed-a104-7c70ff060172 from URL: /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:43.897Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-26T11:25:43.898Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:44.039Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-26T11:25:44.043Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar a32c239a-3cf5-42ed-a104-7c70ff060172 71562
2022-02-26T11:25:44.043Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar ASDC sendASDCNotification
2022-02-26T11:25:44.044Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:44.044Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:25:44.044Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:44.047Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:44.047Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874744043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:44.147Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T11:25:44.148Z||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-02-26T11:25:44.149Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:44.267Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:44.268Z||pool-26-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:25:45.048Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T11:25:45.049Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-26T11:25:45.050Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a32c239a-3cf5-42ed-a104-7c70ff060172, URL: /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar to file: /app/ASDC/1/service-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:45.050Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:45.050Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:45.051Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:45.600Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14354599975220805452/Definitions/service-BasicOnboardNqfejq-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-02-26T11:25:46.925Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T11:25:46.926Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-26T11:25:46.926Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:46.926Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-26T11:25:46.927Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:46.927Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:46.927Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:46.927Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:46.928Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:46.928Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:46.928Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:46.928Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NqfEjQ 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-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:46.929Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:46.929Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-26T11:25:46.929Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.930Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:46.930Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria
2022-02-26T11:25:46.931Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-26T11:25:46.931Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T11:25:46.932Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.932Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:46.932Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria
2022-02-26T11:25:46.932Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-26T11:25:46.933Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T11:25:46.933Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.933Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:46.934Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.934Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is not matching search criteria
2022-02-26T11:25:46.934Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-26T11:25:46.934Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-26T11:25:46.935Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-26T11:25:46.935Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T11:25:46.935Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T11:25:46.935Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.936Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T11:25:46.936Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.936Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria
2022-02-26T11:25:46.936Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:25:46.937Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.937Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria
2022-02-26T11:25:46.937Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:25:46.938Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.938Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria
2022-02-26T11:25:46.938Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:25:46.938Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.939Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is not matching search criteria
2022-02-26T11:25:46.939Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-26T11:25:46.939Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T11:25:46.939Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0de8245d-4008-45fa-8ee4-4e76373c1991
2022-02-26T11:25:46.939Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.940Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:46.940Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.940Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:46.940Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.941Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:46.941Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:46.941Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:46.941Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_NqfEjQ
Description:service
Model UUID:6d4483a3-4e17-459b-b522-be809c8c381b
Model Version:NULL
Model InvariantUuid:76e2d9b1-9090-48c2-8ea3-881236a86b3f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_NqfEjQ
Model UUID:8c515f18-ef71-4793-b8ca-71d32ea53733
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb8060e1-a157-4982-ae68-5439350406ee
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:62cb78ef-1c43-4f57-ade0-7063092a76ca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5b3dff92-1489-487d-a366-d7d3cec5c13b
ModelName:BasicOnboardNqfejq..base_ubuntu18..module-0
ModelUuid:adea72e6-dcc6-4e13-aecd-a283f77a7094
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0de8245d-4008-45fa-8ee4-4e76373c1991
ModelInvariantUuid:b1985603-34f4-4d55-bff7-b452817297ee
ModelName:basic_onboard_NqfEjQ-nodes.ubuntu18Cvfc
ModelUuid:ba6486fc-cbd2-4afa-b17b-60dcb913ba2f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:496f46a4-8486-4f21-b4f9-34ce8b18b396
ModelInvariantUuid:0716e665-beaf-45c0-ba12-ce91bdc302ac
ModelName:BasicOnboardNqfejq.compute.nodes.heat.ubuntu18
ModelUuid:46626fc6-49ae-496e-b791-497d147bceef
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-02-26T11:25:46.948Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 5dd861c2-f0f6-4301-8d0e-c991bed54410
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-02-26T11:25:46.954Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||basic_onboard_NqfEjQ 0
2022-02-26T11:25:46.955Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5dd861c2-f0f6-4301-8d0e-c991bed54410
2022-02-26T11:25:46.955Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 23cfd64c-3959-4330-8045-7b9af0c87b0d from URL: /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json
2022-02-26T11:25:46.955Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-26T11:25:46.956Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json
2022-02-26T11:25:47.039Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-26T11:25:47.040Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json 23cfd64c-3959-4330-8045-7b9af0c87b0d 798
2022-02-26T11:25:47.040Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json ASDC sendASDCNotification
2022-02-26T11:25:47.041Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json
2022-02-26T11:25:47.041Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:25:47.042Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:47.044Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:47.044Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874747040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:47.144Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:47.146Z||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-02-26T11:25:47.146Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:47.162Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:47.163Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:25:48.045Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNqfejq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5b3dff92-1489-487d-a366-d7d3cec5c13b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "adea72e6-dcc6-4e13-aecd-a283f77a7094",
"vfModuleModelCustomizationUUID": "8abcdfea-15b1-47b4-824a-b003da3ff579",
"isBase": true,
"artifacts": [
"0fcbff38-49fa-458e-a376-ccdef0798a1c",
"51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871"
],
"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-02-26T11:25:48.050Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNqfejq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:adea72e6-dcc6-4e13-aecd-a283f77a7094
VfModuleModelInvariantUUID:5b3dff92-1489-487d-a366-d7d3cec5c13b
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fcbff38-49fa-458e-a376-ccdef0798a1c
,
51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871
}
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-02-26T11:25:48.052Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardNqfejq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5b3dff92-1489-487d-a366-d7d3cec5c13b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "adea72e6-dcc6-4e13-aecd-a283f77a7094",
"vfModuleModelCustomizationUUID": "8abcdfea-15b1-47b4-824a-b003da3ff579",
"isBase": true,
"artifacts": [
"0fcbff38-49fa-458e-a376-ccdef0798a1c",
"51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871"
],
"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-02-26T11:25:48.052Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNqfejq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:adea72e6-dcc6-4e13-aecd-a283f77a7094
VfModuleModelInvariantUUID:5b3dff92-1489-487d-a366-d7d3cec5c13b
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fcbff38-49fa-458e-a376-ccdef0798a1c
,
51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871
}
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-02-26T11:25:48.052Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0fcbff38-49fa-458e-a376-ccdef0798a1c from URL: /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml
2022-02-26T11:25:48.052Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-26T11:25:48.053Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml
2022-02-26T11:25:48.329Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-26T11:25:48.329Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml 0fcbff38-49fa-458e-a376-ccdef0798a1c 5033
2022-02-26T11:25:48.330Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-26T11:25:48.330Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml
2022-02-26T11:25:48.330Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:25:48.330Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:48.332Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:48.332Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874748330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:48.432Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:48.433Z||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-02-26T11:25:48.433Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:48.444Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:48.444Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:25:49.333Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871 from URL: /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env
2022-02-26T11:25:49.334Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-26T11:25:49.334Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env
2022-02-26T11:25:49.585Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-26T11:25:49.586Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env 51f8e6c9-acc7-4f2d-bed3-c6d39e5b4871 909
2022-02-26T11:25:49.586Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-26T11:25:49.586Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env
2022-02-26T11:25:49.586Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:25:49.587Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:49.589Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:49.589Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874749586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:25:49.689Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:49.691Z||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-02-26T11:25:49.691Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:49.702Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:49.702Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-26T11:25:50.590Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6d4483a3-4e17-459b-b522-be809c8c381b
2022-02-26T11:25:50.591Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NqfEjQ 0 5dd861c2-f0f6-4301-8d0e-c991bed54410 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-02-26T11:25:50.603Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16df24f1, org.onap.sdc.toscaparser.api.parameters.Input@794abca3, org.onap.sdc.toscaparser.api.parameters.Input@3003ffc4, org.onap.sdc.toscaparser.api.parameters.Input@431b2f52, org.onap.sdc.toscaparser.api.parameters.Input@2c8c636c]
2022-02-26T11:25:50.604Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.604Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:50.605Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-02-26T11:25:50.605Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 62cb78ef-1c43-4f57-ade0-7063092a76ca
2022-02-26T11:25:50.605Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62cb78ef-1c43-4f57-ade0-7063092a76ca matches Tosca VF Customization UUID: 62cb78ef-1c43-4f57-ade0-7063092a76ca
2022-02-26T11:25:50.605Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 62cb78ef-1c43-4f57-ade0-7063092a76ca 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-02-26T11:25:50.608Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.608Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:50.608Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 62cb78ef-1c43-4f57-ade0-7063092a76ca: {\"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-02-26T11:25:50.609Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@352694e6
2022-02-26T11:25:50.609Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.609Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T11:25:50.609Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8abcdfea-15b1-47b4-824a-b003da3ff579
2022-02-26T11:25:50.609Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8abcdfea-15b1-47b4-824a-b003da3ff579
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-02-26T11:25:50.611Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.612Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria
2022-02-26T11:25:50.612Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:25:50.612Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.612Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria
2022-02-26T11:25:50.612Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:25:50.613Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.613Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is not matching search criteria
2022-02-26T11:25:50.613Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-26T11:25:50.613Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-26T11:25:50.613Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0de8245d-4008-45fa-8ee4-4e76373c1991
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-02-26T11:25:50.619Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.619Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria
2022-02-26T11:25:50.619Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:25:50.619Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.620Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_NqfEjQ 0 is matching search criteria
2022-02-26T11:25:50.620Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_NqfEjQ 0] matching following query criteria: sdcType=VF, customizationUUID=62cb78ef-1c43-4f57-ade0-7063092a76ca
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-02-26T11:25:50.621Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.621Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:50.622Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6d4483a3-4e17-459b-b522-be809c8c381b: basic_onboard_NqfEjQ
2022-02-26T11:25:50.622Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.622Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:50.622Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.622Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:25:50.623Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_NqfEjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:25:50.624Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_NqfEjQ
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-02-26T11:25:50.711Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NqfEjQ 5dd861c2-f0f6-4301-8d0e-c991bed54410 1 ASDC deployResourceStructure
2022-02-26T11:25:50.712Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json ASDC sendASDCNotification
2022-02-26T11:25:50.712Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json
2022-02-26T11:25:50.712Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T11:25:50.712Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:50.715Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:50.715Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874750712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T11:25:50.815Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:50.816Z||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-02-26T11:25:50.816Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:50.860Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:50.860Z||pool-30-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:25:51.716Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-26T11:25:51.716Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml
2022-02-26T11:25:51.716Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T11:25:51.717Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:51.718Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:51.719Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874751715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-26T11:25:51.819Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:51.820Z||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-02-26T11:25:51.820Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:51.833Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:51.834Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T11:25:52.725Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-26T11:25:52.726Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env
2022-02-26T11:25:52.726Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T11:25:52.726Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:52.729Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:52.729Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874752725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-26T11:25:52.829Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:52.830Z||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-02-26T11:25:52.830Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:52.842Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:52.842Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:25:53.730Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar ASDC sendASDCNotification
2022-02-26T11:25:53.730Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar
2022-02-26T11:25:53.730Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-26T11:25:53.731Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:25:53.732Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:25:53.732Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874753729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:25:53.833Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:25:53.834Z||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-02-26T11:25:53.834Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:25:53.847Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:25:53.847Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:25:54.733Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:25:54.747Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:25:54.752Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:25:54.752Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:25:54.753Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:26:24.753Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:26:24.766Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:26:24.769Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:26:24.769Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:26:24.769Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:26:36.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:26:36.178Z||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-02-26T11:26:36.179Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:26:36.211Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:26:36.215Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-26T11:26:36.215Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "clamp",
"timestamp": 1645874736537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:26:36.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:26:54.770Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:26:54.785Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:26:54.788Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:26:54.788Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:26:54.788Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:27:24.788Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:27:24.799Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:27:24.811Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:27:24.812Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:27:24.812Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:27:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:27:36.174Z||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-02-26T11:27:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:27:36.199Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:27:36.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:27:36.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:27:36.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:27:54.812Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:27:54.822Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:27:54.825Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:27:54.825Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:27:54.825Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:28:24.827Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:28:24.850Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:28:24.852Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:28:24.853Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-26T11:28:24.853Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-26T11:28:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:28:36.175Z||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-02-26T11:28:36.175Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:28:36.702Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:28:36.703Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.703Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "clamp",
"timestamp": 1645874737540,
"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-02-26T11:28:36.716Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
2022-02-26T11:28:36.716Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:28:36.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "NOTIFIED"
}
2022-02-26T11:28:36.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:28:36.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-02-26T11:28:36.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:28:36.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:28:36.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:28:36.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "aai-ml",
"timestamp": 1645874740154,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:28:36.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:28:36.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-02-26T11:28:36.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:28:36.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "aai-ml",
"timestamp": 1645874741158,
"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-02-26T11:28:36.734Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
2022-02-26T11:28:36.734Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:28:36.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874736170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:28:36.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874744043,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:28:36.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874747040,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:28:36.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874748330,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:28:36.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874749586,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:28:36.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:28:36.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874750712,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/basic_onboard_nqfejq0_modules.json",
"status": "DEPLOY_OK"
}
2022-02-26T11:28:36.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874751715,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-02-26T11:28:36.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874752725,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/resourceInstances/basic_onboard_nqfejq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-02-26T11:28:36.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:28:36.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874753729,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardNqfejq/1.0/artifacts/service-BasicOnboardNqfejq-csar.csar",
"status": "DEPLOY_OK"
}
2022-02-26T11:28:36.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:28:54.853Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:28:54.864Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0
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-02-26T11:28:54.867Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-26T11:28:54.867Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-26T11:28:54.867Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-26T11:28:54.867Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-26T11:28:54.867Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:28:54.868Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:28:54.868Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:28:54.868Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:28:54.868Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:28:54.868Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-02-26T11:28:54.869Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-02-26T11:28:54.873Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-26T11:29:24.874Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 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-02-26T11:29:24.880Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 and serviceModelVersionId: 6d4483a3-4e17-459b-b522-be809c8c381b
2022-02-26T11:29:24.881Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 76e2d9b1-9090-48c2-8ea3-881236a86b3f
2022-02-26T11:29:24.882Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?depth=0
2022-02-26T11:29:24.889Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-02-26T11:29:24.948Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?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-02-26T11:29:24.950Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?depth=0|INFO|500||Invoke
2022-02-26T11:29:24.983Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-02-26T11:29:25.417Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?depth=0|INFO|500||InvokeReturn
2022-02-26T11:29:25.418Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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/76e2d9b1-9090-48c2-8ea3-881236a86b3f/model-vers/model-ver/6d4483a3-4e17-459b-b522-be809c8c381b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220226-11:29:24:984-93144], vertex-id=[196776], Content-Length=[0], Date=[Sat, 26 Feb 2022 11:29:24 GMT], Content-Type=[application/json]}
2022-02-26T11:29:25.418Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-02-26T11:29:25.418Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-26T11:29:25.419Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-02-26T11:29:25.427Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-02-26T11:29:25.427Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2417c1d5-ffdf-47b6-85be-82bedd44cfe0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-26T11:29:25.428Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-26T11:29:25.428Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:25.431Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:25.431Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874965427,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T11:29:25.531Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:29:25.532Z||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-02-26T11:29:25.532Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:25.554Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:25.555Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 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-02-26T11:29:26.449Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:29:26.450Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-02-26T11:29:26.450Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:36.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:29:36.174Z||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-02-26T11:29:36.174Z||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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:36.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:36.803Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-02-26T11:29:36.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2417c1d5-ffdf-47b6-85be-82bedd44cfe0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874965427,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-26T11:29:36.805Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-26T11:29:36.995Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:36.996Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-26T11:29:36.997Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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-02-26T11:29:36.997Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|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 iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:46.356Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:46.358Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-02-26T11:29:46.358Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"31c8095a-9aa4-4785-aca6-f9fb3f86e73b","serviceName":"vFW 2022-02-26 11-27-50","serviceVersion":"1.0","serviceUUID":"1df844ad-06d3-4717-a217-f0376a6064fd","serviceDescription":"catalog service description","serviceInvariantUUID":"0edf4102-bbff-4e5c-862b-1e789d2ff0f4","resources":[{"resourceInstanceName":"vFW cd556b06-5671 0","resourceName":"vFW cd556b06-5671","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1365c47a-2adb-4408-b529-c2a6b9e8ed12","resourceInvariantUUID":"59754f35-5ac9-40bb-a138-b31606821450","resourceCustomizationUUID":"2f03b320-7d77-493e-84b2-76ff2c4684d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml","artifactChecksum":"OTNiODc0MTNkOGY2MDhhYmMxYmQ4YzJjODMzZDkyYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c83388b-82a5-4e56-99b4-1bf5cf2e4b8e","artifactVersion":"1"},{"artifactName":"vfwcd556b0656710_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json","artifactChecksum":"OGRkNGEyOTEzNTIzMDMwYTZiNDE4NmVlNzAwOTgzYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9923881a-2b9e-4df2-9d82-d0326ad4b8e5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4e0e8c34-b5a0-4f42-8941-b95ed86df5aa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml","artifactChecksum":"NWQ3MjQ3ZjcyYmZlZjM4YjY1MDRlOTdlZGQ4OWY0NGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cfe3c4d0-d1f9-4001-8681-04bb041cdea6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce53e4d0-9fbc-44f9-8630-5c6526035af8","artifactVersion":"2","generatedFromUUID":"4e0e8c34-b5a0-4f42-8941-b95ed86df5aa"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220226112750-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml","artifactChecksum":"MmFjZGYwNWNmM2MyZjRkM2JhZjJmN2NiMGFmZmI4NDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89d78597-a416-4263-afbf-ac0bbc697e7b","artifactVersion":"1"},{"artifactName":"service-Vfw20220226112750-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar","artifactChecksum":"MzE3YmUyZTc0Y2Q3NzhkNjhjNjk3OGMxMmIxOGNlMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b843bb24-77a8-4101-aa59-198a68ac3771","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-26T11:29:46.361Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:29:46.361Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:46.363Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:46.363Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874976996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:29:46.465Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-02-26T11:29:46.467Z||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-02-26T11:29:46.467Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:46.480Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:46.481Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T11:29:47.364Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:29:47.364Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:47.366Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:47.366Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874976996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json",
"status": "NOTIFIED"
}
2022-02-26T11:29:47.466Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:29:47.467Z||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-02-26T11:29:47.467Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:47.493Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:47.494Z||pool-36-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:29:48.367Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:29:48.368Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:48.370Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:48.370Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874976996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-02-26T11:29:48.470Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:29:48.472Z||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-02-26T11:29:48.472Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:48.484Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:48.484Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:29:49.371Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:29:49.372Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:49.374Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:49.375Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874976996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:29:49.475Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:29:49.476Z||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-02-26T11:29:49.476Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:49.490Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:49.490Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:29:50.375Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:29:50.377Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:50.379Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:50.379Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874976996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-02-26T11:29:50.479Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:29:50.480Z||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-02-26T11:29:50.481Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:50.491Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:50.492Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:29:51.380Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:29:51.381Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:51.383Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:51.384Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874976996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-template.yml",
"status": "NOT_NOTIFIED"
}
2022-02-26T11:29:51.484Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:29:51.485Z||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-02-26T11:29:51.485Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:51.497Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:51.498Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:29:52.385Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-26T11:29:52.386Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:52.388Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:52.388Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874976996,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar",
"status": "NOTIFIED"
}
2022-02-26T11:29:52.488Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:29:52.489Z||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-02-26T11:29:52.490Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:52.505Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:52.505Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:29:53.391Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"serviceName": "vFW 2022-02-26 11-27-50",
"serviceVersion": "1.0",
"serviceUUID": "1df844ad-06d3-4717-a217-f0376a6064fd",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "0edf4102-bbff-4e5c-862b-1e789d2ff0f4",
"resources": [
{
"resourceInstanceName": "vFW cd556b06-5671 0",
"resourceCustomizationUUID": "2f03b320-7d77-493e-84b2-76ff2c4684d5",
"resourceName": "vFW cd556b06-5671",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1365c47a-2adb-4408-b529-c2a6b9e8ed12",
"resourceInvariantUUID": "59754f35-5ac9-40bb-a138-b31606821450",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcd556b0656710_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json",
"artifactChecksum": "OGRkNGEyOTEzNTIzMDMwYTZiNDE4NmVlNzAwOTgzYTA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9923881a-2b9e-4df2-9d82-d0326ad4b8e5",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "4e0e8c34-b5a0-4f42-8941-b95ed86df5aa",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ce53e4d0-9fbc-44f9-8630-5c6526035af8",
"generatedFromUUID": "4e0e8c34-b5a0-4f42-8941-b95ed86df5aa"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ce53e4d0-9fbc-44f9-8630-5c6526035af8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220226112750-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar",
"artifactChecksum": "MzE3YmUyZTc0Y2Q3NzhkNjhjNjk3OGMxMmIxOGNlMTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b843bb24-77a8-4101-aa59-198a68ac3771"
}
],
"workloadContext": "Production"
}
2022-02-26T11:29:53.391Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-26T11:29:53.391Z|2417c1d5-ffdf-47b6-85be-82bedd44cfe0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1df844ad-06d3-4717-a217-f0376a6064fd ASDC
2022-02-26T11:29:53.393Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:31c8095a-9aa4-4785-aca6-f9fb3f86e73b
ServiceName:vFW 2022-02-26 11-27-50
ServiceVersion:1.0
ServiceUUID:1df844ad-06d3-4717-a217-f0376a6064fd
ServiceInvariantUUID:0edf4102-bbff-4e5c-862b-1e789d2ff0f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220226112750-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar
ArtifactUUID:b843bb24-77a8-4101-aa59-198a68ac3771
ArtifactChecksum:MzE3YmUyZTc0Y2Q3NzhkNjhjNjk3OGMxMmIxOGNlMTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cd556b06-5671 0
ResourceCustomizationUUID:2f03b320-7d77-493e-84b2-76ff2c4684d5
ResourceInvariantUUID:59754f35-5ac9-40bb-a138-b31606821450
ResourceName:vFW cd556b06-5671
ResourceType:VF
ResourceUUID:1365c47a-2adb-4408-b529-c2a6b9e8ed12
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcd556b0656710_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json
ArtifactUUID:9923881a-2b9e-4df2-9d82-d0326ad4b8e5
ArtifactChecksum:OGRkNGEyOTEzNTIzMDMwYTZiNDE4NmVlNzAwOTgzYTA=
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/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml
ArtifactUUID:4e0e8c34-b5a0-4f42-8941-b95ed86df5aa
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/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env
ArtifactUUID:ce53e4d0-9fbc-44f9-8630-5c6526035af8
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/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env
ArtifactUUID:ce53e4d0-9fbc-44f9-8630-5c6526035af8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-02-26T11:29:53.393Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1df844ad-06d3-4717-a217-f0376a6064fd 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-02-26T11:29:53.430Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T11:29:53.431Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-26T11:29:53.431Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-26T11:29:53.431Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b843bb24-77a8-4101-aa59-198a68ac3771 from URL: /sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar
2022-02-26T11:29:53.432Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-26T11:29:53.432Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar
2022-02-26T11:29:53.568Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-26T11:29:53.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar b843bb24-77a8-4101-aa59-198a68ac3771 98952
2022-02-26T11:29:53.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar ASDC sendASDCNotification
2022-02-26T11:29:53.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar
2022-02-26T11:29:53.573Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:29:53.574Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:53.576Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:53.576Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874993573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:29:53.676Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:29:53.677Z||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-02-26T11:29:53.677Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:53.690Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:53.690Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:29:54.577Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-26T11:29:54.578Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-02-26T11:29:54.579Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b843bb24-77a8-4101-aa59-198a68ac3771, URL: /sdc/v1/catalog/services/Vfw20220226112750/1.0/artifacts/service-Vfw20220226112750-csar.csar to file: /app/ASDC/1/service-Vfw20220226112750-csar.csar
2022-02-26T11:29:54.579Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220226112750-csar.csar
2022-02-26T11:29:54.579Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220226112750-csar.csar
2022-02-26T11:29:54.580Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220226112750-csar.csar
2022-02-26T11:29:54.948Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14090354300493262391/Definitions/service-Vfw20220226112750-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-02-26T11:29:56.887Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-26T11:29:56.888Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-26T11:29:56.888Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.888Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-26T11:29:56.888Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cd556b06-5671 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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.889Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.890Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.890Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.890Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|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-Vfw20220226112750-csar.csar
2022-02-26T11:29:56.890Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-02-26T11:29:56.890Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.891Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:29:56.891Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria
2022-02-26T11:29:56.891Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-26T11:29:56.891Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria
2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-26T11:29:56.892Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria
2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T11:29:56.893Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.894Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.895Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria
2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria
2022-02-26T11:29:56.896Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria
2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria
2022-02-26T11:29:56.897Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T11:29:56.898Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ac3be024-174b-445a-bc9b-792fe53373f8
2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria
2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:29:56.899Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T11:29:56.900Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.900Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T11:29:56.900Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.900Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T11:29:56.900Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:29:56.901Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-26T11:29:56.901Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T11:29:56.901Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T11:29:56.902Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T11:29:56.902Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.902Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ed391d97-051b-4073-8187-e99511333ca8
2022-02-26T11:29:56.902Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.903Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria
2022-02-26T11:29:56.903Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:29:56.903Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-26T11:29:56.903Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.904Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-26T11:29:56.904Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.904Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-26T11:29:56.904Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:29:56.904Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T11:29:56.905Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T11:29:56.905Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:29:56.905Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T11:29:56.905Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-26T11:29:56.905Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=47d59413-37a5-4ac0-bfba-0596b127ed75
2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:29:56.906Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:29:56.907Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-02-26 11-27-50
Description:catalog service description
Model UUID:1df844ad-06d3-4717-a217-f0376a6064fd
Model Version:NULL
Model InvariantUuid:0edf4102-bbff-4e5c-862b-1e789d2ff0f4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cd556b06-5671
Model UUID:9c430543-228d-4927-af29-d08345bc4d60
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:59754f35-5ac9-40bb-a138-b31606821450
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2f03b320-7d77-493e-84b2-76ff2c4684d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:028cb9de-2509-4098-833d-4e296bd73a3f
ModelName:VfwCd556b065671..base_vfw..module-0
ModelUuid:3b71df05-a5ed-4734-aa27-1ab3109d6184
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ac3be024-174b-445a-bc9b-792fe53373f8
ModelInvariantUuid:5972b62c-f5fb-4cd6-bf30-a1aad9185fe5
ModelName:vFW cd556b06-5671-nodes.vfwCvfc
ModelUuid:79979404-82e6-4a37-8dc0-5658b3809e21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6b03d0bf-3191-4f6f-bd07-328df72f0ced
ModelInvariantUuid:e75989cb-f3f5-437b-9fbe-8c3ddda31e6c
ModelName:VfwCd556b065671.compute.nodes.heat.vfw
ModelUuid:514c15e2-141d-46ad-9d8c-c83f4189d641
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ed391d97-051b-4073-8187-e99511333ca8
ModelInvariantUuid:3c0ede62-ec32-44bd-8c25-b69b7ea1a6e4
ModelName:vFW cd556b06-5671-nodes.vsnCvfc
ModelUuid:3f12f3db-abd4-40b1-a181-ac854e884256
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:ce0a0738-e2a0-4cc8-a0a2-6f46f140c7e2
ModelInvariantUuid:ad3ff4c3-f1c3-4d32-aa81-39f9ef13cfff
ModelName:VfwCd556b065671.compute.nodes.heat.vsn
ModelUuid:30ff0c89-f194-43dd-babc-aafd6b7637b1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:47d59413-37a5-4ac0-bfba-0596b127ed75
ModelInvariantUuid:5d16eef2-b1f4-4c1c-ae89-02c409ac5ea3
ModelName:vFW cd556b06-5671-nodes.vpgCvfc
ModelUuid:cebead1d-f2b7-438e-8bed-5e0fff77fc23
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:fa2dc750-dcca-44f1-a39b-c8d89d5cf16b
ModelInvariantUuid:1395ee06-bbf4-4c8e-8a55-f0c52d22505d
ModelName:VfwCd556b065671.compute.nodes.heat.vpg
ModelUuid:848ba878-f618-4988-a62d-5de7957aa1ec
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-02-26T11:29:56.915Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1365c47a-2adb-4408-b529-c2a6b9e8ed12
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-02-26T11:29:56.920Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||vFW cd556b06-5671 0
2022-02-26T11:29:56.920Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1365c47a-2adb-4408-b529-c2a6b9e8ed12
2022-02-26T11:29:56.920Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9923881a-2b9e-4df2-9d82-d0326ad4b8e5 from URL: /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json
2022-02-26T11:29:56.920Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-26T11:29:56.920Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json
2022-02-26T11:29:57.186Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-26T11:29:57.186Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json 9923881a-2b9e-4df2-9d82-d0326ad4b8e5 785
2022-02-26T11:29:57.187Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json ASDC sendASDCNotification
2022-02-26T11:29:57.187Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json
2022-02-26T11:29:57.187Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:29:57.187Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:57.189Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:57.189Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874997187,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/vfwcd556b0656710_modules.json",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:29:57.290Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:29:57.291Z||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-02-26T11:29:57.291Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:57.313Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:57.314Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:29:58.190Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCd556b065671..base_vfw..module-0",
"vfModuleModelInvariantUUID": "028cb9de-2509-4098-833d-4e296bd73a3f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3b71df05-a5ed-4734-aa27-1ab3109d6184",
"vfModuleModelCustomizationUUID": "4451cf07-3950-4196-bfb5-501428ca8deb",
"isBase": true,
"artifacts": [
"4e0e8c34-b5a0-4f42-8941-b95ed86df5aa",
"ce53e4d0-9fbc-44f9-8630-5c6526035af8"
],
"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-02-26T11:29:58.195Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCd556b065671..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b71df05-a5ed-4734-aa27-1ab3109d6184
VfModuleModelInvariantUUID:028cb9de-2509-4098-833d-4e296bd73a3f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e0e8c34-b5a0-4f42-8941-b95ed86df5aa
,
ce53e4d0-9fbc-44f9-8630-5c6526035af8
}
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-02-26T11:29:58.197Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCd556b065671..base_vfw..module-0",
"vfModuleModelInvariantUUID": "028cb9de-2509-4098-833d-4e296bd73a3f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "3b71df05-a5ed-4734-aa27-1ab3109d6184",
"vfModuleModelCustomizationUUID": "4451cf07-3950-4196-bfb5-501428ca8deb",
"isBase": true,
"artifacts": [
"4e0e8c34-b5a0-4f42-8941-b95ed86df5aa",
"ce53e4d0-9fbc-44f9-8630-5c6526035af8"
],
"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-02-26T11:29:58.197Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCd556b065671..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3b71df05-a5ed-4734-aa27-1ab3109d6184
VfModuleModelInvariantUUID:028cb9de-2509-4098-833d-4e296bd73a3f
VfModuleModelDescription:NULL
Artifacts UUID List:{
4e0e8c34-b5a0-4f42-8941-b95ed86df5aa
,
ce53e4d0-9fbc-44f9-8630-5c6526035af8
}
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-02-26T11:29:58.197Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4e0e8c34-b5a0-4f42-8941-b95ed86df5aa from URL: /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml
2022-02-26T11:29:58.198Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-26T11:29:58.198Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml
2022-02-26T11:29:58.387Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-26T11:29:58.388Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml 4e0e8c34-b5a0-4f42-8941-b95ed86df5aa 20368
2022-02-26T11:29:58.388Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-26T11:29:58.388Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml
2022-02-26T11:29:58.388Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:29:58.389Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:58.391Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:58.391Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874998388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:29:58.491Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-26T11:29:58.492Z||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-02-26T11:29:58.492Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:58.506Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:58.507Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-02-26T11:29:59.392Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ce53e4d0-9fbc-44f9-8630-5c6526035af8 from URL: /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env
2022-02-26T11:29:59.393Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-02-26T11:29:59.393Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env
2022-02-26T11:29:59.498Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-02-26T11:29:59.499Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env ce53e4d0-9fbc-44f9-8630-5c6526035af8 2098
2022-02-26T11:29:59.499Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-26T11:29:59.499Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env
2022-02-26T11:29:59.500Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-26T11:29:59.501Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-02-26T11:29:59.503Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-26T11:29:59.504Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "31c8095a-9aa4-4785-aca6-f9fb3f86e73b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1645874999499,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220226112750/1.0/resourceInstances/vfwcd556b0656710/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-02-26T11:29:59.604Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-26T11:29:59.607Z||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-02-26T11:29:59.607Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as iA0ZFTuIDzbSICGq) ...
2022-02-26T11:29:59.620Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-02-26T11:29:59.620Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-26T11:30:00.504Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1df844ad-06d3-4717-a217-f0376a6064fd
2022-02-26T11:30:00.505Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cd556b06-5671 0 1365c47a-2adb-4408-b529-c2a6b9e8ed12 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-02-26T11:30:00.530Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54586e47, org.onap.sdc.toscaparser.api.parameters.Input@1fa423ea, org.onap.sdc.toscaparser.api.parameters.Input@83ccca4, org.onap.sdc.toscaparser.api.parameters.Input@2459e729, org.onap.sdc.toscaparser.api.parameters.Input@33e48fb3]
2022-02-26T11:30:00.533Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:30:00.533Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:30:00.534Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-02-26T11:30:00.534Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2f03b320-7d77-493e-84b2-76ff2c4684d5
2022-02-26T11:30:00.535Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f03b320-7d77-493e-84b2-76ff2c4684d5 matches Tosca VF Customization UUID: 2f03b320-7d77-493e-84b2-76ff2c4684d5
2022-02-26T11:30:00.535Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2f03b320-7d77-493e-84b2-76ff2c4684d5 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-02-26T11:30:00.538Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:30:00.538Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-26T11:30:00.540Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2f03b320-7d77-493e-84b2-76ff2c4684d5: {\"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-02-26T11:30:00.540Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@85d264e
2022-02-26T11:30:00.541Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:30:00.541Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-02-26 11-27-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-26T11:30:00.541Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4451cf07-3950-4196-bfb5-501428ca8deb
2022-02-26T11:30:00.542Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4451cf07-3950-4196-bfb5-501428ca8deb
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-02-26T11:30:00.544Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:30:00.545Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria
2022-02-26T11:30:00.545Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:30:00.546Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:30:00.546Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria
2022-02-26T11:30:00.547Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:30:00.547Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:30:00.548Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is not matching search criteria
2022-02-26T11:30:00.548Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-26T11:30:00.548Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-26T11:30:00.549Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-26T11:30:00.549Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-26T11:30:00.549Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-26T11:30:00.550Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-26T11:30:00.550Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-26T11:30:00.550Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-26T11:30:00.551Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-26T11:30:00.551Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-26T11:30:00.552Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-26T11:30:00.552Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ac3be024-174b-445a-bc9b-792fe53373f8
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-02-26T11:30:00.555Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-02-26T11:30:00.555Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Node template vFW cd556b06-5671 0 is matching search criteria
2022-02-26T11:30:00.556Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW cd556b06-5671 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-26T11:30:00.556Z|31c8095a-9aa4-4785-aca6-f9fb3f86e73b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery