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-22T05:22:21.767Z||main|||||INFO|500||The following profiles are active: basic
2022-05-22T05:22:32.396Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-22T05:22:32.396Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-22T05:22:32.480Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-22T05:22:36.093Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-22T05:22:36.549Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-22T05:22:36.908Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-22T05:22:36.914Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-22T05:22:36.993Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-22T05:22:37.169Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-22T05:22:37.610Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-22T05:22:39.143Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-22T05:22:40.842Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-22T05:22:40.893Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-22T05:22:41.507Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-22T05:22:41.656Z||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-22T05:22:42.327Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-22T05:22:43.141Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-22T05:22:43.165Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-22T05:22:43.165Z||main|||||WARN|500||The sdc end point is not alive
2022-05-22T05:22:45.182Z||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-22T05:22:47.648Z||main|||||WARN|500||---
2022-05-22T05:22:47.648Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-22T05:22:47.648Z||main|||||WARN|500||---
2022-05-22T05:22:47.982Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-22T05:22:52.935Z||main|||||INFO|500||Started Application in 33.988 seconds (JVM running for 35.761)
2022-05-22T05:22:52.974Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-22T05:22:52.980Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-22T05:22:53.007Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-22T05:22:53.071Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-22T05:22:53.135Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa7c57f6-1924-478f-a106-188da9d667db url= /sdc/v1/artifactTypes
2022-05-22T05:22:53.136Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-22T05:22:53.399Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-22T05:22:53.428Z||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-22T05:22:53.466Z||scheduling-1|||||DEBUG|500||create keys
2022-05-22T05:22:53.475Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-22T05:22:53.510Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:22:53.532Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9f35de84-fab8-4d0c-a0e5-9cc05d7480a7 url= /sdc/v1/registerForDistribution
2022-05-22T05:22:53.793Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9f35de84-fab8-4d0c-a0e5-9cc05d7480a7 url= /sdc/v1/registerForDistribution
2022-05-22T05:22:53.794Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-22T05:22:53.813Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:22:53.819Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:22:53.826Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-22T05:22:53.835Z||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-22T05:22:53.836Z||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 kfud54K0r616e16l) ...
2022-05-22T05:22:53.836Z||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-22T05:22:53.836Z||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 kfud54K0r616e16l) ...
2022-05-22T05:23:04.160Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:23:04.160Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:23:53.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:23:53.811Z||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-22T05:23:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:23:53.814Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:23:53.815Z||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-22T05:23:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:24:03.378Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:24:03.381Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:24:53.809Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:24:53.811Z||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-22T05:24:53.812Z||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 kfud54K0r616e16l) ...
2022-05-22T05:24:53.814Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:24:53.815Z||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-22T05:24:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:25:03.416Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:25:03.416Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:25:53.811Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:25:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:25:53.814Z||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-22T05:25:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:25:53.819Z||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-22T05:25:53.819Z||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 kfud54K0r616e16l) ...
2022-05-22T05:26:03.383Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:26:03.384Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:26:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:26:53.810Z||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-22T05:26:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:26:53.813Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:26:53.814Z||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-22T05:26:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:27:03.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:27:03.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:27:53.810Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:27:53.812Z||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-22T05:27:53.812Z||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 kfud54K0r616e16l) ...
2022-05-22T05:27:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:27:53.814Z||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-22T05:27:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:28:03.381Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:28:03.382Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:28:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:28:53.810Z||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-22T05:28:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:28:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:28:53.816Z||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-22T05:28:53.816Z||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 kfud54K0r616e16l) ...
2022-05-22T05:29:03.362Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:29:03.363Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:29:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:29:53.810Z||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-22T05:29:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:29:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:29:53.815Z||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-22T05:29:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:30:03.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:30:03.374Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:30:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:30:53.811Z||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-22T05:30:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:30:53.816Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:30:53.817Z||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-22T05:30:53.817Z||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 kfud54K0r616e16l) ...
2022-05-22T05:31:03.380Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:31:03.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:31:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:31:53.810Z||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-22T05:31:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:31:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:31:53.814Z||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-22T05:31:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:32:03.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:32:03.379Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:32:34.346Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-22T05:32:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:32:53.811Z||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-22T05:32:53.812Z||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 kfud54K0r616e16l) ...
2022-05-22T05:32:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:32:53.814Z||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-22T05:32:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:33:03.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:33:03.358Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:33:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:33:53.810Z||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-22T05:33:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:33:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:33:53.814Z||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-22T05:33:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:34:03.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:34:03.362Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:34:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:34:53.810Z||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-22T05:34:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:34:53.813Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:34:53.814Z||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-22T05:34:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:35:03.377Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:35:03.378Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:35:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:35:53.810Z||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-22T05:35:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:35:53.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:35:53.814Z||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-22T05:35:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:36:03.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:36:03.390Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:36:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:36:53.810Z||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-22T05:36:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:36:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:36:53.814Z||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-22T05:36:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:37:03.376Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:37:03.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:37:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:37:53.810Z||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-22T05:37:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:37:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:37:53.814Z||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-22T05:37:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:38:03.377Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:38:03.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:38:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:38:53.810Z||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-22T05:38:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:38:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:38:53.814Z||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-22T05:38:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:39:03.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:39:03.379Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:39:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:39:53.811Z||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-22T05:39:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:39:53.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:39:53.814Z||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-22T05:39:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:40:03.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:40:03.369Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:40:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:40:53.810Z||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-22T05:40:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:40:53.813Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:40:53.814Z||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-22T05:40:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:41:03.360Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:41:03.386Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:41:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:41:53.810Z||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-22T05:41:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:41:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:41:53.814Z||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-22T05:41:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:42:03.390Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:42:03.392Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:42:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:42:53.810Z||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-22T05:42:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:42:53.813Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:42:53.814Z||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-22T05:42:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:43:03.355Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:43:03.376Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:43:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:43:53.810Z||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-22T05:43:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:43:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:43:53.814Z||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-22T05:43:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:44:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:44:03.379Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:44:53.809Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:44:53.810Z||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-22T05:44:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:44:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:44:53.814Z||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-22T05:44:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:45:03.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:45:03.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:45:53.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:45:53.810Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T05:45:53.810Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kfud54K0r616e16l) ...
2022-05-22T05:45:53.814Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:45:53.814Z||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-22T05:45:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:46:03.403Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:46:03.403Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:46:53.809Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:46:53.813Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-22T05:46:53.813Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as kfud54K0r616e16l) ...
2022-05-22T05:46:53.813Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:46:53.814Z||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-22T05:46:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:47:03.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:47:03.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:47:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:47:53.810Z||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-22T05:47:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:47:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:47:53.814Z||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-22T05:47:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:48:03.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:48:03.392Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:48:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:48:53.810Z||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-22T05:48:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:48:53.813Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:48:53.814Z||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-22T05:48:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:49:03.350Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:49:03.353Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:49:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:49:53.810Z||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-22T05:49:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:49:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:49:53.814Z||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-22T05:49:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:50:03.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:50:03.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:50:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:50:53.810Z||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-22T05:50:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:50:53.813Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:50:53.814Z||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-22T05:50:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:51:03.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:51:03.384Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:51:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:51:53.810Z||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-22T05:51:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:51:53.813Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:51:53.814Z||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-22T05:51:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:51:54.134Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-22T05:52:03.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:52:03.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:52:53.809Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:52:53.811Z||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-22T05:52:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:52:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:52:53.814Z||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-22T05:52:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:53:03.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:53:03.362Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:53:53.810Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:53:53.811Z||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-22T05:53:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:53:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:53:53.814Z||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-22T05:53:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:54:03.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:54:03.357Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:54:53.809Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:54:53.811Z||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-22T05:54:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:54:53.813Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:54:53.814Z||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-22T05:54:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:55:03.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:55:03.387Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:55:53.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:55:53.810Z||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-22T05:55:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:55:53.813Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:55:53.814Z||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-22T05:55:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:56:03.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:56:03.373Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:56:53.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:56:53.810Z||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-22T05:56:53.811Z||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 kfud54K0r616e16l) ...
2022-05-22T05:56:53.813Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:56:53.814Z||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-22T05:56:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:57:03.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:57:03.372Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:57:53.809Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:57:53.810Z||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-22T05:57:53.810Z||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 kfud54K0r616e16l) ...
2022-05-22T05:57:53.813Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:57:53.814Z||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-22T05:57:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:57:54.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:57:54.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e92038c9-ab84-4522-a397-4fae7835b632","serviceName":"vFW 2022-05-22 05-56-17","serviceVersion":"1.0","serviceUUID":"7f7c7542-ebe2-4aa9-9b54-859e41fd3606","serviceDescription":"catalog service description","serviceInvariantUUID":"f77cb44c-457e-40ad-9687-48062407b9d5","resources":[{"resourceInstanceName":"vFW a2211fd3-68f8 0","resourceName":"vFW a2211fd3-68f8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80bb9cc2-66bc-4a00-b16b-3e09fc32113b","resourceInvariantUUID":"ed96cb03-a3dd-4395-ac7f-4c9a89d21d93","resourceCustomizationUUID":"544f8360-48c8-43b1-b530-1027919c88cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml","artifactChecksum":"NTlmYjQ5MThhODAyN2UzOGZiM2E1NmQxZjdmZjdlMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fff25624-7616-44e6-95ec-e85fc7dd60b2","artifactVersion":"1"},{"artifactName":"vfwa2211fd368f80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json","artifactChecksum":"YWIzM2YyMzI5YmU0YzMzMWE4YmEzOWY4OWUzMDJjMDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6b994fcd-2f69-48a2-99d0-784217fc38a0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml","artifactChecksum":"NmEyZmViYWE1MmRmNWQ2MmU3OWU1ZjNlMDExOGU2ZDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df531a9b-bdce-47d4-ad54-4c33bacedb9e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"161dc3ce-d3f6-48c1-98f4-11977948c386","artifactVersion":"2","generatedFromUUID":"d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220522055617-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml","artifactChecksum":"YWQ3NzJlM2U2ZGU4NzBhZjNmMWRkNDY5NDk2OGY3MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1d17dfc-0860-45d9-836b-c51373100763","artifactVersion":"1"},{"artifactName":"service-Vfw20220522055617-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar","artifactChecksum":"NjM5ZGIwZGJlMDc2MTZhNGJjMjRmNzY1MjQ5OWU0ZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36a662d3-043d-4133-b6da-6c4e34e8107d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T05:57:54.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:57:54.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.449Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:54.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "clamp",
"timestamp": 1653199048872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.454Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:54.463Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:54.463Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.464Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "cds",
"timestamp": 1653199057249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "policy-id",
"timestamp": 1653199058977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "cds",
"timestamp": 1653199057249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "clamp",
"timestamp": 1653199048872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "policy-id",
"timestamp": 1653199058977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "cds",
"timestamp": 1653199057249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "clamp",
"timestamp": 1653199048872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "policy-id",
"timestamp": 1653199058977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "cds",
"timestamp": 1653199057249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "clamp",
"timestamp": 1653199048872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "policy-id",
"timestamp": 1653199058977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "cds",
"timestamp": 1653199057249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "clamp",
"timestamp": 1653199048872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "aai-ml",
"timestamp": 1653199062509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "policy-id",
"timestamp": 1653199058977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "cds",
"timestamp": 1653199057249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "clamp",
"timestamp": 1653199048872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "aai-ml",
"timestamp": 1653199062509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "policy-id",
"timestamp": 1653199058977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "cds",
"timestamp": 1653199057249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "clamp",
"timestamp": 1653199048872,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "aai-ml",
"timestamp": 1653199062509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "policy-id",
"timestamp": 1653199058977,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199065427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199065771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "aai-ml",
"timestamp": 1653199062509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199065427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "cds",
"timestamp": 1653199066858,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "policy-id",
"timestamp": 1653199066920,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199065771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "aai-ml",
"timestamp": 1653199062509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199066924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199065427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "cds",
"timestamp": 1653199067876,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-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-22T05:57:54.564Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-22T05:57:54.567Z||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-22T05:57:54.567Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
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-22T05:57:54.584Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:57:54.585Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-22T05:57:54.624Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:57:54.640Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:57:54.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "policy-id",
"timestamp": 1653199067933,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T05:57:54.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:57:54.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199065771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "aai-ml",
"timestamp": 1653199062509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199066924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199065427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "policy-id",
"timestamp": 1653199068939,
"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-22T05:57:54.682Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:57:54.682Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199065771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "aai-ml",
"timestamp": 1653199062509,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199066924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199065427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199065771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199066924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199065427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "aai-ml",
"timestamp": 1653199070517,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199065771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199066924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199065427,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199065771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199066924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199073751,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199066924,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:57:54.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:57:55.469Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:55.470Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:55.472Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:55.472Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "NOTIFIED"
}
2022-05-22T05:57:55.573Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T05:57:55.574Z||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-22T05:57:55.574Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:57:55.600Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:57:55.601Z||pool-4-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:57:56.473Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:56.474Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:56.477Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:56.477Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-22T05:57:56.577Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:57:56.578Z||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-22T05:57:56.579Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:57:56.597Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:57:56.597Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:57:57.477Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:57.478Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:57.482Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:57.482Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:57.584Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-22T05:57:57.585Z||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-22T05:57:57.586Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:57:57.601Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:57:57.602Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:57:58.483Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:58.484Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:58.496Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:58.496Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-22T05:57:58.592Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-22T05:57:58.595Z||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-22T05:57:58.595Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:57:58.607Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:57:58.608Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:57:59.500Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:57:59.500Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:57:59.502Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:57:59.503Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:57:59.604Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T05:57:59.605Z||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-22T05:57:59.605Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:57:59.616Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:57:59.617Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:00.503Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T05:58:00.504Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:00.507Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:00.507Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:58:00.608Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T05:58:00.609Z||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-22T05:58:00.609Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:00.625Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:58:00.625Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-22T05:58:01.510Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"serviceName": "vFW 2022-05-22 05-56-17",
"serviceVersion": "1.0",
"serviceUUID": "7f7c7542-ebe2-4aa9-9b54-859e41fd3606",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "f77cb44c-457e-40ad-9687-48062407b9d5",
"resources": [
{
"resourceInstanceName": "vFW a2211fd3-68f8 0",
"resourceCustomizationUUID": "544f8360-48c8-43b1-b530-1027919c88cf",
"resourceName": "vFW a2211fd3-68f8",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "80bb9cc2-66bc-4a00-b16b-3e09fc32113b",
"resourceInvariantUUID": "ed96cb03-a3dd-4395-ac7f-4c9a89d21d93",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwa2211fd368f80_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"artifactChecksum": "YWIzM2YyMzI5YmU0YzMzMWE4YmEzOWY4OWUzMDJjMDU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "6b994fcd-2f69-48a2-99d0-784217fc38a0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "161dc3ce-d3f6-48c1-98f4-11977948c386",
"generatedFromUUID": "d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "161dc3ce-d3f6-48c1-98f4-11977948c386",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220522055617-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"artifactChecksum": "NjM5ZGIwZGJlMDc2MTZhNGJjMjRmNzY1MjQ5OWU0ZGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "36a662d3-043d-4133-b6da-6c4e34e8107d"
}
],
"workloadContext": "Production"
}
2022-05-22T05:58:01.512Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T05:58:01.512Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7f7c7542-ebe2-4aa9-9b54-859e41fd3606 ASDC
2022-05-22T05:58:01.586Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e92038c9-ab84-4522-a397-4fae7835b632
ServiceName:vFW 2022-05-22 05-56-17
ServiceVersion:1.0
ServiceUUID:7f7c7542-ebe2-4aa9-9b54-859e41fd3606
ServiceInvariantUUID:f77cb44c-457e-40ad-9687-48062407b9d5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220522055617-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar
ArtifactUUID:36a662d3-043d-4133-b6da-6c4e34e8107d
ArtifactChecksum:NjM5ZGIwZGJlMDc2MTZhNGJjMjRmNzY1MjQ5OWU0ZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a2211fd3-68f8 0
ResourceCustomizationUUID:544f8360-48c8-43b1-b530-1027919c88cf
ResourceInvariantUUID:ed96cb03-a3dd-4395-ac7f-4c9a89d21d93
ResourceName:vFW a2211fd3-68f8
ResourceType:VF
ResourceUUID:80bb9cc2-66bc-4a00-b16b-3e09fc32113b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa2211fd368f80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json
ArtifactUUID:6b994fcd-2f69-48a2-99d0-784217fc38a0
ArtifactChecksum:YWIzM2YyMzI5YmU0YzMzMWE4YmEzOWY4OWUzMDJjMDU=
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/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml
ArtifactUUID:d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4
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/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
ArtifactUUID:161dc3ce-d3f6-48c1-98f4-11977948c386
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/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
ArtifactUUID:161dc3ce-d3f6-48c1-98f4-11977948c386
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-22T05:58:01.587Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7f7c7542-ebe2-4aa9-9b54-859e41fd3606 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-22T05:58:01.636Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T05:58:01.637Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T05:58:01.638Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T05:58:01.639Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 36a662d3-043d-4133-b6da-6c4e34e8107d from URL: /sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:01.639Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-22T05:58:01.640Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:01.758Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-22T05:58:01.771Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar 36a662d3-043d-4133-b6da-6c4e34e8107d 99002
2022-05-22T05:58:01.773Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar ASDC sendASDCNotification
2022-05-22T05:58:01.773Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:01.776Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T05:58:01.777Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:01.778Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:01.778Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199081772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:58:01.880Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T05:58:01.881Z||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-22T05:58:01.881Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:01.895Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:58:01.896Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:02.779Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T05:58:02.781Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-05-22T05:58:02.781Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 36a662d3-043d-4133-b6da-6c4e34e8107d, URL: /sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar to file: /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:02.782Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220522055617-csar.csar
2022-05-22T05:58:02.855Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:02.856Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:03.276Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16278318921709374535/Definitions/service-Vfw20220522055617-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_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_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-22T05:58:05.107Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T05:58:05.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-22T05:58:05.111Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2211fd3-68f8 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-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-Vfw20220522055617-csar.csar
2022-05-22T05:58:05.112Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-05-22T05:58:05.117Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.118Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.121Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:05.121Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-22T05:58:05.122Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T05:58:05.123Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.124Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.129Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.129Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.130Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.131Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T05:58:05.133Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.133Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:05.133Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:05.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d1d93ac-f59a-4b5c-b1cb-bdc61173d9ff
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:05.135Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=79cb9bcf-ed60-45c3-864d-bbf4fb2d8405
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:05.136Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ca2de3a-90ce-4980-abf0-c6856459d5f8
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.137Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.138Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.138Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:05.138Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:05.138Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-22 05-56-17
Description:catalog service description
Model UUID:7f7c7542-ebe2-4aa9-9b54-859e41fd3606
Model Version:NULL
Model InvariantUuid:f77cb44c-457e-40ad-9687-48062407b9d5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW a2211fd3-68f8
Model UUID:ff24ea97-0071-4d21-908a-5a6ef34b9062
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ed96cb03-a3dd-4395-ac7f-4c9a89d21d93
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:544f8360-48c8-43b1-b530-1027919c88cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:bbd7cefc-3ccc-4a2c-878d-fbde22ab8530
ModelName:VfwA2211fd368f8..base_vfw..module-0
ModelUuid:0811158c-1ced-4e61-8019-a19d86377ae9
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2d1d93ac-f59a-4b5c-b1cb-bdc61173d9ff
ModelInvariantUuid:48053159-1fe5-40b7-b26c-e83a17cd50d3
ModelName:vFW a2211fd3-68f8-nodes.vfwCvfc
ModelUuid:465ce53a-ad67-445d-b57a-3b58a38aacc3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2be0528a-b58c-43b5-9402-3a65c92d5777
ModelInvariantUuid:f71387e7-8b23-4783-9319-899027f6da54
ModelName:VfwA2211fd368f8.compute.nodes.heat.vfw
ModelUuid:bf2a22ff-655f-454e-9ef0-3e0682c9c7ca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:79cb9bcf-ed60-45c3-864d-bbf4fb2d8405
ModelInvariantUuid:35ab9134-2990-452b-ba7e-8c226acfa193
ModelName:vFW a2211fd3-68f8-nodes.vsnCvfc
ModelUuid:017e2395-5913-4348-a615-c301371f9e23
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:abd68267-6d59-4d06-9522-8b0cc6483d6a
ModelInvariantUuid:19d70b5f-e4da-41cd-8520-1db8295e9727
ModelName:VfwA2211fd368f8.compute.nodes.heat.vsn
ModelUuid:644f19a8-9ca0-46db-a96e-f6687c8c35d4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4ca2de3a-90ce-4980-abf0-c6856459d5f8
ModelInvariantUuid:62dfc238-d5c1-4d33-b2dc-5aab87898fa4
ModelName:vFW a2211fd3-68f8-nodes.vpgCvfc
ModelUuid:e32a837e-1d9d-47da-a39e-dffb1c3ea9e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:4d2cd211-cd29-40c4-88e5-8adcdf565a6d
ModelInvariantUuid:fbdff811-f814-4011-ac9b-238b4d43a082
ModelName:VfwA2211fd368f8.compute.nodes.heat.vpg
ModelUuid:2f751f94-4f09-408c-83b3-d976d6b2af81
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-22T05:58:05.153Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 80bb9cc2-66bc-4a00-b16b-3e09fc32113b
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-22T05:58:05.232Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||vFW a2211fd3-68f8 0
2022-05-22T05:58:05.241Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80bb9cc2-66bc-4a00-b16b-3e09fc32113b
2022-05-22T05:58:05.241Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6b994fcd-2f69-48a2-99d0-784217fc38a0 from URL: /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json
2022-05-22T05:58:05.241Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-22T05:58:05.242Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json
2022-05-22T05:58:05.296Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-22T05:58:05.297Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json 6b994fcd-2f69-48a2-99d0-784217fc38a0 785
2022-05-22T05:58:05.297Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json ASDC sendASDCNotification
2022-05-22T05:58:05.297Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json
2022-05-22T05:58:05.298Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T05:58:05.298Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:05.300Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:05.301Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199085297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:58:05.401Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:05.402Z||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-22T05:58:05.402Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:05.418Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:58:05.419Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:06.302Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA2211fd368f8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bbd7cefc-3ccc-4a2c-878d-fbde22ab8530",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0811158c-1ced-4e61-8019-a19d86377ae9",
"vfModuleModelCustomizationUUID": "95ea905e-09c7-418a-bc35-8c017d802606",
"isBase": true,
"artifacts": [
"d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4",
"161dc3ce-d3f6-48c1-98f4-11977948c386"
],
"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-22T05:58:06.315Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2211fd368f8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0811158c-1ced-4e61-8019-a19d86377ae9
VfModuleModelInvariantUUID:bbd7cefc-3ccc-4a2c-878d-fbde22ab8530
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4
,
161dc3ce-d3f6-48c1-98f4-11977948c386
}
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-22T05:58:06.317Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwA2211fd368f8..base_vfw..module-0",
"vfModuleModelInvariantUUID": "bbd7cefc-3ccc-4a2c-878d-fbde22ab8530",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "0811158c-1ced-4e61-8019-a19d86377ae9",
"vfModuleModelCustomizationUUID": "95ea905e-09c7-418a-bc35-8c017d802606",
"isBase": true,
"artifacts": [
"d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4",
"161dc3ce-d3f6-48c1-98f4-11977948c386"
],
"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-22T05:58:06.318Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2211fd368f8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0811158c-1ced-4e61-8019-a19d86377ae9
VfModuleModelInvariantUUID:bbd7cefc-3ccc-4a2c-878d-fbde22ab8530
VfModuleModelDescription:NULL
Artifacts UUID List:{
d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4
,
161dc3ce-d3f6-48c1-98f4-11977948c386
}
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-22T05:58:06.318Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4 from URL: /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml
2022-05-22T05:58:06.318Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-22T05:58:06.318Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml
2022-05-22T05:58:06.364Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-22T05:58:06.365Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml d2c0fad8-ecad-4470-8bf2-ccc169d7e8a4 20368
2022-05-22T05:58:06.365Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-22T05:58:06.365Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml
2022-05-22T05:58:06.366Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T05:58:06.366Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:06.367Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:06.367Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199086365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:58:06.468Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:06.469Z||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-22T05:58:06.469Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:06.482Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:58:06.483Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-22T05:58:07.368Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 161dc3ce-d3f6-48c1-98f4-11977948c386 from URL: /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
2022-05-22T05:58:07.369Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-05-22T05:58:07.369Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
2022-05-22T05:58:07.415Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-05-22T05:58:07.416Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env 161dc3ce-d3f6-48c1-98f4-11977948c386 2098
2022-05-22T05:58:07.416Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-22T05:58:07.416Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
2022-05-22T05:58:07.417Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T05:58:07.417Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:07.420Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:07.420Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199087416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:58:07.521Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T05:58:07.523Z||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-22T05:58:07.523Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:07.538Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:58:07.539Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:08.421Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7f7c7542-ebe2-4aa9-9b54-859e41fd3606
2022-05-22T05:58:08.422Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2211fd3-68f8 0 80bb9cc2-66bc-4a00-b16b-3e09fc32113b 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-22T05:58:08.455Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@557344e2, org.onap.sdc.toscaparser.api.parameters.Input@5350a7a, org.onap.sdc.toscaparser.api.parameters.Input@27f79f9, org.onap.sdc.toscaparser.api.parameters.Input@566aa383, org.onap.sdc.toscaparser.api.parameters.Input@19f1b9f8]
2022-05-22T05:58:08.458Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.459Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.459Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-05-22T05:58:08.459Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 544f8360-48c8-43b1-b530-1027919c88cf
2022-05-22T05:58:08.459Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 544f8360-48c8-43b1-b530-1027919c88cf matches Tosca VF Customization UUID: 544f8360-48c8-43b1-b530-1027919c88cf
2022-05-22T05:58:08.459Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 544f8360-48c8-43b1-b530-1027919c88cf 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-22T05:58:08.465Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.465Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.466Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 544f8360-48c8-43b1-b530-1027919c88cf: {\"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-22T05:58:08.467Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@409f3795
2022-05-22T05:58:08.467Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.467Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T05:58:08.467Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 95ea905e-09c7-418a-bc35-8c017d802606
2022-05-22T05:58:08.468Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 95ea905e-09c7-418a-bc35-8c017d802606
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-22T05:58:08.475Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.475Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.476Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:08.477Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.477Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.478Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:08.478Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.478Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:08.478Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:08.479Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-22T05:58:08.479Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:08.479Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-22T05:58:08.480Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-22T05:58:08.480Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.480Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.480Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-22T05:58:08.480Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.481Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-22T05:58:08.481Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.481Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2d1d93ac-f59a-4b5c-b1cb-bdc61173d9ff
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-22T05:58:08.493Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.493Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.493Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.494Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.495Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=79cb9bcf-ed60-45c3-864d-bbf4fb2d8405
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-22T05:58:08.497Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.498Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.498Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:08.500Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.500Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is not matching search criteria
2022-05-22T05:58:08.500Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-22T05:58:08.500Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-22T05:58:08.501Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4ca2de3a-90ce-4980-abf0-c6856459d5f8
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-22T05:58:08.504Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.504Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.504Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T05:58:08.505Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.505Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Node template vFW a2211fd3-68f8 0 is matching search criteria
2022-05-22T05:58:08.505Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW a2211fd3-68f8 0] matching following query criteria: sdcType=VF, customizationUUID=544f8360-48c8-43b1-b530-1027919c88cf
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-22T05:58:08.507Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.507Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7f7c7542-ebe2-4aa9-9b54-859e41fd3606: vFW a2211fd3-68f8
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.508Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.509Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.509Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.509Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T05:58:08.509Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-05-22 05-56-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T05:58:08.509Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-05-22 05-56-17
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-22T05:58:08.733Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a2211fd3-68f8 80bb9cc2-66bc-4a00-b16b-3e09fc32113b 1 ASDC deployResourceStructure
2022-05-22T05:58:08.733Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json ASDC sendASDCNotification
2022-05-22T05:58:08.733Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json
2022-05-22T05:58:08.734Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T05:58:08.734Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:08.737Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:08.737Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199088733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T05:58:08.837Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:08.839Z||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-22T05:58:08.839Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:08.853Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:58:08.854Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:09.738Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-22T05:58:09.738Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml
2022-05-22T05:58:09.738Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T05:58:09.739Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:09.741Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:09.741Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199089738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-22T05:58:09.841Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:09.842Z||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-22T05:58:09.842Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:09.854Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:58:09.854Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-22T05:58:10.742Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-22T05:58:10.743Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env
2022-05-22T05:58:10.743Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T05:58:10.743Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:10.745Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:10.745Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199090742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-22T05:58:10.845Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:10.846Z||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-22T05:58:10.847Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:10.860Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:58:10.860Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T05:58:11.746Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar ASDC sendASDCNotification
2022-05-22T05:58:11.746Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar
2022-05-22T05:58:11.747Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T05:58:11.747Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T05:58:11.749Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T05:58:11.749Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199091746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T05:58:11.849Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T05:58:11.850Z||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-22T05:58:11.851Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T05:58:11.864Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:58:11.865Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-22T05:58:12.750Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
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-22T05:58:12.766Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
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-22T05:58:12.768Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T05:58:12.768Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T05:58:12.768Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T05:58:42.769Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
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-22T05:58:42.784Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
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-22T05:58:42.788Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T05:58:42.789Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T05:58:42.789Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T05:58:53.814Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:58:53.815Z||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-22T05:58:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T05:58:53.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:58:53.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-22T05:58:53.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:58:53.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:12.789Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
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-22T05:59:12.802Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
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-22T05:59:12.804Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T05:59:12.805Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T05:59:12.805Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T05:59:42.805Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
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-22T05:59:42.818Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
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-22T05:59:42.823Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T05:59:42.823Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-22T05:59:42.823Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-22T05:59:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T05:59:53.814Z||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-22T05:59:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T05:59:54.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T05:59:54.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199075343,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199076750,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "clamp",
"timestamp": 1653199076880,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199077753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199078123,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199078761,
"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-22T05:59:54.354Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:59:54.355Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:59:54.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "clamp",
"timestamp": 1653199078415,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199079179,
"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-22T05:59:54.369Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:59:54.369Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:59:54.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "clamp",
"timestamp": 1653199079419,
"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-22T05:59:54.381Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:59:54.381Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:59:54.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199080186,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199073809,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199081772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "aai-ml",
"timestamp": 1653199084771,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199085297,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "aai-ml",
"timestamp": 1653199085777,
"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-22T05:59:54.398Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e92038c9-ab84-4522-a397-4fae7835b632
2022-05-22T05:59:54.398Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92038c9-ab84-4522-a397-4fae7835b632 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-22T05:59:54.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199086365,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199087416,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199086924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199085771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "clamp",
"timestamp": 1653199080423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "cds",
"timestamp": 1653199087249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "policy-id",
"timestamp": 1653199078977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199088733,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/vfwa2211fd368f80_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199086924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199085771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.409Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "clamp",
"timestamp": 1653199080423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "policy-id",
"timestamp": 1653199078977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "cds",
"timestamp": 1653199087249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199089738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199086924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "clamp",
"timestamp": 1653199080423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199085771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "policy-id",
"timestamp": 1653199078977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "cds",
"timestamp": 1653199087249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199090742,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/resourceInstances/vfwa2211fd368f80/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199086924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "clamp",
"timestamp": 1653199080423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199085771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "policy-id",
"timestamp": 1653199078977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "cds",
"timestamp": 1653199087249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199091746,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220522055617/1.0/artifacts/service-Vfw20220522055617-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199086924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "clamp",
"timestamp": 1653199080423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199085771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "policy-id",
"timestamp": 1653199078977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "cds",
"timestamp": 1653199087249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "aai-ml",
"timestamp": 1653199092509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199086924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "clamp",
"timestamp": 1653199080423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199085771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "policy-id",
"timestamp": 1653199078977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "cds",
"timestamp": 1653199087249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "aai-ml",
"timestamp": 1653199092509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199086924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "clamp",
"timestamp": 1653199080423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199085771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "policy-id",
"timestamp": 1653199078977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "cds",
"timestamp": 1653199087249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "aai-ml",
"timestamp": 1653199092509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199095427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "cds",
"timestamp": 1653199095957,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199096041,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "policy-id",
"timestamp": 1653199096107,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "aai-ml",
"timestamp": 1653199092509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199095427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "cds",
"timestamp": 1653199096964,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-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-22T05:59:54.431Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.431Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T05:59:54.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "policy-id",
"timestamp": 1653199097113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199097242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "aai-ml",
"timestamp": 1653199092509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199095427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "policy-id",
"timestamp": 1653199098116,
"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-22T05:59:54.443Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.443Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T05:59:54.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199098370,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "aai-ml",
"timestamp": 1653199092509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199095427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199099391,
"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-22T05:59:54.457Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.457Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "aai-ml",
"timestamp": 1653199092509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199095427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199100396,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "aai-ml",
"timestamp": 1653199100406,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199095427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199095427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199103634,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "clamp",
"timestamp": 1653199103402,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.462Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199105640,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.463Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.463Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.463Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199106645,
"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-22T05:59:54.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T05:59:54.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "clamp",
"timestamp": 1653199106403,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.475Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "clamp",
"timestamp": 1653199107407,
"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-22T05:59:54.480Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.480Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T05:59:54.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "aai-ml",
"timestamp": 1653199109592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T05:59:54.488Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T05:59:54.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T05:59:54.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "aai-ml",
"timestamp": 1653199110596,
"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-22T05:59:54.492Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6f59630d-adb0-445d-8e08-ee6969893358
2022-05-22T05:59:54.492Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6f59630d-adb0-445d-8e08-ee6969893358 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-22T06:00:12.823Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
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-22T06:00:12.837Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632
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-22T06:00:12.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:00:12.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:00:12.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:00:12.842Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:00:12.843Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-22T06:00:12.850Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:00:42.850Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e92038c9-ab84-4522-a397-4fae7835b632 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-22T06:00:42.868Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e92038c9-ab84-4522-a397-4fae7835b632 and serviceModelVersionId: 7f7c7542-ebe2-4aa9-9b54-859e41fd3606
2022-05-22T06:00:42.869Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f77cb44c-457e-40ad-9687-48062407b9d5
2022-05-22T06:00:52.624Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0
2022-05-22T06:00:52.718Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:00:53.125Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0|INFO|500||Invoke
2022-05-22T06:00:53.134Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e92038c9-ab84-4522-a397-4fae7835b632], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7a7df1a-2f23-4370-a197-c9a617148114], X-ECOMP-RequestID=[e92038c9-ab84-4522-a397-4fae7835b632], X-TransactionId=[], X-ONAP-RequestID=[e92038c9-ab84-4522-a397-4fae7835b632], Content-Type=[application/merge-patch+json]}
2022-05-22T06:00:53.239Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-22T06:00:53.813Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:00:53.814Z||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-22T06:00:53.815Z||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 kfud54K0r616e16l) ...
2022-05-22T06:00:53.923Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?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/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220522-06:00:53:562-448], vertex-id=[352416], Content-Length=[0], Date=[Sun, 22 May 2022 06:00:53 GMT], Content-Type=[application/json]}
2022-05-22T06:00:53.925Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:00:53.926Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f77cb44c-457e-40ad-9687-48062407b9d5/model-vers/model-ver/7f7c7542-ebe2-4aa9-9b54-859e41fd3606?depth=0|INFO|500||InvokeReturn
2022-05-22T06:00:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:00:53.929Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-22T06:00:53.936Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||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-22T06:00:53.938Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e92038c9-ab84-4522-a397-4fae7835b632 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:00:53.939Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:00:53.939Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:00:53.942Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:00:53.942Z|e92038c9-ab84-4522-a397-4fae7835b632|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199253938,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:00:54.042Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:00:54.044Z||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-22T06:00:54.044Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:00:54.060Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:00:54.061Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:00:54.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:00:54.672Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-22T06:00:54.672Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e92038c9-ab84-4522-a397-4fae7835b632",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199253938,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:00:54.673Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-22T06:00:54.956Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:00:54.957Z||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-22T06:00:54.957Z||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 kfud54K0r616e16l) ...
2022-05-22T06:00:59.392Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:00:59.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T06:00:59.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6f59630d-adb0-445d-8e08-ee6969893358","serviceName":"basic_onboard_JUdlEv","serviceVersion":"1.0","serviceUUID":"76b3a3dd-024d-45ba-9097-21dab7f1e036","serviceDescription":"service","serviceInvariantUUID":"36e89f46-583b-4b74-a651-bc7479f28711","resources":[{"resourceInstanceName":"basic_onboard_JUdlEv 0","resourceName":"basic_onboard_JUdlEv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"43812e23-b672-4f70-bc7f-fb6dcb1048c4","resourceInvariantUUID":"012e78eb-e864-4d0e-a341-ee5fe8934246","resourceCustomizationUUID":"db5aa83b-5ebd-4bfe-b053-befaf94a0a1d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml","artifactChecksum":"MzZhMzY0NmRjY2Y0MzhhNGQzMjA3MzgwNGZiMDM5Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1bc9f4c-ca3a-48b2-917a-29a4198e6172","artifactVersion":"1"},{"artifactName":"basic_onboard_judlev0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json","artifactChecksum":"YWE2NTI2Mzg2YjU1ZGRjZmMwNDBmNDIwNjJhZWQ5NTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"65561a72-ae91-4b20-8169-d00e86f10230","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c5024b73-c12c-468d-957c-62c2518c4439","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a58e800e-dd98-4ead-b502-528f0d90211c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0a61629c-d12e-4dc1-b664-f2ec6d31b606","artifactVersion":"2","generatedFromUUID":"c5024b73-c12c-468d-957c-62c2518c4439"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJudlev-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml","artifactChecksum":"NjRiZmFlNzA4YWFiYjYxOWQwMzE2MDE2YTc1NjI2Y2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad20c2f5-c04e-47ea-b8bc-97e48847079f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJudlev-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar","artifactChecksum":"MmJmMmMwMTIwNjdjYTZlM2RkN2ZkMmUyZTE1ZjdkMmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b57a3ce9-3b7e-425a-adce-31de0963c35a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:00:59.396Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:00:59.396Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:00:59.399Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:00:59.399Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:00:59.500Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:00:59.502Z||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-22T06:00:59.502Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:00:59.520Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:00:59.521Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:01:00.400Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:00.401Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:00.405Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:00.405Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T06:01:00.505Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:00.506Z||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-22T06:01:00.507Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:00.520Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:00.521Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:01.406Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:01.407Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:01.409Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:01.409Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T06:01:01.509Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:01.510Z||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-22T06:01:01.511Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:01.523Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:01.524Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:02.410Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:02.411Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:02.413Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:02.413Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:02.514Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:01:02.515Z||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-22T06:01:02.516Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:02.528Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:02.529Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:03.414Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:03.416Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:03.418Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:03.418Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-22T06:01:03.518Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:01:03.520Z||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-22T06:01:03.520Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:03.535Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:03.535Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:04.419Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:04.420Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:04.422Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:04.422Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:04.523Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-22T06:01:04.524Z||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-22T06:01:04.524Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:04.541Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:04.541Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:05.423Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:05.423Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:05.426Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:05.426Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T06:01:05.526Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:05.527Z||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-22T06:01:05.527Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:05.543Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:05.544Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:06.428Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"serviceName": "basic_onboard_JUdlEv",
"serviceVersion": "1.0",
"serviceUUID": "76b3a3dd-024d-45ba-9097-21dab7f1e036",
"serviceDescription": "service",
"serviceInvariantUUID": "36e89f46-583b-4b74-a651-bc7479f28711",
"resources": [
{
"resourceInstanceName": "basic_onboard_JUdlEv 0",
"resourceCustomizationUUID": "db5aa83b-5ebd-4bfe-b053-befaf94a0a1d",
"resourceName": "basic_onboard_JUdlEv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "43812e23-b672-4f70-bc7f-fb6dcb1048c4",
"resourceInvariantUUID": "012e78eb-e864-4d0e-a341-ee5fe8934246",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_judlev0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"artifactChecksum": "YWE2NTI2Mzg2YjU1ZGRjZmMwNDBmNDIwNjJhZWQ5NTI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "65561a72-ae91-4b20-8169-d00e86f10230",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c5024b73-c12c-468d-957c-62c2518c4439",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0a61629c-d12e-4dc1-b664-f2ec6d31b606",
"generatedFromUUID": "c5024b73-c12c-468d-957c-62c2518c4439"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0a61629c-d12e-4dc1-b664-f2ec6d31b606",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardJudlev-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"artifactChecksum": "MmJmMmMwMTIwNjdjYTZlM2RkN2ZkMmUyZTE1ZjdkMmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b57a3ce9-3b7e-425a-adce-31de0963c35a"
}
],
"workloadContext": "Production"
}
2022-05-22T06:01:06.428Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:01:06.428Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 76b3a3dd-024d-45ba-9097-21dab7f1e036 ASDC
2022-05-22T06:01:06.429Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6f59630d-adb0-445d-8e08-ee6969893358
ServiceName:basic_onboard_JUdlEv
ServiceVersion:1.0
ServiceUUID:76b3a3dd-024d-45ba-9097-21dab7f1e036
ServiceInvariantUUID:36e89f46-583b-4b74-a651-bc7479f28711
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJudlev-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar
ArtifactUUID:b57a3ce9-3b7e-425a-adce-31de0963c35a
ArtifactChecksum:MmJmMmMwMTIwNjdjYTZlM2RkN2ZkMmUyZTE1ZjdkMmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_JUdlEv 0
ResourceCustomizationUUID:db5aa83b-5ebd-4bfe-b053-befaf94a0a1d
ResourceInvariantUUID:012e78eb-e864-4d0e-a341-ee5fe8934246
ResourceName:basic_onboard_JUdlEv
ResourceType:VF
ResourceUUID:43812e23-b672-4f70-bc7f-fb6dcb1048c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_judlev0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json
ArtifactUUID:65561a72-ae91-4b20-8169-d00e86f10230
ArtifactChecksum:YWE2NTI2Mzg2YjU1ZGRjZmMwNDBmNDIwNjJhZWQ5NTI=
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/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c5024b73-c12c-468d-957c-62c2518c4439
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/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
ArtifactUUID:0a61629c-d12e-4dc1-b664-f2ec6d31b606
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/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
ArtifactUUID:0a61629c-d12e-4dc1-b664-f2ec6d31b606
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-22T06:01:06.429Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 76b3a3dd-024d-45ba-9097-21dab7f1e036 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-22T06:01:06.458Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:01:06.458Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:06.458Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:06.458Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b57a3ce9-3b7e-425a-adce-31de0963c35a from URL: /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:06.459Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:06.459Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:06.513Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:06.516Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar b57a3ce9-3b7e-425a-adce-31de0963c35a 71585
2022-05-22T06:01:06.516Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar ASDC sendASDCNotification
2022-05-22T06:01:06.516Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:06.516Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:06.516Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:06.518Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:06.518Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199266516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:06.619Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:06.620Z||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-22T06:01:06.620Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:06.634Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:06.635Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:07.519Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:01:07.520Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:07.520Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b57a3ce9-3b7e-425a-adce-31de0963c35a, URL: /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar to file: /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:07.520Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:07.521Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:07.521Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:07.607Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15199509151483800735/Definitions/service-BasicOnboardJudlev-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-22T06:01:08.467Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:01:08.467Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-22T06:01:08.467Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.467Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-22T06:01:08.467Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JUdlEv 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-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||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-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|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-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|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-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|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-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|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-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|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-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.468Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is not matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.469Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is not matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0612b269-88ad-4a8d-b5a3-661088439bbe
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.470Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.471Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.471Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.471Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:08.471Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:08.471Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_JUdlEv
Description:service
Model UUID:76b3a3dd-024d-45ba-9097-21dab7f1e036
Model Version:NULL
Model InvariantUuid:36e89f46-583b-4b74-a651-bc7479f28711
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_JUdlEv
Model UUID:9813680d-3480-454f-9eb4-521f7ece07b7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:012e78eb-e864-4d0e-a341-ee5fe8934246
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:db5aa83b-5ebd-4bfe-b053-befaf94a0a1d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:558a04ab-6b11-4284-a0fc-500de84ffc71
ModelName:BasicOnboardJudlev..base_ubuntu18..module-0
ModelUuid:cafba9a1-23ef-4689-ab00-d72ae0d9227a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:0612b269-88ad-4a8d-b5a3-661088439bbe
ModelInvariantUuid:30b83d0e-69e2-42d0-b3b9-f3dd4a26dcbb
ModelName:basic_onboard_JUdlEv-nodes.ubuntu18Cvfc
ModelUuid:ced513a3-5487-4b9c-8420-e883c4973412
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:21ab46b4-af7a-47c2-876a-990b0865b77e
ModelInvariantUuid:366a510e-fbf4-416f-af92-b9782f964709
ModelName:BasicOnboardJudlev.compute.nodes.heat.ubuntu18
ModelUuid:5fab4ecb-4d40-4ca7-8803-1ae63d0729ce
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-22T06:01:08.478Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 43812e23-b672-4f70-bc7f-fb6dcb1048c4
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-22T06:01:08.482Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||basic_onboard_JUdlEv 0
2022-05-22T06:01:08.483Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 43812e23-b672-4f70-bc7f-fb6dcb1048c4
2022-05-22T06:01:08.483Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 65561a72-ae91-4b20-8169-d00e86f10230 from URL: /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json
2022-05-22T06:01:08.483Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:08.483Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json
2022-05-22T06:01:08.550Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:08.551Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json 65561a72-ae91-4b20-8169-d00e86f10230 798
2022-05-22T06:01:08.551Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json ASDC sendASDCNotification
2022-05-22T06:01:08.551Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json
2022-05-22T06:01:08.551Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:08.551Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:08.553Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:08.553Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199268551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:08.653Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:08.654Z||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-22T06:01:08.654Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:08.668Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:08.668Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:09.554Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJudlev..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "558a04ab-6b11-4284-a0fc-500de84ffc71",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cafba9a1-23ef-4689-ab00-d72ae0d9227a",
"vfModuleModelCustomizationUUID": "5a056684-e298-49b3-86e6-cee2234b9676",
"isBase": true,
"artifacts": [
"c5024b73-c12c-468d-957c-62c2518c4439",
"0a61629c-d12e-4dc1-b664-f2ec6d31b606"
],
"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-22T06:01:09.561Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJudlev..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cafba9a1-23ef-4689-ab00-d72ae0d9227a
VfModuleModelInvariantUUID:558a04ab-6b11-4284-a0fc-500de84ffc71
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5024b73-c12c-468d-957c-62c2518c4439
,
0a61629c-d12e-4dc1-b664-f2ec6d31b606
}
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-22T06:01:09.564Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardJudlev..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "558a04ab-6b11-4284-a0fc-500de84ffc71",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "cafba9a1-23ef-4689-ab00-d72ae0d9227a",
"vfModuleModelCustomizationUUID": "5a056684-e298-49b3-86e6-cee2234b9676",
"isBase": true,
"artifacts": [
"c5024b73-c12c-468d-957c-62c2518c4439",
"0a61629c-d12e-4dc1-b664-f2ec6d31b606"
],
"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-22T06:01:09.564Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJudlev..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cafba9a1-23ef-4689-ab00-d72ae0d9227a
VfModuleModelInvariantUUID:558a04ab-6b11-4284-a0fc-500de84ffc71
VfModuleModelDescription:NULL
Artifacts UUID List:{
c5024b73-c12c-468d-957c-62c2518c4439
,
0a61629c-d12e-4dc1-b664-f2ec6d31b606
}
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-22T06:01:09.564Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c5024b73-c12c-468d-957c-62c2518c4439 from URL: /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:09.564Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:09.565Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:09.625Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:09.626Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml c5024b73-c12c-468d-957c-62c2518c4439 5033
2022-05-22T06:01:09.626Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-22T06:01:09.626Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:09.626Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:09.627Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:09.628Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:09.629Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199269626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:09.729Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:09.730Z||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-22T06:01:09.731Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:09.745Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:09.746Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:10.630Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a61629c-d12e-4dc1-b664-f2ec6d31b606 from URL: /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
2022-05-22T06:01:10.630Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:10.630Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
2022-05-22T06:01:10.681Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:10.681Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env 0a61629c-d12e-4dc1-b664-f2ec6d31b606 909
2022-05-22T06:01:10.682Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-22T06:01:10.682Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
2022-05-22T06:01:10.682Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:10.682Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:10.685Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:10.685Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199270682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:10.785Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:10.786Z||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-22T06:01:10.786Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:10.800Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:10.800Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:11.685Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 76b3a3dd-024d-45ba-9097-21dab7f1e036
2022-05-22T06:01:11.686Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JUdlEv 0 43812e23-b672-4f70-bc7f-fb6dcb1048c4 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-22T06:01:11.700Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a028dfe, org.onap.sdc.toscaparser.api.parameters.Input@2e46d365, org.onap.sdc.toscaparser.api.parameters.Input@5bed8a17, org.onap.sdc.toscaparser.api.parameters.Input@794291c3, org.onap.sdc.toscaparser.api.parameters.Input@47119e68]
2022-05-22T06:01:11.703Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.703Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.703Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-05-22T06:01:11.704Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= db5aa83b-5ebd-4bfe-b053-befaf94a0a1d
2022-05-22T06:01:11.704Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: db5aa83b-5ebd-4bfe-b053-befaf94a0a1d matches Tosca VF Customization UUID: db5aa83b-5ebd-4bfe-b053-befaf94a0a1d
2022-05-22T06:01:11.704Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: db5aa83b-5ebd-4bfe-b053-befaf94a0a1d 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-22T06:01:11.707Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.707Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id db5aa83b-5ebd-4bfe-b053-befaf94a0a1d: {\"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-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57f7c9a
2022-05-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5a056684-e298-49b3-86e6-cee2234b9676
2022-05-22T06:01:11.709Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5a056684-e298-49b3-86e6-cee2234b9676
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-22T06:01:11.712Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:11.713Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.714Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is not matching search criteria
2022-05-22T06:01:11.714Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-22T06:01:11.714Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:01:11.714Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0612b269-88ad-4a8d-b5a3-661088439bbe
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-22T06:01:11.716Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.717Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:11.717Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:11.717Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.717Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JUdlEv 0 is matching search criteria
2022-05-22T06:01:11.717Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JUdlEv 0] matching following query criteria: sdcType=VF, customizationUUID=db5aa83b-5ebd-4bfe-b053-befaf94a0a1d
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-22T06:01:11.719Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.719Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.719Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 76b3a3dd-024d-45ba-9097-21dab7f1e036: basic_onboard_JUdlEv
2022-05-22T06:01:11.719Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.719Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JUdlEv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:11.720Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_JUdlEv
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-22T06:01:11.780Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JUdlEv 43812e23-b672-4f70-bc7f-fb6dcb1048c4 1 ASDC deployResourceStructure
2022-05-22T06:01:11.780Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json ASDC sendASDCNotification
2022-05-22T06:01:11.780Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json
2022-05-22T06:01:11.780Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:01:11.781Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:11.782Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:11.782Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199271780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:11.883Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:11.884Z||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-22T06:01:11.884Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:11.898Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:11.898Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:12.783Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-22T06:01:12.784Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:12.784Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:01:12.784Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:12.786Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:12.786Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199272783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:12.886Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:12.887Z||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-22T06:01:12.888Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:12.900Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:12.901Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:13.787Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-22T06:01:13.787Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env
2022-05-22T06:01:13.787Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:01:13.787Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:13.789Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:13.789Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199273787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:13.890Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:13.891Z||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-22T06:01:13.892Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:13.907Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:13.908Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:14.790Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar ASDC sendASDCNotification
2022-05-22T06:01:14.791Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar
2022-05-22T06:01:14.791Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-22T06:01:14.791Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:14.793Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:14.793Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199274790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:14.894Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:14.895Z||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-22T06:01:14.895Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:14.911Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:14.912Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:15.794Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6f59630d-adb0-445d-8e08-ee6969893358
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-22T06:01:15.805Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6f59630d-adb0-445d-8e08-ee6969893358
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-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-22T06:01:15.809Z|6f59630d-adb0-445d-8e08-ee6969893358|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-22T06:01:15.814Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-22T06:01:45.814Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6f59630d-adb0-445d-8e08-ee6969893358 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-22T06:01:45.822Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6f59630d-adb0-445d-8e08-ee6969893358 and serviceModelVersionId: 76b3a3dd-024d-45ba-9097-21dab7f1e036
2022-05-22T06:01:45.822Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 36e89f46-583b-4b74-a651-bc7479f28711
2022-05-22T06:01:45.823Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0
2022-05-22T06:01:45.828Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-05-22T06:01:45.857Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0|INFO|500||Invoke
2022-05-22T06:01:45.858Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6f59630d-adb0-445d-8e08-ee6969893358], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc15a378-c056-470f-a6d8-635b6f45278f], X-ECOMP-RequestID=[6f59630d-adb0-445d-8e08-ee6969893358], X-TransactionId=[], X-ONAP-RequestID=[6f59630d-adb0-445d-8e08-ee6969893358], Content-Type=[application/merge-patch+json]}
2022-05-22T06:01:45.878Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-22T06:01:46.297Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?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/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220522-06:01:46:199-75150], vertex-id=[405696], Content-Length=[0], Date=[Sun, 22 May 2022 06:01:46 GMT], Content-Type=[application/json]}
2022-05-22T06:01:46.298Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-22T06:01:46.298Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/36e89f46-583b-4b74-a651-bc7479f28711/model-vers/model-ver/76b3a3dd-024d-45ba-9097-21dab7f1e036?depth=0|INFO|500||InvokeReturn
2022-05-22T06:01:46.299Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-22T06:01:46.299Z|6f59630d-adb0-445d-8e08-ee6969893358|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-22T06:01:46.304Z|6f59630d-adb0-445d-8e08-ee6969893358|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-22T06:01:46.304Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6f59630d-adb0-445d-8e08-ee6969893358 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-22T06:01:46.304Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-22T06:01:46.304Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:46.306Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:46.306Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199306304,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:01:46.408Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-22T06:01:46.409Z||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-22T06:01:46.409Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:46.424Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:46.425Z||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-22T06:01:47.320Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-05-22T06:01:47.320Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"81637bb9-fe80-496a-a3e8-78eb73697b04","serviceName":"basic_onboard_UMWnoB","serviceVersion":"1.0","serviceUUID":"486bd211-fe45-4d9a-be2c-1ed2c9e174c9","serviceDescription":"service","serviceInvariantUUID":"28b9f9a0-8da5-423b-b26c-817786d1d229","resources":[{"resourceInstanceName":"basic_onboard_UMWnoB 0","resourceName":"basic_onboard_UMWnoB","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71ad7366-5c56-41d6-a6bb-75b3c12bb497","resourceInvariantUUID":"42ae5d7b-bb39-433e-85b6-27c6e3b08a5a","resourceCustomizationUUID":"bc257e37-c681-42dd-b882-03ca0b90ef4e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml","artifactChecksum":"MDE3OTQyNDdjNjNlODY4Yzk2OWM3NDI2NjNiNjliMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8eccbe3e-d9c3-4269-bb4f-b2f8c179ea85","artifactVersion":"1"},{"artifactName":"basic_onboard_umwnob0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json","artifactChecksum":"OTdhYzkyZTNmZDlhOTE4ZGYwM2I3ZmZlNWVkNGYxZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"efa0748a-2e90-4f66-8aef-9cc845699703","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"048f1c03-cc30-4c60-86c5-4840af1a3f9e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d83851ff-97c0-4583-bb0c-b5b394c69808","artifactVersion":"2","generatedFromUUID":"3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardUmwnob-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml","artifactChecksum":"NGIwNmRhZTJmZDAxYTRjNTQ0NTA3NDViYTc1NWVlYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e4eaada-a970-4d6f-895b-1334b88eb8bc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardUmwnob-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar","artifactChecksum":"YzBhMTRjNWRlZDAxMDg5NTI1YmQ2MWNhMTRhMzFhMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"abd9daeb-d73e-4722-bbc1-5d6a2bbe0082","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-22T06:01:47.322Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:47.323Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:47.325Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:47.326Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:47.426Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:47.427Z||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-22T06:01:47.427Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:47.439Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:47.439Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:01:48.326Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:48.328Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:48.330Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:48.330Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T06:01:48.430Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:48.431Z||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-22T06:01:48.431Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:48.444Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:48.444Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:49.330Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:49.332Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:49.334Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:49.334Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T06:01:49.434Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-22T06:01:49.436Z||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-22T06:01:49.436Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:49.451Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:49.451Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:50.335Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:50.336Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:50.338Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:50.339Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:50.439Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:50.440Z||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-22T06:01:50.440Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:50.456Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:50.456Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:51.339Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:51.340Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:51.342Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:51.342Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-22T06:01:51.442Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:51.443Z||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-22T06:01:51.444Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:51.460Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:51.460Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:01:52.342Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:52.343Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:52.345Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:52.345Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:52.445Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:52.446Z||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-22T06:01:52.446Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:52.459Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:52.460Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:01:53.346Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-22T06:01:53.347Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:53.349Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:53.349Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T06:01:53.449Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:53.450Z||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-22T06:01:53.451Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:53.462Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:53.463Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:53.813Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-22T06:01:53.814Z||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-22T06:01:53.814Z||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 kfud54K0r616e16l) ...
2022-05-22T06:01:54.350Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"serviceName": "basic_onboard_UMWnoB",
"serviceVersion": "1.0",
"serviceUUID": "486bd211-fe45-4d9a-be2c-1ed2c9e174c9",
"serviceDescription": "service",
"serviceInvariantUUID": "28b9f9a0-8da5-423b-b26c-817786d1d229",
"resources": [
{
"resourceInstanceName": "basic_onboard_UMWnoB 0",
"resourceCustomizationUUID": "bc257e37-c681-42dd-b882-03ca0b90ef4e",
"resourceName": "basic_onboard_UMWnoB",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "71ad7366-5c56-41d6-a6bb-75b3c12bb497",
"resourceInvariantUUID": "42ae5d7b-bb39-433e-85b6-27c6e3b08a5a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_umwnob0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"artifactChecksum": "OTdhYzkyZTNmZDlhOTE4ZGYwM2I3ZmZlNWVkNGYxZjI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "efa0748a-2e90-4f66-8aef-9cc845699703",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d83851ff-97c0-4583-bb0c-b5b394c69808",
"generatedFromUUID": "3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "d83851ff-97c0-4583-bb0c-b5b394c69808",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardUmwnob-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"artifactChecksum": "YzBhMTRjNWRlZDAxMDg5NTI1YmQ2MWNhMTRhMzFhMzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "abd9daeb-d73e-4722-bbc1-5d6a2bbe0082"
}
],
"workloadContext": "Production"
}
2022-05-22T06:01:54.351Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-22T06:01:54.351Z|6f59630d-adb0-445d-8e08-ee6969893358|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 486bd211-fe45-4d9a-be2c-1ed2c9e174c9 ASDC
2022-05-22T06:01:54.351Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:81637bb9-fe80-496a-a3e8-78eb73697b04
ServiceName:basic_onboard_UMWnoB
ServiceVersion:1.0
ServiceUUID:486bd211-fe45-4d9a-be2c-1ed2c9e174c9
ServiceInvariantUUID:28b9f9a0-8da5-423b-b26c-817786d1d229
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardUmwnob-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar
ArtifactUUID:abd9daeb-d73e-4722-bbc1-5d6a2bbe0082
ArtifactChecksum:YzBhMTRjNWRlZDAxMDg5NTI1YmQ2MWNhMTRhMzFhMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_UMWnoB 0
ResourceCustomizationUUID:bc257e37-c681-42dd-b882-03ca0b90ef4e
ResourceInvariantUUID:42ae5d7b-bb39-433e-85b6-27c6e3b08a5a
ResourceName:basic_onboard_UMWnoB
ResourceType:VF
ResourceUUID:71ad7366-5c56-41d6-a6bb-75b3c12bb497
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_umwnob0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json
ArtifactUUID:efa0748a-2e90-4f66-8aef-9cc845699703
ArtifactChecksum:OTdhYzkyZTNmZDlhOTE4ZGYwM2I3ZmZlNWVkNGYxZjI=
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/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d
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/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
ArtifactUUID:d83851ff-97c0-4583-bb0c-b5b394c69808
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/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
ArtifactUUID:d83851ff-97c0-4583-bb0c-b5b394c69808
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-22T06:01:54.351Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 486bd211-fe45-4d9a-be2c-1ed2c9e174c9 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-22T06:01:54.393Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:01:54.394Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:54.394Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:54.394Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: abd9daeb-d73e-4722-bbc1-5d6a2bbe0082 from URL: /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:54.394Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:54.394Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:54.445Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:54.448Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.448Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "cds",
"timestamp": 1653199252249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "cds",
"timestamp": 1653199252249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.449Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "clamp",
"timestamp": 1653199258872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "policy-id",
"timestamp": 1653199258977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "cds",
"timestamp": 1653199252249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "clamp",
"timestamp": 1653199258872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "policy-id",
"timestamp": 1653199258977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "cds",
"timestamp": 1653199252249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "clamp",
"timestamp": 1653199258872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "policy-id",
"timestamp": 1653199258977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "cds",
"timestamp": 1653199252249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "clamp",
"timestamp": 1653199258872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "policy-id",
"timestamp": 1653199258977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "cds",
"timestamp": 1653199252249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "clamp",
"timestamp": 1653199258872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "policy-id",
"timestamp": 1653199258977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.453Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "cds",
"timestamp": 1653199252249,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "clamp",
"timestamp": 1653199258872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.454Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "policy-id",
"timestamp": 1653199258977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "cds",
"timestamp": 1653199265013,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "clamp",
"timestamp": 1653199258872,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "policy-id",
"timestamp": 1653199258977,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "cds",
"timestamp": 1653199266019,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-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-22T06:01:54.461Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.461Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199265771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199266516,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "policy-id",
"timestamp": 1653199266722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199265771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199266924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "policy-id",
"timestamp": 1653199267727,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199265771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199268551,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199266924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "policy-id",
"timestamp": 1653199268729,
"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-22T06:01:54.473Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.473Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199265771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "clamp",
"timestamp": 1653199269432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199269626,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199266924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199265771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199266924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199270682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199265771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "clamp",
"timestamp": 1653199271440,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199266924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199271780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/basic_onboard_judlev0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "ves-openapi-manager",
"timestamp": 1653199265771,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "clamp",
"timestamp": 1653199272445,
"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-22T06:01:54.486Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.487Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199266924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199272783,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "aai-ml",
"timestamp": 1653199272509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199266924,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199273787,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/resourceInstances/basic_onboard_judlev0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "aai-ml",
"timestamp": 1653199272509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199274790,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardJudlev/1.0/artifacts/service-BasicOnboardJudlev-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199274737,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "aai-ml",
"timestamp": 1653199272509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199275427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199276028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "aai-ml",
"timestamp": 1653199272509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199275427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199277148,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "aai-ml",
"timestamp": 1653199272509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199275427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199278171,
"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-22T06:01:54.511Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.512Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "aai-ml",
"timestamp": 1653199272509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199275427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "multicloud-k8s-id",
"timestamp": 1653199279185,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "aai-ml",
"timestamp": 1653199272509,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199275427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199275427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "aai-ml",
"timestamp": 1653199280698,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199275427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199283261,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199285245,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1653199286250,
"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-22T06:01:54.528Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.528Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "aai-ml",
"timestamp": 1653199289265,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-22T06:01:54.543Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "aai-ml",
"timestamp": 1653199290270,
"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-22T06:01:54.547Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 81637bb9-fe80-496a-a3e8-78eb73697b04
2022-05-22T06:01:54.547Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 81637bb9-fe80-496a-a3e8-78eb73697b04 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-22T06:01:54.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6f59630d-adb0-445d-8e08-ee6969893358",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199306304,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.556Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.557Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-22T06:01:54.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-22T06:01:54.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199254955,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "NOTIFIED"
}
2022-05-22T06:01:54.558Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-22T06:01:54.984Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:54.989Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar abd9daeb-d73e-4722-bbc1-5d6a2bbe0082 71573
2022-05-22T06:01:54.989Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar ASDC sendASDCNotification
2022-05-22T06:01:54.990Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:54.990Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:54.990Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:54.992Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:54.992Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199314989,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:55.093Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:55.094Z||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-22T06:01:55.094Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:55.128Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:55.129Z||pool-42-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:55.993Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-22T06:01:55.994Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-05-22T06:01:55.995Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: abd9daeb-d73e-4722-bbc1-5d6a2bbe0082, URL: /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/artifacts/service-BasicOnboardUmwnob-csar.csar to file: /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:55.995Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:55.995Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:55.995Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.095Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8153243434679827740/Definitions/service-BasicOnboardUmwnob-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-22T06:01:56.953Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-22T06:01:56.953Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-22T06:01:56.953Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||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-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_UMWnoB 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-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|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-BasicOnboardUmwnob-csar.csar
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:01:56.954Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is not matching search criteria
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-22T06:01:56.955Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:01:56.956Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is not matching search criteria
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c691cd6-7d93-4451-bb9a-6e8957010a36
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.957Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.958Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:01:56.958Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:01:56.958Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_UMWnoB
Description:service
Model UUID:486bd211-fe45-4d9a-be2c-1ed2c9e174c9
Model Version:NULL
Model InvariantUuid:28b9f9a0-8da5-423b-b26c-817786d1d229
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_UMWnoB
Model UUID:4ab2e89d-8194-44d8-8c91-136ad0076812
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:42ae5d7b-bb39-433e-85b6-27c6e3b08a5a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:bc257e37-c681-42dd-b882-03ca0b90ef4e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:958dfee7-a2d6-4237-af68-5fd3cffc95d2
ModelName:BasicOnboardUmwnob..base_ubuntu18..module-0
ModelUuid:e3bba4a9-31e1-443e-a0b8-42a3cce405d8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:3c691cd6-7d93-4451-bb9a-6e8957010a36
ModelInvariantUuid:69be3d38-7f97-405d-8ab7-9c27b0644e6c
ModelName:basic_onboard_UMWnoB-nodes.ubuntu18Cvfc
ModelUuid:89156ac1-e5c2-4596-ab46-10e43729e40b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:f9243f71-f31b-4c07-873c-0374e0f53c88
ModelInvariantUuid:35f351cf-45ab-4e52-b423-a3b6f6e6c50d
ModelName:BasicOnboardUmwnob.compute.nodes.heat.ubuntu18
ModelUuid:0976f208-af0a-49bb-8c4f-adb9ce3ab5bb
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-22T06:01:56.964Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 71ad7366-5c56-41d6-a6bb-75b3c12bb497
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-22T06:01:56.966Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||basic_onboard_UMWnoB 0
2022-05-22T06:01:56.967Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71ad7366-5c56-41d6-a6bb-75b3c12bb497
2022-05-22T06:01:56.967Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: efa0748a-2e90-4f66-8aef-9cc845699703 from URL: /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json
2022-05-22T06:01:56.967Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:56.967Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json
2022-05-22T06:01:57.382Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:57.382Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json efa0748a-2e90-4f66-8aef-9cc845699703 798
2022-05-22T06:01:57.383Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json ASDC sendASDCNotification
2022-05-22T06:01:57.383Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json
2022-05-22T06:01:57.383Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:57.383Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:57.391Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:57.392Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199317383,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/basic_onboard_umwnob0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:57.486Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-22T06:01:57.487Z||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-22T06:01:57.487Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:57.500Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:57.502Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-22T06:01:58.392Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUmwnob..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "958dfee7-a2d6-4237-af68-5fd3cffc95d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e3bba4a9-31e1-443e-a0b8-42a3cce405d8",
"vfModuleModelCustomizationUUID": "50c6dffe-b1c8-4c1b-9e17-f251502aa3bf",
"isBase": true,
"artifacts": [
"3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d",
"d83851ff-97c0-4583-bb0c-b5b394c69808"
],
"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-22T06:01:58.396Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUmwnob..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3bba4a9-31e1-443e-a0b8-42a3cce405d8
VfModuleModelInvariantUUID:958dfee7-a2d6-4237-af68-5fd3cffc95d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d
,
d83851ff-97c0-4583-bb0c-b5b394c69808
}
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-22T06:01:58.398Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardUmwnob..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "958dfee7-a2d6-4237-af68-5fd3cffc95d2",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "e3bba4a9-31e1-443e-a0b8-42a3cce405d8",
"vfModuleModelCustomizationUUID": "50c6dffe-b1c8-4c1b-9e17-f251502aa3bf",
"isBase": true,
"artifacts": [
"3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d",
"d83851ff-97c0-4583-bb0c-b5b394c69808"
],
"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-22T06:01:58.398Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardUmwnob..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e3bba4a9-31e1-443e-a0b8-42a3cce405d8
VfModuleModelInvariantUUID:958dfee7-a2d6-4237-af68-5fd3cffc95d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d
,
d83851ff-97c0-4583-bb0c-b5b394c69808
}
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-22T06:01:58.398Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d from URL: /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:58.398Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:58.399Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:58.588Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:58.588Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml 3ac7a8ce-df62-46f3-9aed-b1d9ea76b60d 5033
2022-05-22T06:01:58.589Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-22T06:01:58.589Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml
2022-05-22T06:01:58.589Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:58.589Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:58.596Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:58.596Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199318589,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:58.691Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-05-22T06:01:58.692Z||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-22T06:01:58.692Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:58.707Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:58.708Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:01:59.596Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d83851ff-97c0-4583-bb0c-b5b394c69808 from URL: /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
2022-05-22T06:01:59.596Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-05-22T06:01:59.597Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
2022-05-22T06:01:59.640Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-05-22T06:01:59.641Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env d83851ff-97c0-4583-bb0c-b5b394c69808 909
2022-05-22T06:01:59.641Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-22T06:01:59.641Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env
2022-05-22T06:01:59.641Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-22T06:01:59.642Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-05-22T06:01:59.644Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-22T06:01:59.644Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "81637bb9-fe80-496a-a3e8-78eb73697b04",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1653199319641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardUmwnob/1.0/resourceInstances/basic_onboard_umwnob0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-22T06:01:59.744Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-22T06:01:59.745Z||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-22T06:01:59.745Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as kfud54K0r616e16l) ...
2022-05-22T06:01:59.757Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-22T06:01:59.758Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-22T06:02:00.644Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 486bd211-fe45-4d9a-be2c-1ed2c9e174c9
2022-05-22T06:02:00.645Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_UMWnoB 0 71ad7366-5c56-41d6-a6bb-75b3c12bb497 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-22T06:02:00.656Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c741cb6, org.onap.sdc.toscaparser.api.parameters.Input@7162a72b, org.onap.sdc.toscaparser.api.parameters.Input@4a5a0151, org.onap.sdc.toscaparser.api.parameters.Input@5c7b14c0, org.onap.sdc.toscaparser.api.parameters.Input@10262255]
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bc257e37-c681-42dd-b882-03ca0b90ef4e
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc257e37-c681-42dd-b882-03ca0b90ef4e matches Tosca VF Customization UUID: bc257e37-c681-42dd-b882-03ca0b90ef4e
2022-05-22T06:02:00.658Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bc257e37-c681-42dd-b882-03ca0b90ef4e 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-22T06:02:00.660Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:02:00.660Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bc257e37-c681-42dd-b882-03ca0b90ef4e: {\"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-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a8a87c0
2022-05-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 50c6dffe-b1c8-4c1b-9e17-f251502aa3bf
2022-05-22T06:02:00.661Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 50c6dffe-b1c8-4c1b-9e17-f251502aa3bf
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-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:02:00.663Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:02:00.664Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:02:00.664Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is not matching search criteria
2022-05-22T06:02:00.664Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-22T06:02:00.664Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-22T06:02:00.664Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3c691cd6-7d93-4451-bb9a-6e8957010a36
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-22T06:02:00.665Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:02:00.665Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:02:00.665Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-22T06:02:00.666Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:02:00.666Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_UMWnoB 0 is matching search criteria
2022-05-22T06:02:00.666Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_UMWnoB 0] matching following query criteria: sdcType=VF, customizationUUID=bc257e37-c681-42dd-b882-03ca0b90ef4e
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-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_UMWnoB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 486bd211-fe45-4d9a-be2c-1ed2c9e174c9: basic_onboard_UMWnoB
2022-05-22T06:02:00.667Z|81637bb9-fe80-496a-a3e8-78eb73697b04|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery