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-05-29T05:39:29.937Z||main|||||INFO|500||The following profiles are active: basic
2022-05-29T05:39:56.595Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-29T05:39:56.597Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-29T05:39:56.910Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-29T05:40:06.811Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-29T05:40:07.711Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-29T05:40:09.259Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-29T05:40:09.314Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-29T05:40:09.597Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-29T05:40:10.428Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-29T05:40:12.443Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-29T05:40:18.860Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-29T05:40:24.625Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-29T05:40:24.772Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-29T05:40:26.018Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-29T05:40:26.831Z||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-05-29T05:40:30.035Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-29T05:40:33.190Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-29T05:40:33.255Z||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$$3d37c175.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-05-29T05:40:33.256Z||main|||||WARN|500||The sdc end point is not alive
2022-05-29T05:40:41.321Z||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-05-29T05:40:48.492Z||main|||||WARN|500||---
2022-05-29T05:40:48.493Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-29T05:40:48.493Z||main|||||WARN|500||---
2022-05-29T05:40:49.561Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-29T05:40:59.663Z||main|||||INFO|500||Started Application in 96.954 seconds (JVM running for 102.947)
2022-05-29T05:40:59.709Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-29T05:40:59.712Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-29T05:40:59.766Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-29T05:40:59.871Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-29T05:40:59.969Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ee088157-04a0-4f45-9d01-685fc630fb2e url= /sdc/v1/artifactTypes
2022-05-29T05:40:59.971Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-29T05:41:00.607Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-29T05:41:00.671Z||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-05-29T05:41:00.716Z||scheduling-1|||||DEBUG|500||create keys
2022-05-29T05:41:00.748Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-29T05:41:00.838Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:41:00.868Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3e3abd26-e61c-4de2-a195-8411e175e225 url= /sdc/v1/registerForDistribution
2022-05-29T05:41:01.168Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3e3abd26-e61c-4de2-a195-8411e175e225 url= /sdc/v1/registerForDistribution
2022-05-29T05:41:01.185Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-29T05:41:01.255Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:41:01.257Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-29T05:41:01.261Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:41:01.268Z||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-05-29T05:41:01.268Z||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-05-29T05:41:01.269Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:41:01.270Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:41:11.750Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:41:11.789Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:42:01.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:42:01.202Z||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-05-29T05:42:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:42:01.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:42:01.251Z||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-05-29T05:42:01.254Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:42:10.808Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:42:10.815Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:43:01.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:43:01.202Z||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-05-29T05:43:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:43:01.205Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:43:01.209Z||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-05-29T05:43:01.221Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:43:10.788Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:43:10.794Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:44:01.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:44:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:44:01.210Z||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-05-29T05:44:01.211Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:44:01.211Z||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-05-29T05:44:01.212Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:44:10.779Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:44:10.781Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:45:01.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:45:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:45:01.207Z||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-05-29T05:45:01.207Z||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-05-29T05:45:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:45:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:45:10.783Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:45:10.787Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:46:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:46:01.203Z||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-05-29T05:46:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:46:01.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:46:01.205Z||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-05-29T05:46:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:46:10.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:46:10.766Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:47:01.202Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:47:01.204Z||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-05-29T05:47:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:47:01.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:47:01.207Z||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-05-29T05:47:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:47:10.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:47:10.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:48:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:48:01.203Z||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-05-29T05:48:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:48:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:48:01.209Z||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-05-29T05:48:01.210Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:48:10.805Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:48:10.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:49:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:49:01.202Z||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-05-29T05:49:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:49:01.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:49:01.208Z||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-05-29T05:49:01.209Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:49:10.781Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:49:10.783Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:50:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:50:01.204Z||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-05-29T05:50:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:50:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:50:01.205Z||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-05-29T05:50:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:50:10.795Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:50:10.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:50:14.078Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-29T05:51:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:51:01.204Z||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-05-29T05:51:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:51:01.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:51:01.208Z||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-05-29T05:51:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:51:10.791Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:51:10.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:52:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:52:01.201Z||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-05-29T05:52:01.201Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:52:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:52:01.206Z||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-05-29T05:52:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:52:10.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:52:10.765Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:53:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:53:01.201Z||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-05-29T05:53:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:53:01.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:53:01.205Z||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-05-29T05:53:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:53:10.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:53:10.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:54:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:54:01.202Z||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-05-29T05:54:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:54:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:54:01.205Z||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-05-29T05:54:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:54:10.785Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:54:10.789Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:55:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:55:01.202Z||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-05-29T05:55:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:55:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:55:01.208Z||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-05-29T05:55:01.208Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:55:10.783Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:55:10.784Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:56:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:56:01.202Z||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-05-29T05:56:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:56:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:56:01.205Z||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-05-29T05:56:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:56:10.795Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:56:10.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:57:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:57:01.202Z||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-05-29T05:57:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:57:01.204Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:57:01.205Z||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-05-29T05:57:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:57:10.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:57:10.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:58:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:58:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:58:01.205Z||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-05-29T05:58:01.205Z||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-05-29T05:58:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:58:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:58:10.775Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:58:10.777Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:59:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:59:01.203Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T05:59:01.206Z||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-05-29T05:59:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:59:01.206Z||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-05-29T05:59:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T05:59:10.780Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T05:59:10.786Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:00:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:00:01.202Z||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-05-29T06:00:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:00:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:00:01.205Z||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-05-29T06:00:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:00:10.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:00:10.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:01:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:01:01.203Z||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-05-29T06:01:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:01:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:01:01.205Z||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-05-29T06:01:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:01:10.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:01:10.769Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:02:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:02:01.202Z||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-05-29T06:02:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:02:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:02:01.204Z||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-05-29T06:02:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:02:10.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:02:10.778Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:03:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:03:01.203Z||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-05-29T06:03:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:03:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:03:01.205Z||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-05-29T06:03:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:03:10.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:03:10.774Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:04:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:04:01.202Z||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-05-29T06:04:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:04:01.204Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:04:01.205Z||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-05-29T06:04:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:04:10.771Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:04:10.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:05:01.201Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:05:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:05:01.206Z||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-05-29T06:05:01.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-29T06:05:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:05:01.207Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ild9c9EupdsupmEe) ...
2022-05-29T06:05:10.782Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:05:10.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:06:01.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:06:01.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-29T06:06:01.202Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ild9c9EupdsupmEe) ...
2022-05-29T06:06:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:06:01.205Z||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-05-29T06:06:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:06:10.788Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:06:10.789Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:07:01.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:07:01.201Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-29T06:07:01.202Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ild9c9EupdsupmEe) ...
2022-05-29T06:07:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:07:01.204Z||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-05-29T06:07:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:07:10.752Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:07:10.758Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:08:01.200Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:08:01.202Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-29T06:08:01.202Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Ild9c9EupdsupmEe) ...
2022-05-29T06:08:01.204Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:08:01.206Z||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-05-29T06:08:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:08:10.750Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:08:10.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:09:01.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:09:01.202Z||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-05-29T06:09:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:09:01.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:09:01.207Z||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-05-29T06:09:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:09:10.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:09:10.779Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:10:01.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:10:01.201Z||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-05-29T06:10:01.201Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:10:01.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:10:01.205Z||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-05-29T06:10:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:10:10.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:10:10.765Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:11:01.200Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:11:01.201Z||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-05-29T06:11:01.201Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:11:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:11:01.206Z||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-05-29T06:11:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:11:10.750Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:11:10.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:12:01.201Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:12:01.203Z||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-05-29T06:12:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:12:01.204Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:12:01.205Z||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-05-29T06:12:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:12:10.771Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:12:10.791Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:13:01.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:13:01.204Z||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-05-29T06:13:01.204Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:13:01.204Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:13:01.205Z||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-05-29T06:13:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:13:10.777Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:13:10.776Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:14:01.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:14:01.201Z||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-05-29T06:14:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:14:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:14:01.205Z||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-05-29T06:14:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:14:10.756Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:14:10.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:15:01.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:15:01.202Z||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-05-29T06:15:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:15:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:15:01.205Z||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-05-29T06:15:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:15:10.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:15:10.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:16:01.200Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:16:01.201Z||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-05-29T06:16:01.201Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:16:01.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:16:01.205Z||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-05-29T06:16:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:16:10.786Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:16:10.794Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:17:01.201Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:17:01.202Z||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-05-29T06:17:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:17:01.204Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:17:01.205Z||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-05-29T06:17:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:17:10.786Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:17:10.786Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:18:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:18:01.203Z||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-05-29T06:18:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:18:01.204Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:18:01.205Z||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-05-29T06:18:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:18:10.787Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:18:10.788Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:19:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:19:01.202Z||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-05-29T06:19:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:19:01.204Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:19:01.204Z||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-05-29T06:19:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:19:10.784Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:19:10.788Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:20:01.201Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:20:01.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:20:01.207Z||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-05-29T06:20:01.207Z||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-05-29T06:20:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:20:01.207Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:20:10.806Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:20:10.825Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:21:01.200Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:21:01.202Z||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-05-29T06:21:01.203Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:21:01.204Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:21:01.205Z||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-05-29T06:21:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:21:10.771Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:21:10.775Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:22:01.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:22:01.201Z||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-05-29T06:22:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:22:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:22:01.205Z||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-05-29T06:22:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:22:10.792Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:22:10.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:01.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:23:01.202Z||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-05-29T06:23:01.202Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:23:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:23:01.205Z||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-05-29T06:23:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:23:08.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:08.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:23:08.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f203a558-e033-45ad-be56-07e150686fcf","serviceName":"basic_onboard_QkBaeL","serviceVersion":"1.0","serviceUUID":"6ad285ec-883c-4615-bae3-f3c302edcfab","serviceDescription":"service","serviceInvariantUUID":"00c0a869-4136-4882-8feb-5b6683d278a8","resources":[{"resourceInstanceName":"basic_onboard_QkBaeL 0","resourceName":"basic_onboard_QkBaeL","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1319079-96d9-443a-9588-195eb5cf1206","resourceInvariantUUID":"438abe83-15ee-4791-9003-6da3219e20f0","resourceCustomizationUUID":"e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml","artifactChecksum":"YTEwMDliZWU5YTk2MjA2NmNkMTBiNzhjMWVmNDVlMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db2125d1-91d8-4816-a543-1aaa6484327b","artifactVersion":"1"},{"artifactName":"basic_onboard_qkbael0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json","artifactChecksum":"Zjg0NDU2OWE3N2JjMWJlOTIxY2E2YjBmOWIwOTAwZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6cf2d63e-21c7-4c10-b08f-624e9fda7edf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ccbab315-06e5-4fff-89b1-ed5849b57270","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"33dc1008-0333-4755-9c53-c4bcdd1c5373","artifactVersion":"2","generatedFromUUID":"cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQkbael-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml","artifactChecksum":"NTZjYWVhMDkzNWMwMDQ5ZDIyZDJiOTUyMjEzZDQ2YzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c7fcb94-f2c4-4ce8-829a-491c3542a542","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQkbael-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar","artifactChecksum":"NWFiMzFmZWU5ZDcyOTViMzQ3YTk4MjhmZDNjMmZiNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"27e10a0b-4d28-4a5d-9b6a-27eca35f8260","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:23:08.234Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:08.257Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:08.295Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:08.296Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:23:08.394Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-05-29T06:23:08.408Z||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-05-29T06:23:08.409Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:08.429Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:08.431Z||pool-3-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:08.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:08.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:23:08.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "cds",
"timestamp": 1653805380691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:23:08.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:23:09.319Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:09.320Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:09.322Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:09.323Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "NOTIFIED"
}
2022-05-29T06:23:09.425Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:23:09.427Z||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-05-29T06:23:09.427Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:09.465Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:09.466Z||pool-4-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:10.325Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:10.329Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:10.332Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:10.333Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-29T06:23:10.434Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:23:10.437Z||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-05-29T06:23:10.438Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:10.457Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:10.458Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:11.333Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:11.335Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:11.338Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:11.339Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:23:11.442Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:23:11.443Z||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-05-29T06:23:11.443Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:11.459Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:11.461Z||pool-6-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:12.340Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:12.343Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:12.347Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:12.348Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-29T06:23:12.448Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:23:12.450Z||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-05-29T06:23:12.450Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:12.467Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:12.468Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:13.348Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:13.350Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:13.355Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:13.355Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:23:13.456Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:23:13.457Z||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-05-29T06:23:13.458Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:13.482Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:13.484Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:14.358Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:23:14.362Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:14.364Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:14.364Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:23:14.465Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:23:14.467Z||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-05-29T06:23:14.468Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:14.505Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:14.506Z||pool-9-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:15.368Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"serviceName": "basic_onboard_QkBaeL",
"serviceVersion": "1.0",
"serviceUUID": "6ad285ec-883c-4615-bae3-f3c302edcfab",
"serviceDescription": "service",
"serviceInvariantUUID": "00c0a869-4136-4882-8feb-5b6683d278a8",
"resources": [
{
"resourceInstanceName": "basic_onboard_QkBaeL 0",
"resourceCustomizationUUID": "e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7",
"resourceName": "basic_onboard_QkBaeL",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "c1319079-96d9-443a-9588-195eb5cf1206",
"resourceInvariantUUID": "438abe83-15ee-4791-9003-6da3219e20f0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qkbael0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"artifactChecksum": "Zjg0NDU2OWE3N2JjMWJlOTIxY2E2YjBmOWIwOTAwZWI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6cf2d63e-21c7-4c10-b08f-624e9fda7edf",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "33dc1008-0333-4755-9c53-c4bcdd1c5373",
"generatedFromUUID": "cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "33dc1008-0333-4755-9c53-c4bcdd1c5373",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQkbael-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"artifactChecksum": "NWFiMzFmZWU5ZDcyOTViMzQ3YTk4MjhmZDNjMmZiNzU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "27e10a0b-4d28-4a5d-9b6a-27eca35f8260"
}
],
"workloadContext": "Production"
}
2022-05-29T06:23:15.371Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:23:15.371Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6ad285ec-883c-4615-bae3-f3c302edcfab ASDC
2022-05-29T06:23:15.573Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f203a558-e033-45ad-be56-07e150686fcf
ServiceName:basic_onboard_QkBaeL
ServiceVersion:1.0
ServiceUUID:6ad285ec-883c-4615-bae3-f3c302edcfab
ServiceInvariantUUID:00c0a869-4136-4882-8feb-5b6683d278a8
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQkbael-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar
ArtifactUUID:27e10a0b-4d28-4a5d-9b6a-27eca35f8260
ArtifactChecksum:NWFiMzFmZWU5ZDcyOTViMzQ3YTk4MjhmZDNjMmZiNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QkBaeL 0
ResourceCustomizationUUID:e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7
ResourceInvariantUUID:438abe83-15ee-4791-9003-6da3219e20f0
ResourceName:basic_onboard_QkBaeL
ResourceType:VF
ResourceUUID:c1319079-96d9-443a-9588-195eb5cf1206
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qkbael0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json
ArtifactUUID:6cf2d63e-21c7-4c10-b08f-624e9fda7edf
ArtifactChecksum:Zjg0NDU2OWE3N2JjMWJlOTIxY2E2YjBmOWIwOTAwZWI=
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/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a
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/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
ArtifactUUID:33dc1008-0333-4755-9c53-c4bcdd1c5373
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/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
ArtifactUUID:33dc1008-0333-4755-9c53-c4bcdd1c5373
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-29T06:23:15.574Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6ad285ec-883c-4615-bae3-f3c302edcfab 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-05-29T06:23:16.046Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:23:16.048Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-29T06:23:16.053Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-29T06:23:16.054Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 27e10a0b-4d28-4a5d-9b6a-27eca35f8260 from URL: /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:16.054Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-29T06:23:16.060Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:16.562Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-29T06:23:16.594Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar 27e10a0b-4d28-4a5d-9b6a-27eca35f8260 71581
2022-05-29T06:23:16.597Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar ASDC sendASDCNotification
2022-05-29T06:23:16.598Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:16.606Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:23:16.609Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:16.615Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:16.616Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805396595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:23:16.713Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:23:16.715Z||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-05-29T06:23:16.715Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:16.731Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:16.732Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:17.617Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:23:17.619Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-29T06:23:17.620Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 27e10a0b-4d28-4a5d-9b6a-27eca35f8260, URL: /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar to file: /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:17.621Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:17.832Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:17.833Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:19.189Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15105508426688695689/Definitions/service-BasicOnboardQkbael-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-05-29T06:23:22.934Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:23:22.946Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-29T06:23:22.947Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.948Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-29T06:23:22.948Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.949Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.949Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.950Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.950Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.950Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.951Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.951Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.951Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QkBaeL 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-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:22.952Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-29T06:23:22.971Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:22.976Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:22.987Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:22.988Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-29T06:23:22.992Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:23:22.996Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:22.997Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:22.998Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:22.998Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-29T06:23:22.999Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:23:22.999Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.000Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:23.008Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.010Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is not matching search criteria
2022-05-29T06:23:23.010Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-29T06:23:23.011Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-29T06:23:23.011Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-29T06:23:23.012Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-29T06:23:23.012Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-29T06:23:23.013Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.013Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:23:23.024Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.030Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:23.033Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:23.034Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.037Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:23.038Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:23.038Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.039Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:23.039Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:23.039Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.039Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is not matching search criteria
2022-05-29T06:23:23.040Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-29T06:23:23.040Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-29T06:23:23.040Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be99c7c3-6fcd-4bfc-a8c7-716f33f77fb5
2022-05-29T06:23:23.041Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.041Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:23.041Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.042Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:23.042Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.042Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:23.043Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:23.043Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:23.043Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QkBaeL
Description:service
Model UUID:6ad285ec-883c-4615-bae3-f3c302edcfab
Model Version:NULL
Model InvariantUuid:00c0a869-4136-4882-8feb-5b6683d278a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QkBaeL
Model UUID:c3a1728a-7fc3-4320-866f-7f50e9d2431c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:438abe83-15ee-4791-9003-6da3219e20f0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e83788ca-8546-4ec0-b6a9-25343324b82b
ModelName:BasicOnboardQkbael..base_ubuntu18..module-0
ModelUuid:54a851d8-73d7-46f2-9be3-457a46c1b833
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:be99c7c3-6fcd-4bfc-a8c7-716f33f77fb5
ModelInvariantUuid:3aff69e3-b97e-4520-a06f-bb4aaede0969
ModelName:basic_onboard_QkBaeL-nodes.ubuntu18Cvfc
ModelUuid:5910ab6a-8452-4db9-9422-15e8d484c57a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:067ddb66-f78e-4180-a719-f957b2c14054
ModelInvariantUuid:ead9ae32-d9fd-4ddf-9ca5-382ba19420f7
ModelName:BasicOnboardQkbael.compute.nodes.heat.ubuntu18
ModelUuid:3fbb0ee4-ebad-4a1d-8776-b4ada6820222
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-05-29T06:23:23.083Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: c1319079-96d9-443a-9588-195eb5cf1206
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-05-29T06:23:23.244Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||basic_onboard_QkBaeL 0
2022-05-29T06:23:23.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1319079-96d9-443a-9588-195eb5cf1206
2022-05-29T06:23:23.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6cf2d63e-21c7-4c10-b08f-624e9fda7edf from URL: /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json
2022-05-29T06:23:23.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-29T06:23:23.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json
2022-05-29T06:23:23.774Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-29T06:23:23.774Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json 6cf2d63e-21c7-4c10-b08f-624e9fda7edf 798
2022-05-29T06:23:23.775Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json ASDC sendASDCNotification
2022-05-29T06:23:23.775Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json
2022-05-29T06:23:23.775Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:23:23.776Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:23.781Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:23.781Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805403775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:23:23.882Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:23:23.883Z||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-05-29T06:23:23.883Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:23.920Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:23.922Z||pool-11-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:24.788Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQkbael..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e83788ca-8546-4ec0-b6a9-25343324b82b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "54a851d8-73d7-46f2-9be3-457a46c1b833",
"vfModuleModelCustomizationUUID": "2a13aaae-bf5e-4924-91a0-be231717b53f",
"isBase": true,
"artifacts": [
"cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a",
"33dc1008-0333-4755-9c53-c4bcdd1c5373"
],
"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-05-29T06:23:24.825Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQkbael..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54a851d8-73d7-46f2-9be3-457a46c1b833
VfModuleModelInvariantUUID:e83788ca-8546-4ec0-b6a9-25343324b82b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a
,
33dc1008-0333-4755-9c53-c4bcdd1c5373
}
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-05-29T06:23:24.837Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQkbael..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "e83788ca-8546-4ec0-b6a9-25343324b82b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "54a851d8-73d7-46f2-9be3-457a46c1b833",
"vfModuleModelCustomizationUUID": "2a13aaae-bf5e-4924-91a0-be231717b53f",
"isBase": true,
"artifacts": [
"cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a",
"33dc1008-0333-4755-9c53-c4bcdd1c5373"
],
"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-05-29T06:23:24.838Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQkbael..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54a851d8-73d7-46f2-9be3-457a46c1b833
VfModuleModelInvariantUUID:e83788ca-8546-4ec0-b6a9-25343324b82b
VfModuleModelDescription:NULL
Artifacts UUID List:{
cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a
,
33dc1008-0333-4755-9c53-c4bcdd1c5373
}
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-05-29T06:23:24.838Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a from URL: /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml
2022-05-29T06:23:24.838Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-29T06:23:24.839Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml
2022-05-29T06:23:25.167Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-29T06:23:25.168Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml cdc5d0c6-b516-4e72-9fd3-e30075f0dc5a 5033
2022-05-29T06:23:25.169Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-29T06:23:25.170Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml
2022-05-29T06:23:25.170Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:23:25.171Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:25.176Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:25.177Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805405169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:23:25.275Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:23:25.278Z||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-05-29T06:23:25.278Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:25.306Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:25.307Z||pool-12-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:26.178Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33dc1008-0333-4755-9c53-c4bcdd1c5373 from URL: /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
2022-05-29T06:23:26.180Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-29T06:23:26.180Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
2022-05-29T06:23:26.534Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-29T06:23:26.536Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env 33dc1008-0333-4755-9c53-c4bcdd1c5373 909
2022-05-29T06:23:26.537Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-29T06:23:26.538Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
2022-05-29T06:23:26.538Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:23:26.539Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:26.546Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:26.547Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805406537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:23:26.646Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:23:26.647Z||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-05-29T06:23:26.649Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:26.672Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:26.673Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:27.549Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6ad285ec-883c-4615-bae3-f3c302edcfab
2022-05-29T06:23:27.550Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QkBaeL 0 c1319079-96d9-443a-9588-195eb5cf1206 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-05-29T06:23:27.627Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f622212, org.onap.sdc.toscaparser.api.parameters.Input@67e80ae0, org.onap.sdc.toscaparser.api.parameters.Input@7ba68763, org.onap.sdc.toscaparser.api.parameters.Input@70560d42, org.onap.sdc.toscaparser.api.parameters.Input@3eeac3e8]
2022-05-29T06:23:27.675Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.676Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.676Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic
2022-05-29T06:23:27.677Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7
2022-05-29T06:23:27.677Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7 matches Tosca VF Customization UUID: e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7
2022-05-29T06:23:27.677Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7 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-05-29T06:23:27.688Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.689Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.691Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7: {\"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-05-29T06:23:27.692Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@360aa45c
2022-05-29T06:23:27.692Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.693Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:23:27.694Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2a13aaae-bf5e-4924-91a0-be231717b53f
2022-05-29T06:23:27.696Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2a13aaae-bf5e-4924-91a0-be231717b53f
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-05-29T06:23:27.718Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.719Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:27.719Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:27.721Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.721Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:27.721Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:27.722Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.722Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is not matching search criteria
2022-05-29T06:23:27.722Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-29T06:23:27.723Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-29T06:23:27.723Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=be99c7c3-6fcd-4bfc-a8c7-716f33f77fb5
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-05-29T06:23:27.739Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.740Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:27.740Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:23:27.741Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.742Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_QkBaeL 0 is matching search criteria
2022-05-29T06:23:27.742Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_QkBaeL 0] matching following query criteria: sdcType=VF, customizationUUID=e0a75d82-1683-4b3c-bbfd-1aa25b2d2cd7
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-05-29T06:23:27.746Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.746Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.747Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6ad285ec-883c-4615-bae3-f3c302edcfab: basic_onboard_QkBaeL
2022-05-29T06:23:27.748Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.748Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.748Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.749Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.749Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.749Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.752Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.752Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.753Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:23:27.753Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_QkBaeL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:23:27.753Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_QkBaeL
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-05-29T06:23:28.344Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QkBaeL c1319079-96d9-443a-9588-195eb5cf1206 1 ASDC deployResourceStructure
2022-05-29T06:23:28.346Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json ASDC sendASDCNotification
2022-05-29T06:23:28.346Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json
2022-05-29T06:23:28.346Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:23:28.347Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:28.352Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:28.352Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805408346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-29T06:23:28.454Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:23:28.456Z||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-05-29T06:23:28.457Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:28.485Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:28.486Z||pool-14-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:23:29.354Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-29T06:23:29.355Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml
2022-05-29T06:23:29.355Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:23:29.356Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:29.365Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:29.366Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805409354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-29T06:23:29.466Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:23:29.467Z||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-05-29T06:23:29.468Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:29.495Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:29.495Z||pool-15-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:30.368Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-29T06:23:30.371Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env
2022-05-29T06:23:30.372Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:23:30.374Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:30.378Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:30.379Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805410368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-29T06:23:30.478Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:23:30.480Z||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-05-29T06:23:30.480Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:30.499Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:30.500Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:31.380Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar ASDC sendASDCNotification
2022-05-29T06:23:31.381Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar
2022-05-29T06:23:31.381Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:23:31.382Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:23:31.386Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:23:31.387Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805411380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:23:31.487Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:23:31.488Z||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-05-29T06:23:31.489Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:23:31.514Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:23:31.515Z||pool-17-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:23:32.392Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:23:32.449Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:23:32.454Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:23:32.454Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:23:32.455Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:24:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:24:01.205Z||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-05-29T06:24:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:24:01.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:24:01.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:24:01.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "aai-ml",
"timestamp": 1653805382906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:24:01.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:24:02.456Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:24:02.476Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:24:02.482Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:24:02.486Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:24:02.486Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:24:32.487Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:24:32.502Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:24:32.505Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:24:32.507Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:24:32.507Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:25:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:25:01.205Z||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-05-29T06:25:01.205Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:25:01.240Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:25:01.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:25:01.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "clamp",
"timestamp": 1653805383170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:25:01.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:25:01.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:25:01.242Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805383312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:25:01.242Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:25:01.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:25:01.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:25:01.243Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:25:02.508Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:25:02.537Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:25:02.542Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:25:02.542Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:25:02.543Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:25:32.543Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:25:32.559Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:25:32.563Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:25:32.563Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:25:32.563Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:26:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:26:01.206Z||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-05-29T06:26:01.206Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:26:01.252Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:26:01.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "cds",
"timestamp": 1653805380691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "aai-ml",
"timestamp": 1653805382906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "clamp",
"timestamp": 1653805383170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805383312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "cds",
"timestamp": 1653805380691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "aai-ml",
"timestamp": 1653805382906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "clamp",
"timestamp": 1653805383170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805383312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "cds",
"timestamp": 1653805380691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "aai-ml",
"timestamp": 1653805382906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "clamp",
"timestamp": 1653805383170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805383312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805390370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "cds",
"timestamp": 1653805380691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "aai-ml",
"timestamp": 1653805382906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "clamp",
"timestamp": 1653805383170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805383312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805390370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "cds",
"timestamp": 1653805380691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "aai-ml",
"timestamp": 1653805382906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "clamp",
"timestamp": 1653805383170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805383312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805390370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "cds",
"timestamp": 1653805380691,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "aai-ml",
"timestamp": 1653805382906,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "clamp",
"timestamp": 1653805383170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.277Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805383312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805381200,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805390370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805390370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "policy-id",
"timestamp": 1653805393622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805395058,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "cds",
"timestamp": 1653805394870,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "aai-ml",
"timestamp": 1653805394440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805390370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805396595,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.283Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "policy-id",
"timestamp": 1653805393622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "cds",
"timestamp": 1653805395888,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-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-05-29T06:26:01.298Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.299Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:01.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805396259,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.316Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805390370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "policy-id",
"timestamp": 1653805393622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805397754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.324Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "policy-id",
"timestamp": 1653805393622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.325Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805399007,
"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-05-29T06:26:01.336Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.336Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:01.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "policy-id",
"timestamp": 1653805393622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805400014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "policy-id",
"timestamp": 1653805393622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "policy-id",
"timestamp": 1653805393622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805401692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805403775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "policy-id",
"timestamp": 1653805402239,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805401692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "policy-id",
"timestamp": 1653805403247,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:26:01.361Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805405169,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805401692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "policy-id",
"timestamp": 1653805404253,
"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-05-29T06:26:01.375Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.375Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:01.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805401692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805406537,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "clamp",
"timestamp": 1653805406474,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805401692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805408346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/basic_onboard_qkbael0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-29T06:26:01.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805401692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:26:01.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "clamp",
"timestamp": 1653805408486,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:26:01.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805409354,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-29T06:26:01.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805401692,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:26:01.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:26:01.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "clamp",
"timestamp": 1653805409491,
"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-05-29T06:26:01.402Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.403Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:01.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805410368,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/resourceInstances/basic_onboard_qkbael0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-29T06:26:01.416Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805409770,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:26:01.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805411380,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:26:01.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "aai-ml",
"timestamp": 1653805410701,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:26:01.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "aai-ml",
"timestamp": 1653805411706,
"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-05-29T06:26:01.432Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.432Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:01.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805414267,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQkbael/1.0/artifacts/service-BasicOnboardQkbael-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:26:01.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:26:01.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:26:01.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805415290,
"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-05-29T06:26:01.464Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f203a558-e033-45ad-be56-07e150686fcf
2022-05-29T06:26:01.465Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:02.564Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:26:02.581Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f203a558-e033-45ad-be56-07e150686fcf
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-05-29T06:26:02.587Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:26:02.590Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:26:02.590Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:26:02.590Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:26:02.591Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:26:02.591Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:26:02.591Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:26:02.591Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:26:02.592Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:26:02.600Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:26:02.600Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||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-05-29T06:26:02.612Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:26:32.613Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f203a558-e033-45ad-be56-07e150686fcf 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-05-29T06:26:32.642Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f203a558-e033-45ad-be56-07e150686fcf and serviceModelVersionId: 6ad285ec-883c-4615-bae3-f3c302edcfab
2022-05-29T06:26:32.643Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00c0a869-4136-4882-8feb-5b6683d278a8
2022-05-29T06:27:00.385Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0
2022-05-29T06:27:00.627Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:27:01.204Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:27:01.213Z||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-05-29T06:27:01.213Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:27:01.275Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:01.277Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.277Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "cds",
"timestamp": 1653805545691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.278Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805543312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.278Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.278Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805550370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.279Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805551692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.279Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "cds",
"timestamp": 1653805545691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.280Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805543312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "NOTIFIED"
}
2022-05-29T06:27:01.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805550370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805551692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "cds",
"timestamp": 1653805545691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805543312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-29T06:27:01.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805550370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805551692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "cds",
"timestamp": 1653805545691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.285Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.286Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805543312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.286Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805550370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "policy-id",
"timestamp": 1653805553622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805551692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "cds",
"timestamp": 1653805545691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805543312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-29T06:27:01.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805550370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "policy-id",
"timestamp": 1653805553622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805551692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "cds",
"timestamp": 1653805545691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805543312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.312Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805550370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "policy-id",
"timestamp": 1653805553622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-29T06:27:01.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805551692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "cds",
"timestamp": 1653805545691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:27:01.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805543312,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:27:01.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "ves-openapi-manager",
"timestamp": 1653805550370,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "policy-id",
"timestamp": 1653805553622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.330Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805551692,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:27:01.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "policy-id",
"timestamp": 1653805553622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "cds",
"timestamp": 1653805558933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:27:01.339Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:27:01.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805559228,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:27:01.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:27:01.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805559454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:27:01.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:27:01.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "policy-id",
"timestamp": 1653805553622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:01.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-29T06:27:01.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-29T06:27:01.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "cds",
"timestamp": 1653805559940,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-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-05-29T06:27:01.379Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:27:01.379Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:27:01.573Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0|INFO|500||Invoke
2022-05-29T06:27:01.588Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f203a558-e033-45ad-be56-07e150686fcf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[088e8bee-4661-4053-b779-e74b2b24a765], X-ECOMP-RequestID=[f203a558-e033-45ad-be56-07e150686fcf], X-TransactionId=[], X-ONAP-RequestID=[f203a558-e033-45ad-be56-07e150686fcf], Content-Type=[application/merge-patch+json]}
2022-05-29T06:27:01.814Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-29T06:27:02.443Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?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/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220529-06:27:01:032-96053], vertex-id=[188448], Content-Length=[0], Date=[Sun, 29 May 2022 06:27:01 GMT], Content-Type=[application/json]}
2022-05-29T06:27:02.447Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:27:02.449Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00c0a869-4136-4882-8feb-5b6683d278a8/model-vers/model-ver/6ad285ec-883c-4615-bae3-f3c302edcfab?depth=0|INFO|500||InvokeReturn
2022-05-29T06:27:02.458Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:27:02.463Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||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-05-29T06:27:02.473Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||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-05-29T06:27:02.476Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f203a558-e033-45ad-be56-07e150686fcf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:27:02.479Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:27:02.481Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:02.485Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:02.486Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805622477,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:27:02.586Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:27:02.588Z||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-05-29T06:27:02.589Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:02.606Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:02.608Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 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-05-29T06:27:03.525Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:27:03.526Z||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-05-29T06:27:03.535Z||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 Ild9c9EupdsupmEe) ...
2022-05-29T06:27:08.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:08.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-29T06:27:08.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a15948fb-2ae4-412f-a3c8-6beb7c9ac532","serviceName":"vFW 2022-05-29 06-23-07","serviceVersion":"1.0","serviceUUID":"06584685-de8f-4046-965d-9974fc9b38b4","serviceDescription":"catalog service description","serviceInvariantUUID":"f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82","resources":[{"resourceInstanceName":"vFW cc65452d-6ea5 0","resourceName":"vFW cc65452d-6ea5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1bd0c763-a05c-4873-b9c6-93aff42c4c0b","resourceInvariantUUID":"c9d71819-a358-424e-9f04-9db2ecd1a79d","resourceCustomizationUUID":"2f9cdfd6-92f7-435d-a617-ecc0b947142d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml","artifactChecksum":"NjE3NDY0Y2Y4NjgxNTBlZmE4NzZjYzc4MGVmNGI2ZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca0843d9-73c4-4f06-b92b-adee4704ce82","artifactVersion":"1"},{"artifactName":"vfwcc65452d6ea50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json","artifactChecksum":"NWUzZWMzYWVmOWQ5MjU3OGM4MjcyYTI0YjAwNzg2MzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1b722f5-fa60-4ff3-9ea9-b0a85f44dfc0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aa39332e-48f6-43f9-b8f2-206a14ba0c44","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml","artifactChecksum":"NzUzOTMzZjMzYTViZmY3NGFiOTM4MWRhODQ0NDc0ZDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"46d17f75-f089-40e6-baac-e6413a813ea5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0dd266c1-770e-4deb-adec-dd4d652cbb46","artifactVersion":"2","generatedFromUUID":"aa39332e-48f6-43f9-b8f2-206a14ba0c44"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220529062307-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml","artifactChecksum":"MWY2NjhlOGY2MjRkOWNmNzg0ZmNiYzhiOTEwNmI4M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0d4d344-8993-4628-8198-ca57a9e0edd3","artifactVersion":"1"},{"artifactName":"service-Vfw20220529062307-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar","artifactChecksum":"NmY4NzYyYWQxNmM4MGIzMDMzNDBmN2QyY2M2NjJiOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce11ea24-fda9-462f-b076-4ffaaf5b046d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:27:08.048Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:08.049Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:08.060Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:08.065Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:08.169Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-05-29T06:27:08.171Z||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-05-29T06:27:08.171Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:08.196Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:08.198Z||pool-19-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:09.066Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:09.067Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:09.072Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:09.073Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "NOTIFIED"
}
2022-05-29T06:27:09.173Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:27:09.174Z||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-05-29T06:27:09.174Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:09.199Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:09.200Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:10.073Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:10.074Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:10.077Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:10.078Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-29T06:27:10.178Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:27:10.179Z||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-05-29T06:27:10.180Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:10.196Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:10.197Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:11.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:11.084Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:11.093Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:11.094Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:11.193Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:27:11.195Z||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-05-29T06:27:11.195Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:11.214Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:11.215Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:12.096Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:12.097Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:12.101Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:12.103Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-29T06:27:12.201Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T06:27:12.203Z||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-05-29T06:27:12.203Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:12.222Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:12.223Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:13.104Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:13.105Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:13.109Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:13.109Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:27:13.211Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-29T06:27:13.213Z||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-05-29T06:27:13.214Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:13.229Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:13.230Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:14.110Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:27:14.111Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:14.115Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:14.115Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:27:14.215Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:27:14.250Z||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-05-29T06:27:14.251Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:14.266Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:14.267Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:27:15.118Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"serviceName": "vFW 2022-05-29 06-23-07",
"serviceVersion": "1.0",
"serviceUUID": "06584685-de8f-4046-965d-9974fc9b38b4",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82",
"resources": [
{
"resourceInstanceName": "vFW cc65452d-6ea5 0",
"resourceCustomizationUUID": "2f9cdfd6-92f7-435d-a617-ecc0b947142d",
"resourceName": "vFW cc65452d-6ea5",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "1bd0c763-a05c-4873-b9c6-93aff42c4c0b",
"resourceInvariantUUID": "c9d71819-a358-424e-9f04-9db2ecd1a79d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwcc65452d6ea50_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"artifactChecksum": "NWUzZWMzYWVmOWQ5MjU3OGM4MjcyYTI0YjAwNzg2MzM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "f1b722f5-fa60-4ff3-9ea9-b0a85f44dfc0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "aa39332e-48f6-43f9-b8f2-206a14ba0c44",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0dd266c1-770e-4deb-adec-dd4d652cbb46",
"generatedFromUUID": "aa39332e-48f6-43f9-b8f2-206a14ba0c44"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0dd266c1-770e-4deb-adec-dd4d652cbb46",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220529062307-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"artifactChecksum": "NmY4NzYyYWQxNmM4MGIzMDMzNDBmN2QyY2M2NjJiOGU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ce11ea24-fda9-462f-b076-4ffaaf5b046d"
}
],
"workloadContext": "Production"
}
2022-05-29T06:27:15.119Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:27:15.119Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06584685-de8f-4046-965d-9974fc9b38b4 ASDC
2022-05-29T06:27:15.120Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a15948fb-2ae4-412f-a3c8-6beb7c9ac532
ServiceName:vFW 2022-05-29 06-23-07
ServiceVersion:1.0
ServiceUUID:06584685-de8f-4046-965d-9974fc9b38b4
ServiceInvariantUUID:f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220529062307-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar
ArtifactUUID:ce11ea24-fda9-462f-b076-4ffaaf5b046d
ArtifactChecksum:NmY4NzYyYWQxNmM4MGIzMDMzNDBmN2QyY2M2NjJiOGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW cc65452d-6ea5 0
ResourceCustomizationUUID:2f9cdfd6-92f7-435d-a617-ecc0b947142d
ResourceInvariantUUID:c9d71819-a358-424e-9f04-9db2ecd1a79d
ResourceName:vFW cc65452d-6ea5
ResourceType:VF
ResourceUUID:1bd0c763-a05c-4873-b9c6-93aff42c4c0b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwcc65452d6ea50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json
ArtifactUUID:f1b722f5-fa60-4ff3-9ea9-b0a85f44dfc0
ArtifactChecksum:NWUzZWMzYWVmOWQ5MjU3OGM4MjcyYTI0YjAwNzg2MzM=
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/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml
ArtifactUUID:aa39332e-48f6-43f9-b8f2-206a14ba0c44
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/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
ArtifactUUID:0dd266c1-770e-4deb-adec-dd4d652cbb46
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/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
ArtifactUUID:0dd266c1-770e-4deb-adec-dd4d652cbb46
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-29T06:27:15.120Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06584685-de8f-4046-965d-9974fc9b38b4 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-05-29T06:27:15.190Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:27:15.191Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:27:15.191Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:27:15.192Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ce11ea24-fda9-462f-b076-4ffaaf5b046d from URL: /sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:15.192Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:27:15.192Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:15.374Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:27:15.384Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar ce11ea24-fda9-462f-b076-4ffaaf5b046d 98999
2022-05-29T06:27:15.388Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar ASDC sendASDCNotification
2022-05-29T06:27:15.389Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:15.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:27:15.391Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:15.399Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:15.401Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805635388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:27:15.498Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:27:15.499Z||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-05-29T06:27:15.500Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:15.517Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:15.520Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:16.401Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:27:16.403Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:27:16.404Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ce11ea24-fda9-462f-b076-4ffaaf5b046d, URL: /sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar to file: /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:16.405Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220529062307-csar.csar
2022-05-29T06:27:16.406Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:16.406Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:16.797Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9726567155318607893/Definitions/service-Vfw20220529062307-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-29T06:27:21.359Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:27:21.360Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-29T06:27:21.360Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.360Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.361Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.362Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.362Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.362Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.363Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.363Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cc65452d-6ea5 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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.363Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-Vfw20220529062307-csar.csar
2022-05-29T06:27:21.364Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-29T06:27:21.364Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.364Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.365Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:21.365Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-29T06:27:21.365Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:27:21.366Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.366Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.366Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:21.367Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-29T06:27:21.367Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:27:21.367Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.367Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.368Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.368Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:21.368Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:21.368Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:27:21.368Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.369Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.369Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.369Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:27:21.369Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:21.370Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:27:21.370Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:27:21.370Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.370Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.371Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:27:21.371Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.371Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:27:21.371Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.371Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-29T06:27:21.372Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.372Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:27:21.372Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.372Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:21.373Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:21.374Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.374Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:21.374Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:21.374Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.375Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:21.375Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:21.375Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.375Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:21.376Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:21.376Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-29T06:27:21.376Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:21.376Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:27:21.377Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:27:21.377Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.378Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.378Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:27:21.378Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.379Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:27:21.379Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.380Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6794532-a952-4344-99d8-d6f6f3287069
2022-05-29T06:27:21.380Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.381Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:21.381Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:21.381Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:27:21.381Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.382Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.382Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.382Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:27:21.382Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:21.382Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-29T06:27:21.383Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:27:21.383Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.383Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:27:21.383Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.383Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=768114ee-e2cd-47ee-9806-f86a13061848
2022-05-29T06:27:21.385Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.387Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:21.389Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:21.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:27:21.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.390Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:27:21.391Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:21.391Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:27:21.391Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:27:21.391Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:21.392Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:21.392Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-29T06:27:21.392Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a2f2cb8-f79d-4f25-89f2-fecf76325f0e
2022-05-29T06:27:21.393Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.393Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.393Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.393Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.394Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.394Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.394Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:21.394Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:21.395Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-29 06-23-07
Description:catalog service description
Model UUID:06584685-de8f-4046-965d-9974fc9b38b4
Model Version:NULL
Model InvariantUuid:f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW cc65452d-6ea5
Model UUID:55c23409-8ac5-4f4e-80c2-cf876289589d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c9d71819-a358-424e-9f04-9db2ecd1a79d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2f9cdfd6-92f7-435d-a617-ecc0b947142d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:aa03c6de-c133-456d-8714-b6e008469f8f
ModelName:VfwCc65452d6ea5..base_vfw..module-0
ModelUuid:71bfc028-0795-4077-a91c-b92932e83f13
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:b6794532-a952-4344-99d8-d6f6f3287069
ModelInvariantUuid:b9a84d5f-0266-4802-af4a-8404af6f50a7
ModelName:vFW cc65452d-6ea5-nodes.vfwCvfc
ModelUuid:5ad21136-46dd-4365-89b3-b460b4e9e3ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:30d764d0-a29b-4be1-8d52-89d18eef2198
ModelInvariantUuid:ce11125b-7a1a-42af-ba59-6e8e1a30c1fb
ModelName:VfwCc65452d6ea5.compute.nodes.heat.vfw
ModelUuid:3b633bd5-a068-4630-b7b6-cf06636aba53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:768114ee-e2cd-47ee-9806-f86a13061848
ModelInvariantUuid:dfd03c80-0fcf-4d61-9054-a21447e2d781
ModelName:vFW cc65452d-6ea5-nodes.vsnCvfc
ModelUuid:cec2ad0e-7ad1-4cc6-861b-f7c117383f7a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:21da0ed0-e5d0-42f0-bcca-347f1fdc6f04
ModelInvariantUuid:c80319b6-2115-4baa-a859-73987ad22d0b
ModelName:VfwCc65452d6ea5.compute.nodes.heat.vsn
ModelUuid:388288ae-2ef7-4cb9-b275-8b34d9bcd20c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5a2f2cb8-f79d-4f25-89f2-fecf76325f0e
ModelInvariantUuid:7e92afb8-485e-4725-ac20-558b2775e36a
ModelName:vFW cc65452d-6ea5-nodes.vpgCvfc
ModelUuid:a9a2b589-3835-412c-9ea8-87a5b6266567
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:397c36a9-5738-4831-b9f7-83c527784b04
ModelInvariantUuid:15358f39-f511-4ebc-9024-c15983170c61
ModelName:VfwCc65452d6ea5.compute.nodes.heat.vpg
ModelUuid:b7e80089-6e72-4a2a-bbd7-f2bf230b44b9
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-05-29T06:27:21.412Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 1bd0c763-a05c-4873-b9c6-93aff42c4c0b
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-05-29T06:27:21.426Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||vFW cc65452d-6ea5 0
2022-05-29T06:27:21.427Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1bd0c763-a05c-4873-b9c6-93aff42c4c0b
2022-05-29T06:27:21.428Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f1b722f5-fa60-4ff3-9ea9-b0a85f44dfc0 from URL: /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json
2022-05-29T06:27:21.428Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:27:21.428Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json
2022-05-29T06:27:21.937Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:27:21.938Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json f1b722f5-fa60-4ff3-9ea9-b0a85f44dfc0 785
2022-05-29T06:27:21.939Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json ASDC sendASDCNotification
2022-05-29T06:27:21.939Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json
2022-05-29T06:27:21.939Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:27:21.940Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:21.946Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:21.947Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805641939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:27:22.045Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T06:27:22.046Z||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-05-29T06:27:22.047Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:22.071Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:22.072Z||pool-27-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:22.948Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCc65452d6ea5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "aa03c6de-c133-456d-8714-b6e008469f8f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71bfc028-0795-4077-a91c-b92932e83f13",
"vfModuleModelCustomizationUUID": "860a860e-b88e-4ff1-a536-c087beeb7d37",
"isBase": true,
"artifacts": [
"aa39332e-48f6-43f9-b8f2-206a14ba0c44",
"0dd266c1-770e-4deb-adec-dd4d652cbb46"
],
"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-05-29T06:27:22.958Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCc65452d6ea5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71bfc028-0795-4077-a91c-b92932e83f13
VfModuleModelInvariantUUID:aa03c6de-c133-456d-8714-b6e008469f8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
aa39332e-48f6-43f9-b8f2-206a14ba0c44
,
0dd266c1-770e-4deb-adec-dd4d652cbb46
}
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-05-29T06:27:22.964Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwCc65452d6ea5..base_vfw..module-0",
"vfModuleModelInvariantUUID": "aa03c6de-c133-456d-8714-b6e008469f8f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "71bfc028-0795-4077-a91c-b92932e83f13",
"vfModuleModelCustomizationUUID": "860a860e-b88e-4ff1-a536-c087beeb7d37",
"isBase": true,
"artifacts": [
"aa39332e-48f6-43f9-b8f2-206a14ba0c44",
"0dd266c1-770e-4deb-adec-dd4d652cbb46"
],
"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-05-29T06:27:22.965Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCc65452d6ea5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71bfc028-0795-4077-a91c-b92932e83f13
VfModuleModelInvariantUUID:aa03c6de-c133-456d-8714-b6e008469f8f
VfModuleModelDescription:NULL
Artifacts UUID List:{
aa39332e-48f6-43f9-b8f2-206a14ba0c44
,
0dd266c1-770e-4deb-adec-dd4d652cbb46
}
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-05-29T06:27:22.966Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aa39332e-48f6-43f9-b8f2-206a14ba0c44 from URL: /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml
2022-05-29T06:27:22.966Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:27:22.966Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml
2022-05-29T06:27:23.529Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:27:23.531Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml aa39332e-48f6-43f9-b8f2-206a14ba0c44 20368
2022-05-29T06:27:23.533Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-29T06:27:23.533Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml
2022-05-29T06:27:23.533Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:27:23.534Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:23.537Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:23.538Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805643532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:27:23.638Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:27:23.641Z||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-05-29T06:27:23.641Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:23.659Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:23.660Z||pool-28-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:27:24.539Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0dd266c1-770e-4deb-adec-dd4d652cbb46 from URL: /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
2022-05-29T06:27:24.540Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:27:24.541Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
2022-05-29T06:27:24.930Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:27:24.931Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env 0dd266c1-770e-4deb-adec-dd4d652cbb46 2098
2022-05-29T06:27:24.932Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-29T06:27:24.932Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
2022-05-29T06:27:24.933Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:27:24.933Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:24.937Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:24.938Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805644932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:27:25.038Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:27:25.040Z||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-05-29T06:27:25.041Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:25.061Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:25.062Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:27:25.939Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 06584685-de8f-4046-965d-9974fc9b38b4
2022-05-29T06:27:25.940Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cc65452d-6ea5 0 1bd0c763-a05c-4873-b9c6-93aff42c4c0b 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-05-29T06:27:25.970Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13561136, org.onap.sdc.toscaparser.api.parameters.Input@1d5a0d8f, org.onap.sdc.toscaparser.api.parameters.Input@1f8f580, org.onap.sdc.toscaparser.api.parameters.Input@222265c8, org.onap.sdc.toscaparser.api.parameters.Input@1de0f1b]
2022-05-29T06:27:25.972Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:25.973Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:25.973Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-05-29T06:27:25.973Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2f9cdfd6-92f7-435d-a617-ecc0b947142d
2022-05-29T06:27:25.973Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f9cdfd6-92f7-435d-a617-ecc0b947142d matches Tosca VF Customization UUID: 2f9cdfd6-92f7-435d-a617-ecc0b947142d
2022-05-29T06:27:25.974Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2f9cdfd6-92f7-435d-a617-ecc0b947142d 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-05-29T06:27:25.978Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:25.978Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:25.979Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2f9cdfd6-92f7-435d-a617-ecc0b947142d: {\"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-05-29T06:27:25.980Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b0acc90
2022-05-29T06:27:25.980Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:25.980Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:27:25.981Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 860a860e-b88e-4ff1-a536-c087beeb7d37
2022-05-29T06:27:25.981Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 860a860e-b88e-4ff1-a536-c087beeb7d37
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-05-29T06:27:25.985Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:25.986Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:25.986Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:25.986Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:25.987Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:25.987Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:25.987Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:25.988Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:25.988Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:25.988Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-29T06:27:25.988Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:25.989Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:27:25.989Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:27:25.989Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:25.989Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:25.990Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:27:25.990Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:25.990Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:27:25.990Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:25.990Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b6794532-a952-4344-99d8-d6f6f3287069
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-05-29T06:27:25.995Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:25.996Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:25.996Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:25.997Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:25.998Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:25.998Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:25.998Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:27:25.999Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:25.999Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:25.999Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:25.999Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:27:26.000Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:26.000Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-29T06:27:26.000Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:27:26.000Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:26.001Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:27:26.001Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:26.001Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=768114ee-e2cd-47ee-9806-f86a13061848
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-05-29T06:27:26.005Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:26.005Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:26.005Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:26.010Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:26.011Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is not matching search criteria
2022-05-29T06:27:26.011Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:27:26.012Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:27:26.012Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:26.012Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:26.013Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:27:26.013Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:27:26.014Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:27:26.014Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:27:26.014Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:27:26.014Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:27:26.015Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:27:26.015Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-29T06:27:26.015Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5a2f2cb8-f79d-4f25-89f2-fecf76325f0e
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-05-29T06:27:26.026Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:26.027Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:26.027Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:27:26.028Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:26.028Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Node template vFW cc65452d-6ea5 0 is matching search criteria
2022-05-29T06:27:26.028Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW cc65452d-6ea5 0] matching following query criteria: sdcType=VF, customizationUUID=2f9cdfd6-92f7-435d-a617-ecc0b947142d
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-05-29T06:27:26.035Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:26.037Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.038Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 06584685-de8f-4046-965d-9974fc9b38b4: vFW cc65452d-6ea5
2022-05-29T06:27:26.038Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:26.038Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.039Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:26.039Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.039Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:26.040Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.040Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:26.040Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.041Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:27:26.041Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-23-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:27:26.041Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-05-29 06-23-07
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-05-29T06:27:26.474Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cc65452d-6ea5 1bd0c763-a05c-4873-b9c6-93aff42c4c0b 1 ASDC deployResourceStructure
2022-05-29T06:27:26.476Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json ASDC sendASDCNotification
2022-05-29T06:27:26.476Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json
2022-05-29T06:27:26.477Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:27:26.478Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:26.483Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:26.484Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805646476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "DEPLOY_OK"
}
2022-05-29T06:27:26.583Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-29T06:27:26.585Z||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-05-29T06:27:26.585Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:26.604Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:26.606Z||pool-30-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:27.490Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-29T06:27:27.491Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml
2022-05-29T06:27:27.492Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:27:27.492Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:27.496Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:27.497Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805647490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-29T06:27:27.597Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:27:27.598Z||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-05-29T06:27:27.598Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:27.615Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:27.616Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:28.505Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-29T06:27:28.505Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env
2022-05-29T06:27:28.508Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:27:28.509Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:28.512Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:28.512Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805648505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-29T06:27:28.614Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:27:28.616Z||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-05-29T06:27:28.616Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:28.650Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:28.651Z||pool-32-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:27:29.514Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar ASDC sendASDCNotification
2022-05-29T06:27:29.515Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar
2022-05-29T06:27:29.515Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-29T06:27:29.516Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:27:29.529Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:27:29.529Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805649514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:27:29.627Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T06:27:29.628Z||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-05-29T06:27:29.629Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:27:29.649Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:27:29.649Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:27:30.531Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:27:30.554Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:27:30.558Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:27:30.558Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:27:30.559Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:28:00.565Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:28:00.582Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:28:00.589Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:28:00.590Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:28:00.590Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:28:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:28:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:28:01.206Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:28:01.242Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:28:01.245Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:28:01.245Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805560446,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:28:01.247Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:28:30.590Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:28:30.618Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:28:30.641Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:28:30.641Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:28:30.641Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:29:00.642Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:29:00.654Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:29:00.664Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:29:00.664Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-29T06:29:00.664Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-29T06:29:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:29:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:29:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:29:01.238Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:29:01.240Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.240Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "policy-id",
"timestamp": 1653805553622,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:29:01.242Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.242Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.242Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805561929,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "policy-id",
"timestamp": 1653805561607,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.243Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805562955,
"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-05-29T06:29:01.250Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:29:01.251Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:29:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805562941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:29:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "clamp",
"timestamp": 1653805563169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "policy-id",
"timestamp": 1653805562612,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653805563959,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "DEPLOY_OK"
}
2022-05-29T06:29:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.263Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.263Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653805563946,
"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-05-29T06:29:01.270Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:29:01.271Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:29:01.283Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "clamp",
"timestamp": 1653805563169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "NOTIFIED"
}
2022-05-29T06:29:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.284Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "aai-ml",
"timestamp": 1653805562906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.285Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.285Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.285Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "policy-id",
"timestamp": 1653805563615,
"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-05-29T06:29:01.292Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:29:01.292Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:29:01.304Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.305Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "clamp",
"timestamp": 1653805563169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.305Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.305Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.305Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "aai-ml",
"timestamp": 1653805562906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.306Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.306Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.306Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "clamp",
"timestamp": 1653805563169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.306Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.306Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.307Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "aai-ml",
"timestamp": 1653805562906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.307Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.307Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.307Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "clamp",
"timestamp": 1653805563169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.308Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.308Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.308Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "aai-ml",
"timestamp": 1653805562906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.308Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.309Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.309Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "clamp",
"timestamp": 1653805563169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.309Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.309Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.309Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "aai-ml",
"timestamp": 1653805562906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "clamp",
"timestamp": 1653805563169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "aai-ml",
"timestamp": 1653805562906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.310Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "aai-ml",
"timestamp": 1653805562906,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "aai-ml",
"timestamp": 1653805570749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "clamp",
"timestamp": 1653805575489,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:29:01.311Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.312Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.312Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "clamp",
"timestamp": 1653805578492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:29:01.312Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.312Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.312Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "clamp",
"timestamp": 1653805579496,
"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-05-29T06:29:01.318Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:29:01.318Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:29:01.334Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.335Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "aai-ml",
"timestamp": 1653805585888,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:29:01.339Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:29:01.339Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:29:01.339Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "aai-ml",
"timestamp": 1653805586891,
"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-05-29T06:29:01.356Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a15948fb-2ae4-412f-a3c8-6beb7c9ac532
2022-05-29T06:29:01.356Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:29:30.665Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:29:30.683Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532
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-05-29T06:29:30.696Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-29T06:29:30.696Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-29T06:29:30.697Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-29T06:29:30.697Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-29T06:29:30.697Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:29:30.697Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:29:30.698Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:29:30.698Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:29:30.698Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:29:30.698Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-29T06:29:30.698Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-05-29T06:29:30.709Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-29T06:30:00.710Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532 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-05-29T06:30:00.721Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a15948fb-2ae4-412f-a3c8-6beb7c9ac532 and serviceModelVersionId: 06584685-de8f-4046-965d-9974fc9b38b4
2022-05-29T06:30:00.721Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82
2022-05-29T06:30:00.723Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0
2022-05-29T06:30:00.732Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-29T06:30:00.825Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0|INFO|500||Invoke
2022-05-29T06:30:00.826Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a15948fb-2ae4-412f-a3c8-6beb7c9ac532], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2e924b83-a118-4b27-8ab4-fd1efd8ea6c6], X-ECOMP-RequestID=[a15948fb-2ae4-412f-a3c8-6beb7c9ac532], X-TransactionId=[], X-ONAP-RequestID=[a15948fb-2ae4-412f-a3c8-6beb7c9ac532], Content-Type=[application/merge-patch+json]}
2022-05-29T06:30:00.872Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-29T06:30:01.204Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:30:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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-05-29T06:30:01.205Z|f203a558-e033-45ad-be56-07e150686fcf|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:30:01.244Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:01.245Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.246Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f203a558-e033-45ad-be56-07e150686fcf",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805622477,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:30:01.247Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.247Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.252Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:30:01.252Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:30:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "NOTIFIED"
}
2022-05-29T06:30:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:30:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.253Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-29T06:30:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:30:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:30:01.254Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:30:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-29T06:30:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:30:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.255Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:30:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:30:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805623525,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:30:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-29T06:30:01.256Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805635388,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:30:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.257Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805641939,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:30:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805643532,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:30:01.258Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805644932,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:30:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.259Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805646476,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/vfwcc65452d6ea50_modules.json",
"status": "DEPLOY_OK"
}
2022-05-29T06:30:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805647490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-29T06:30:01.260Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805648505,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/resourceInstances/vfwcc65452d6ea50/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-29T06:30:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.261Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-29T06:30:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805649514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062307/1.0/artifacts/service-Vfw20220529062307-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-29T06:30:01.262Z|f203a558-e033-45ad-be56-07e150686fcf|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-29T06:30:01.537Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?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/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220529-06:30:00:082-51029], vertex-id=[192728], Content-Length=[0], Date=[Sun, 29 May 2022 06:30:00 GMT], Content-Type=[application/json]}
2022-05-29T06:30:01.537Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-29T06:30:01.538Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f3890ecd-f7dc-47e3-aea2-6a7f7ed30d82/model-vers/model-ver/06584685-de8f-4046-965d-9974fc9b38b4?depth=0|INFO|500||InvokeReturn
2022-05-29T06:30:01.540Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-29T06:30:01.540Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-05-29T06:30:01.548Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||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-05-29T06:30:01.549Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a15948fb-2ae4-412f-a3c8-6beb7c9ac532 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-29T06:30:01.549Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-29T06:30:01.550Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:01.553Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:01.553Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "a15948fb-2ae4-412f-a3c8-6beb7c9ac532",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805801549,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-29T06:30:01.653Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:30:01.655Z||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-05-29T06:30:01.655Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:01.670Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:01.671Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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-05-29T06:30:02.573Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-29T06:30:02.574Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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-05-29T06:30:02.575Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|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 Ild9c9EupdsupmEe) ...
2022-05-29T06:30:07.054Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:07.055Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-29T06:30:07.055Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"388be8f4-2f48-4136-bb18-efb0a055e8d9","serviceName":"vFW 2022-05-29 06-26-17","serviceVersion":"1.0","serviceUUID":"ab4f092c-918a-464a-be6e-b6347781f651","serviceDescription":"catalog service description","serviceInvariantUUID":"28ff2ce5-9886-4e07-b688-3472f4d153e1","resources":[{"resourceInstanceName":"vFW 00f1fd20-bbfe 0","resourceName":"vFW 00f1fd20-bbfe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2884f60a-4951-4ea4-9d79-00a10f9281d9","resourceInvariantUUID":"b388c40b-3424-45ce-8922-88cadf80ede1","resourceCustomizationUUID":"0fae7649-5df6-4f1c-8f5a-765a782abce1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml","artifactChecksum":"ZTBkM2UyOGE5NWU0YWMwNjZlYzA4MWQ5YzY0YjQ1ODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c8b37eb-b908-4b8b-ae27-6c7dd841bc72","artifactVersion":"1"},{"artifactName":"vfw00f1fd20bbfe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json","artifactChecksum":"MTQzNDE2NzJjYWUxZjQxYWJhMDcxYWE2MGFmYTQxMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9795c0b7-a758-44a5-964a-8bce8c977c7c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6f21f8b2-2955-42c2-aec8-60cfabb10682","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml","artifactChecksum":"MTk0NDlkZWM5YmQ2ZDIwNzZlMjY2YzU1YTViYmU5YmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51f18165-c751-4956-b884-22f2ea4d571a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"00a11aea-766d-4209-8e7a-e6a83b7863eb","artifactVersion":"2","generatedFromUUID":"6f21f8b2-2955-42c2-aec8-60cfabb10682"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220529062617-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml","artifactChecksum":"ZmJkNmE0NmI5OGUwNjcwZDQ0OTA2MTYzYWRhOTkxNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c53c04d6-59a0-4a43-aca2-e02a25d7ff31","artifactVersion":"1"},{"artifactName":"service-Vfw20220529062617-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar","artifactChecksum":"M2VjZTFiOTQ0ZGVlOTA0YzkyNjViZDk0M2RiMGQ3ZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72fa9d28-d2b2-49b6-9cd8-88d71080ccb7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-29T06:30:07.066Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:07.067Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:07.077Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:07.080Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805802573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:30:07.177Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-29T06:30:07.178Z||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-05-29T06:30:07.178Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:07.197Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:07.197Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-29T06:30:08.084Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:08.085Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:08.114Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:08.114Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805802573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
"status": "NOTIFIED"
}
2022-05-29T06:30:08.189Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms
2022-05-29T06:30:08.191Z||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-05-29T06:30:08.192Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:08.208Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:08.209Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:09.115Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:09.117Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:09.124Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:09.125Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805802573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-29T06:30:09.223Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-29T06:30:09.225Z||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-05-29T06:30:09.225Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:09.244Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:09.245Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:10.126Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:10.127Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:10.130Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:10.130Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805802573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:30:10.230Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:30:10.232Z||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-05-29T06:30:10.232Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:10.248Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:10.250Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:11.131Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:11.132Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:11.135Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:11.135Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805802573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-29T06:30:11.235Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:30:11.236Z||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-05-29T06:30:11.236Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:11.251Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:11.251Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:12.136Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:12.137Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:12.140Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:12.140Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805802573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-29T06:30:12.240Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-29T06:30:12.242Z||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-05-29T06:30:12.242Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:12.259Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:12.260Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:13.141Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-29T06:30:13.142Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:13.145Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:13.146Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805802573,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
"status": "NOTIFIED"
}
2022-05-29T06:30:13.246Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:30:13.248Z||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-05-29T06:30:13.248Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:13.272Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:13.273Z||pool-41-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:14.148Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"serviceName": "vFW 2022-05-29 06-26-17",
"serviceVersion": "1.0",
"serviceUUID": "ab4f092c-918a-464a-be6e-b6347781f651",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "28ff2ce5-9886-4e07-b688-3472f4d153e1",
"resources": [
{
"resourceInstanceName": "vFW 00f1fd20-bbfe 0",
"resourceCustomizationUUID": "0fae7649-5df6-4f1c-8f5a-765a782abce1",
"resourceName": "vFW 00f1fd20-bbfe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2884f60a-4951-4ea4-9d79-00a10f9281d9",
"resourceInvariantUUID": "b388c40b-3424-45ce-8922-88cadf80ede1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw00f1fd20bbfe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
"artifactChecksum": "MTQzNDE2NzJjYWUxZjQxYWJhMDcxYWE2MGFmYTQxMGI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9795c0b7-a758-44a5-964a-8bce8c977c7c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "6f21f8b2-2955-42c2-aec8-60cfabb10682",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "00a11aea-766d-4209-8e7a-e6a83b7863eb",
"generatedFromUUID": "6f21f8b2-2955-42c2-aec8-60cfabb10682"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "00a11aea-766d-4209-8e7a-e6a83b7863eb",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220529062617-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
"artifactChecksum": "M2VjZTFiOTQ0ZGVlOTA0YzkyNjViZDk0M2RiMGQ3ZjE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "72fa9d28-d2b2-49b6-9cd8-88d71080ccb7"
}
],
"workloadContext": "Production"
}
2022-05-29T06:30:14.149Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-29T06:30:14.149Z|a15948fb-2ae4-412f-a3c8-6beb7c9ac532|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab4f092c-918a-464a-be6e-b6347781f651 ASDC
2022-05-29T06:30:14.150Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:388be8f4-2f48-4136-bb18-efb0a055e8d9
ServiceName:vFW 2022-05-29 06-26-17
ServiceVersion:1.0
ServiceUUID:ab4f092c-918a-464a-be6e-b6347781f651
ServiceInvariantUUID:28ff2ce5-9886-4e07-b688-3472f4d153e1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220529062617-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar
ArtifactUUID:72fa9d28-d2b2-49b6-9cd8-88d71080ccb7
ArtifactChecksum:M2VjZTFiOTQ0ZGVlOTA0YzkyNjViZDk0M2RiMGQ3ZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 00f1fd20-bbfe 0
ResourceCustomizationUUID:0fae7649-5df6-4f1c-8f5a-765a782abce1
ResourceInvariantUUID:b388c40b-3424-45ce-8922-88cadf80ede1
ResourceName:vFW 00f1fd20-bbfe
ResourceType:VF
ResourceUUID:2884f60a-4951-4ea4-9d79-00a10f9281d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw00f1fd20bbfe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json
ArtifactUUID:9795c0b7-a758-44a5-964a-8bce8c977c7c
ArtifactChecksum:MTQzNDE2NzJjYWUxZjQxYWJhMDcxYWE2MGFmYTQxMGI=
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/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml
ArtifactUUID:6f21f8b2-2955-42c2-aec8-60cfabb10682
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/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
ArtifactUUID:00a11aea-766d-4209-8e7a-e6a83b7863eb
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/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
ArtifactUUID:00a11aea-766d-4209-8e7a-e6a83b7863eb
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-29T06:30:14.150Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab4f092c-918a-464a-be6e-b6347781f651 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-05-29T06:30:14.204Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:30:14.205Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:30:14.205Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:30:14.205Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 72fa9d28-d2b2-49b6-9cd8-88d71080ccb7 from URL: /sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:14.206Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:30:14.207Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:14.561Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:30:14.583Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar 72fa9d28-d2b2-49b6-9cd8-88d71080ccb7 99029
2022-05-29T06:30:14.584Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar ASDC sendASDCNotification
2022-05-29T06:30:14.584Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:14.584Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:30:14.585Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:14.590Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:14.590Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805814584,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:30:14.692Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:30:14.693Z||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-05-29T06:30:14.694Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:14.710Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:14.711Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:15.591Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-29T06:30:15.593Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-29T06:30:15.593Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 72fa9d28-d2b2-49b6-9cd8-88d71080ccb7, URL: /sdc/v1/catalog/services/Vfw20220529062617/1.0/artifacts/service-Vfw20220529062617-csar.csar to file: /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:15.594Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220529062617-csar.csar
2022-05-29T06:30:15.596Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:15.596Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:15.969Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8591762780931868769/Definitions/service-Vfw20220529062617-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-05-29T06:30:20.120Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-29T06:30:20.121Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-29T06:30:20.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-29T06:30:20.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.122Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.123Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.124Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 00f1fd20-bbfe 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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.124Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.124Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.124Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.124Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||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-Vfw20220529062617-csar.csar
2022-05-29T06:30:20.125Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-29T06:30:20.125Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.125Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.126Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:20.126Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-29T06:30:20.126Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:30:20.127Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.127Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.129Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:20.129Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-29T06:30:20.130Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-29T06:30:20.131Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.131Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.132Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.132Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:20.133Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:20.133Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:30:20.133Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.133Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.134Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:30:20.134Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.134Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:20.134Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:30:20.134Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:30:20.135Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.135Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.135Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:30:20.136Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.136Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:30:20.137Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.137Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-29T06:30:20.137Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.138Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:30:20.138Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.139Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:20.139Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:20.139Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.140Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:20.140Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:20.140Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.140Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:20.141Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:20.141Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.141Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:20.142Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:20.142Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-29T06:30:20.142Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:20.142Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:30:20.142Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:30:20.143Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.144Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2ade14cc-0706-4b28-8a5f-ffa3f7d647a7
2022-05-29T06:30:20.144Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.144Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:20.144Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:20.145Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:30:20.145Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.145Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.146Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:30:20.146Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.146Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:20.146Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-29T06:30:20.147Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:30:20.147Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.147Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:30:20.147Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.147Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=87d54678-e151-4135-8df5-2e14ce062077
2022-05-29T06:30:20.148Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.148Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:20.148Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:20.149Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-29T06:30:20.153Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.154Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.154Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-29T06:30:20.155Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.155Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:20.157Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:30:20.157Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:30:20.158Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:20.158Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:20.158Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-29T06:30:20.159Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=22148b77-ff76-4d55-93c7-614846102263
2022-05-29T06:30:20.159Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.159Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.160Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.160Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.160Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:20.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:20.161Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-29 06-26-17
Description:catalog service description
Model UUID:ab4f092c-918a-464a-be6e-b6347781f651
Model Version:NULL
Model InvariantUuid:28ff2ce5-9886-4e07-b688-3472f4d153e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 00f1fd20-bbfe
Model UUID:0e2f9dcb-c41b-4e6c-aa4c-2c30ef386001
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b388c40b-3424-45ce-8922-88cadf80ede1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0fae7649-5df6-4f1c-8f5a-765a782abce1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:0d0f61f8-a9ec-4bab-83fe-7784290e33ec
ModelName:Vfw00f1fd20Bbfe..base_vfw..module-0
ModelUuid:8f106761-2fab-4e99-b101-c75e7a7d21f1
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2ade14cc-0706-4b28-8a5f-ffa3f7d647a7
ModelInvariantUuid:a258eac1-3ec9-4465-85e2-2b58f746dcf0
ModelName:vFW 00f1fd20-bbfe-nodes.vfwCvfc
ModelUuid:e88e7285-fbca-4db6-b6f0-39b852fa3819
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:032040df-c11d-429f-98d1-6788153c9236
ModelInvariantUuid:4bd53b7a-f45b-4602-b140-f45681ff453d
ModelName:Vfw00f1fd20Bbfe.compute.nodes.heat.vfw
ModelUuid:7fb25641-704f-4eac-8170-07312a5fd848
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:87d54678-e151-4135-8df5-2e14ce062077
ModelInvariantUuid:98bbb00f-d602-48ea-b6f5-d120d04c122e
ModelName:vFW 00f1fd20-bbfe-nodes.vsnCvfc
ModelUuid:dd99b445-cc38-4203-b424-644f213a86da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:9e18148a-1366-4737-bf54-31e39dd3bd1b
ModelInvariantUuid:62be0a84-b2cb-4679-8e70-a7fc06993ea8
ModelName:Vfw00f1fd20Bbfe.compute.nodes.heat.vsn
ModelUuid:359c6201-36c4-4433-80b9-c7d31c8f2a35
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:22148b77-ff76-4d55-93c7-614846102263
ModelInvariantUuid:5e05c5ef-1600-42ea-b35a-43d7514f305a
ModelName:vFW 00f1fd20-bbfe-nodes.vpgCvfc
ModelUuid:b3681fc6-868b-4177-a36e-8ec90b302771
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a770feac-864d-430b-b24b-9e63af25fef0
ModelInvariantUuid:1d2b0c9b-4b88-4688-b90a-f268bf9819aa
ModelName:Vfw00f1fd20Bbfe.compute.nodes.heat.vpg
ModelUuid:fed2415e-9625-42d1-89bd-7db084e07269
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-05-29T06:30:20.187Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 2884f60a-4951-4ea4-9d79-00a10f9281d9
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-05-29T06:30:20.198Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||vFW 00f1fd20-bbfe 0
2022-05-29T06:30:20.199Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2884f60a-4951-4ea4-9d79-00a10f9281d9
2022-05-29T06:30:20.199Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9795c0b7-a758-44a5-964a-8bce8c977c7c from URL: /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json
2022-05-29T06:30:20.199Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:30:20.199Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json
2022-05-29T06:30:20.674Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:30:20.675Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json 9795c0b7-a758-44a5-964a-8bce8c977c7c 785
2022-05-29T06:30:20.675Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json ASDC sendASDCNotification
2022-05-29T06:30:20.675Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json
2022-05-29T06:30:20.675Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:30:20.676Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:20.678Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:20.678Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805820675,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/vfw00f1fd20bbfe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:30:20.779Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-29T06:30:20.780Z||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-05-29T06:30:20.780Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:20.802Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:20.803Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:21.679Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw00f1fd20Bbfe..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0d0f61f8-a9ec-4bab-83fe-7784290e33ec",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8f106761-2fab-4e99-b101-c75e7a7d21f1",
"vfModuleModelCustomizationUUID": "6934010c-ee7b-4fde-af70-9dab1ad56c02",
"isBase": true,
"artifacts": [
"6f21f8b2-2955-42c2-aec8-60cfabb10682",
"00a11aea-766d-4209-8e7a-e6a83b7863eb"
],
"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-05-29T06:30:21.686Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw00f1fd20Bbfe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f106761-2fab-4e99-b101-c75e7a7d21f1
VfModuleModelInvariantUUID:0d0f61f8-a9ec-4bab-83fe-7784290e33ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f21f8b2-2955-42c2-aec8-60cfabb10682
,
00a11aea-766d-4209-8e7a-e6a83b7863eb
}
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-05-29T06:30:21.690Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw00f1fd20Bbfe..base_vfw..module-0",
"vfModuleModelInvariantUUID": "0d0f61f8-a9ec-4bab-83fe-7784290e33ec",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "8f106761-2fab-4e99-b101-c75e7a7d21f1",
"vfModuleModelCustomizationUUID": "6934010c-ee7b-4fde-af70-9dab1ad56c02",
"isBase": true,
"artifacts": [
"6f21f8b2-2955-42c2-aec8-60cfabb10682",
"00a11aea-766d-4209-8e7a-e6a83b7863eb"
],
"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-05-29T06:30:21.691Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw00f1fd20Bbfe..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f106761-2fab-4e99-b101-c75e7a7d21f1
VfModuleModelInvariantUUID:0d0f61f8-a9ec-4bab-83fe-7784290e33ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f21f8b2-2955-42c2-aec8-60cfabb10682
,
00a11aea-766d-4209-8e7a-e6a83b7863eb
}
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-05-29T06:30:21.693Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6f21f8b2-2955-42c2-aec8-60cfabb10682 from URL: /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml
2022-05-29T06:30:21.693Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:30:21.695Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml
2022-05-29T06:30:21.970Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:30:21.972Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml 6f21f8b2-2955-42c2-aec8-60cfabb10682 20368
2022-05-29T06:30:21.972Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-29T06:30:21.973Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml
2022-05-29T06:30:21.973Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:30:21.974Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:21.990Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:21.990Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805821972,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:30:22.077Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-05-29T06:30:22.079Z||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-05-29T06:30:22.079Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:22.096Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:22.096Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:22.991Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 00a11aea-766d-4209-8e7a-e6a83b7863eb from URL: /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
2022-05-29T06:30:22.991Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-29T06:30:22.992Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
2022-05-29T06:30:23.532Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-29T06:30:23.533Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env 00a11aea-766d-4209-8e7a-e6a83b7863eb 2098
2022-05-29T06:30:23.534Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-29T06:30:23.534Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env
2022-05-29T06:30:23.534Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-29T06:30:23.534Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-29T06:30:23.539Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-29T06:30:23.539Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "388be8f4-2f48-4136-bb18-efb0a055e8d9",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653805823534,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220529062617/1.0/resourceInstances/vfw00f1fd20bbfe0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-29T06:30:23.640Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-29T06:30:23.643Z||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-05-29T06:30:23.643Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Ild9c9EupdsupmEe) ...
2022-05-29T06:30:23.662Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-29T06:30:23.663Z||pool-45-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-29T06:30:24.540Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ab4f092c-918a-464a-be6e-b6347781f651
2022-05-29T06:30:24.541Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 00f1fd20-bbfe 0 2884f60a-4951-4ea4-9d79-00a10f9281d9 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-05-29T06:30:24.573Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32386077, org.onap.sdc.toscaparser.api.parameters.Input@7fcb4a27, org.onap.sdc.toscaparser.api.parameters.Input@4f271803, org.onap.sdc.toscaparser.api.parameters.Input@149eb92b, org.onap.sdc.toscaparser.api.parameters.Input@65d45817]
2022-05-29T06:30:24.576Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:24.577Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:24.579Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-05-29T06:30:24.579Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 0fae7649-5df6-4f1c-8f5a-765a782abce1
2022-05-29T06:30:24.579Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fae7649-5df6-4f1c-8f5a-765a782abce1 matches Tosca VF Customization UUID: 0fae7649-5df6-4f1c-8f5a-765a782abce1
2022-05-29T06:30:24.580Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 0fae7649-5df6-4f1c-8f5a-765a782abce1 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-05-29T06:30:24.585Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:24.592Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-29T06:30:24.594Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 0fae7649-5df6-4f1c-8f5a-765a782abce1: {\"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-05-29T06:30:24.595Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56cde3c3
2022-05-29T06:30:24.596Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:24.596Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-05-29 06-26-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-29T06:30:24.597Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6934010c-ee7b-4fde-af70-9dab1ad56c02
2022-05-29T06:30:24.597Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6934010c-ee7b-4fde-af70-9dab1ad56c02
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-05-29T06:30:24.607Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:24.611Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:24.612Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:24.613Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:24.613Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:24.614Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:24.614Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:24.615Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is not matching search criteria
2022-05-29T06:30:24.615Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-29T06:30:24.616Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-29T06:30:24.621Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-29T06:30:24.622Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-29T06:30:24.622Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-29T06:30:24.622Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-29T06:30:24.623Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:24.623Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-29T06:30:24.623Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-29T06:30:24.624Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-29T06:30:24.624Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-29T06:30:24.624Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2ade14cc-0706-4b28-8a5f-ffa3f7d647a7
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-05-29T06:30:24.633Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-29T06:30:24.634Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Node template vFW 00f1fd20-bbfe 0 is matching search criteria
2022-05-29T06:30:24.634Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 00f1fd20-bbfe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-29T06:30:24.635Z|388be8f4-2f48-4136-bb18-efb0a055e8d9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery