By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-03-31T03:24:44.555Z||main|||||INFO|500||The following profiles are active: basic
2022-03-31T03:24:56.724Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-31T03:24:56.725Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-31T03:24:56.836Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-31T03:25:01.191Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-31T03:25:01.583Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-31T03:25:02.079Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-31T03:25:02.090Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-31T03:25:02.200Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-31T03:25:02.444Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-31T03:25:03.140Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-31T03:25:04.985Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T03:25:07.440Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T03:25:07.498Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-31T03:25:08.167Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-31T03:25:08.328Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-03-31T03:25:09.830Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-31T03:25:10.931Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-03-31T03:25:10.951Z||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$$75ebdfa9.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-03-31T03:25:10.952Z||main|||||WARN|500||The sdc end point is not alive
2022-03-31T03:25:14.366Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-03-31T03:25:17.294Z||main|||||WARN|500||---
2022-03-31T03:25:17.295Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-31T03:25:17.295Z||main|||||WARN|500||---
2022-03-31T03:25:17.738Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-31T03:25:22.869Z||main|||||INFO|500||Started Application in 41.454 seconds (JVM running for 43.787)
2022-03-31T03:25:22.885Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-31T03:25:22.887Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-31T03:25:22.900Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-31T03:25:22.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-31T03:25:22.968Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b54afdfc-b362-4b44-b9c6-96dcb2a3c56c url= /sdc/v1/artifactTypes
2022-03-31T03:25:22.968Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-31T03:25:23.211Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-31T03:25:23.237Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-03-31T03:25:23.259Z||scheduling-1|||||DEBUG|500||create keys
2022-03-31T03:25:23.267Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-31T03:25:23.300Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:25:23.319Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= b1ea5ff9-4f9d-418f-ae64-13a6372e7e23 url= /sdc/v1/registerForDistribution
2022-03-31T03:25:23.439Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= b1ea5ff9-4f9d-418f-ae64-13a6372e7e23 url= /sdc/v1/registerForDistribution
2022-03-31T03:25:23.439Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-31T03:25:23.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:25:23.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:25:23.457Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:25:23.493Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:25:23.493Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-31T03:25:23.494Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:25:23.495Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:25:33.793Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:25:33.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:26:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:26:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:26:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:26:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:26:23.450Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:26:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:26:33.000Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:26:33.000Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:27:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:27:23.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:27:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:27:23.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:27:23.451Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:27:23.451Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:27:33.003Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:27:33.003Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:28:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:28:23.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:28:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:28:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:28:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:28:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:28:32.995Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:28:33.007Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:29:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:29:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:29:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:29:23.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:29:23.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:29:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:29:32.992Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:29:32.997Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:30:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:30:23.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:30:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:30:23.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:30:23.450Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:30:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:30:33.000Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:30:33.001Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:31:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:31:23.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:31:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:31:23.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:31:23.449Z||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-03-31T03:31:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:31:33.005Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:31:33.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:32:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:32:23.448Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:32:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:32:23.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:32:23.452Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:32:23.452Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:32:33.002Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:32:33.002Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:33:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:33:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:33:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:33:23.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:33:23.449Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:33:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:33:32.998Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:33:33.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:34:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:34:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:34:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:34:23.449Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:34:23.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:34:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:34:33.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:34:33.005Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:34:49.601Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-31T03:35:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:35:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:35:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:35:23.449Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:35:23.449Z||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-03-31T03:35:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:35:32.997Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:35:32.999Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:36:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:36:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:36:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:36:23.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:36:23.449Z||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-03-31T03:36:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:36:33.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:36:33.005Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:37:23.446Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:37:23.447Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:37:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:37:23.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:37:23.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:37:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:37:33.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:37:33.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:38:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:38:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:38:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:38:23.449Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:38:23.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:38:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:38:32.999Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:38:33.000Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:39:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:39:23.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:39:23.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:39:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:39:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:39:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:39:33.004Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:39:33.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:40:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:40:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:40:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:40:23.449Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:40:23.450Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:40:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:40:32.997Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:40:33.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:41:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:41:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:41:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:41:23.448Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:41:23.450Z||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-03-31T03:41:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:41:32.996Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:41:33.000Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:42:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:42:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:42:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:42:23.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:42:23.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:42:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:42:32.995Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:42:32.996Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:43:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:43:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:43:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:43:23.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:43:23.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:43:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:43:33.005Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:43:33.005Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:44:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:44:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:44:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:44:23.449Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:44:23.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:44:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:44:33.002Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:44:33.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:45:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:45:23.447Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:45:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:45:23.449Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:45:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:45:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:45:33.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:45:33.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:46:23.446Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:46:23.448Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:46:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:46:23.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:46:23.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:46:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:46:33.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:46:33.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:47:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:47:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:47:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:47:23.449Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:47:23.450Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:47:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:47:33.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:47:33.008Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:48:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:48:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:48:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:48:23.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:48:23.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:48:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:48:33.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:48:33.001Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:49:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:49:23.448Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:49:23.450Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:49:23.450Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:49:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:49:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:49:33.006Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:49:33.008Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:50:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:50:23.448Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:50:23.448Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:50:23.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:50:23.449Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:50:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:50:33.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:50:33.001Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:51:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:51:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:51:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:51:23.448Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:51:23.449Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:51:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:51:33.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:51:33.020Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:52:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:52:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:52:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:52:23.448Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:52:23.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:52:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:52:32.997Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:52:32.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:53:23.446Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:53:23.447Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:53:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:53:23.448Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:53:23.449Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:53:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:53:32.997Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:53:32.998Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:23.446Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:54:23.447Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:54:23.447Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:23.448Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:54:23.449Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:54:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:24.100Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:24.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1c5823c-073a-40bf-8295-df54ab5d5494","serviceName":"basic_onboard_dybCoN","serviceVersion":"1.0","serviceUUID":"1c54e338-d07d-41f5-ada5-176433156657","serviceDescription":"service","serviceInvariantUUID":"103c66ab-e09e-44d3-bd33-1f8e4b71b581","resources":[{"resourceInstanceName":"basic_onboard_dybCoN 0","resourceName":"basic_onboard_dybCoN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd9688ae-018c-4e51-b7d8-b2325162df23","resourceInvariantUUID":"fb2fea24-d940-4a04-814b-6c5d32a012fa","resourceCustomizationUUID":"2c10797b-4ee2-478e-8e19-246b2a32bd1a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml","artifactChecksum":"NzVhZGVhZWJhZjhjZDM0YTc4YmJhNzJlY2Q5MmExNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"290d239b-5403-4edc-a677-4be5dc1f9d8a","artifactVersion":"1"},{"artifactName":"basic_onboard_dybcon0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json","artifactChecksum":"ZGUxMTNjZjIyODJkNzljNWE2YmRlOGVkMjBlYjhlYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4ead3e8e-0985-4f43-b491-c03c6e4718dd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e309a2c0-df0b-4eb0-81e7-d00717ca80fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c54e722e-fdd1-4154-a3b6-b7d19eecb986","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912","artifactVersion":"2","generatedFromUUID":"e309a2c0-df0b-4eb0-81e7-d00717ca80fb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDybcon-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml","artifactChecksum":"ZDQxZDM5YWFmMTUwMTA2MTU5NjBmODllYTY5ZmJjZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9e00f93-e1a5-4aec-9488-fe4c106a3cb0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDybcon-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar","artifactChecksum":"YWNkMTM0NjRhNTQ5MTE2MGMzODllNjMxMTRkZTEyMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea117cee-88c6-4984-ac42-b793b926fedd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T03:54:24.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:24.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698834834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.123Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:24.134Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:24.161Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:24.161Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "cds",
"timestamp": 1648698840111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "clamp",
"timestamp": 1648698832053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698838897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "policy-id",
"timestamp": 1648698837958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698840514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "cds",
"timestamp": 1648698840111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698834834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "clamp",
"timestamp": 1648698832053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "policy-id",
"timestamp": 1648698837958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698838897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698840514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "cds",
"timestamp": 1648698840111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698834834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "clamp",
"timestamp": 1648698832053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "policy-id",
"timestamp": 1648698837958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698838897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698840514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "cds",
"timestamp": 1648698840111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698834834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "clamp",
"timestamp": 1648698832053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "policy-id",
"timestamp": 1648698837958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698838897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698840514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "cds",
"timestamp": 1648698840111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698834834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "clamp",
"timestamp": 1648698832053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "policy-id",
"timestamp": 1648698837958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698838897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.193Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698840514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.194Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "dcae-sch",
"timestamp": 1648698845982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "cds",
"timestamp": 1648698840111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698834834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "clamp",
"timestamp": 1648698832053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "policy-id",
"timestamp": 1648698837958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698838897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698840514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "dcae-sch",
"timestamp": 1648698845982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "aai-ml",
"timestamp": 1648698846579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698834834,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "cds",
"timestamp": 1648698840111,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "clamp",
"timestamp": 1648698832053,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "policy-id",
"timestamp": 1648698837958,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.202Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698838897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.203Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698840514,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "dcae-sch",
"timestamp": 1648698845982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.205Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "aai-ml",
"timestamp": 1648698846579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.205Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.206Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "dcae-sch",
"timestamp": 1648698845982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.206Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "aai-ml",
"timestamp": 1648698846579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.208Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.208Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698849802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "cds",
"timestamp": 1648698849549,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.209Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "policy-id",
"timestamp": 1648698849511,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698850623,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "dcae-sch",
"timestamp": 1648698845982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "aai-ml",
"timestamp": 1648698846579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "cds",
"timestamp": 1648698850573,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-03-31T03:54:24.261Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-31T03:54:24.265Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:24.265Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:54:24.279Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:24.280Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:54:24.416Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:54:24.439Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:54:24.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "policy-id",
"timestamp": 1648698850522,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:54:24.466Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698851092,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "dcae-sch",
"timestamp": 1648698845982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "aai-ml",
"timestamp": 1648698846579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "policy-id",
"timestamp": 1648698851528,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:54:24.484Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:54:24.484Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:54:24.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698852304,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "dcae-sch",
"timestamp": 1648698845982,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "aai-ml",
"timestamp": 1648698846579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:24.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698853402,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:54:24.503Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:54:24.503Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T03:54:24.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "aai-ml",
"timestamp": 1648698846579,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:54:24.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-03-31T03:54:24.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698854408,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "aai-ml",
"timestamp": 1648698854554,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.518Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698856523,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:54:24.519Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:24.519Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.519Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698857540,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:54:24.525Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:54:24.525Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:54:24.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-31T03:54:24.537Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "clamp",
"timestamp": 1648698862100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:24.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:54:25.168Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:25.169Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:25.171Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:25.171Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T03:54:25.271Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:25.272Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:25.272Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:25.290Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:25.290Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:54:26.172Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:26.173Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:26.175Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:26.175Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T03:54:26.275Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:26.276Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:26.276Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:26.295Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:26.301Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:27.176Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:27.177Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:27.179Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:27.179Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:27.279Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:27.280Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:27.281Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:27.320Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:27.321Z||pool-6-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:54:28.181Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:28.183Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:28.186Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:28.186Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T03:54:28.286Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:28.287Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:28.287Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:28.321Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:28.322Z||pool-7-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:29.186Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:29.187Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:29.189Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:29.189Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:54:29.290Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:54:29.291Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:29.291Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:29.315Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:29.315Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:30.190Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:54:30.191Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:30.193Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:30.194Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:54:30.294Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:30.295Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:30.295Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:30.319Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:30.319Z||pool-9-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:31.196Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"serviceName": "basic_onboard_dybCoN",
"serviceVersion": "1.0",
"serviceUUID": "1c54e338-d07d-41f5-ada5-176433156657",
"serviceDescription": "service",
"serviceInvariantUUID": "103c66ab-e09e-44d3-bd33-1f8e4b71b581",
"resources": [
{
"resourceInstanceName": "basic_onboard_dybCoN 0",
"resourceCustomizationUUID": "2c10797b-4ee2-478e-8e19-246b2a32bd1a",
"resourceName": "basic_onboard_dybCoN",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "cd9688ae-018c-4e51-b7d8-b2325162df23",
"resourceInvariantUUID": "fb2fea24-d940-4a04-814b-6c5d32a012fa",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_dybcon0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"artifactChecksum": "ZGUxMTNjZjIyODJkNzljNWE2YmRlOGVkMjBlYjhlYjY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "4ead3e8e-0985-4f43-b491-c03c6e4718dd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "e309a2c0-df0b-4eb0-81e7-d00717ca80fb",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912",
"generatedFromUUID": "e309a2c0-df0b-4eb0-81e7-d00717ca80fb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardDybcon-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"artifactChecksum": "YWNkMTM0NjRhNTQ5MTE2MGMzODllNjMxMTRkZTEyMmU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ea117cee-88c6-4984-ac42-b793b926fedd"
}
],
"workloadContext": "Production"
}
2022-03-31T03:54:31.198Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T03:54:31.198Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1c54e338-d07d-41f5-ada5-176433156657 ASDC
2022-03-31T03:54:31.335Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f1c5823c-073a-40bf-8295-df54ab5d5494
ServiceName:basic_onboard_dybCoN
ServiceVersion:1.0
ServiceUUID:1c54e338-d07d-41f5-ada5-176433156657
ServiceInvariantUUID:103c66ab-e09e-44d3-bd33-1f8e4b71b581
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardDybcon-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar
ArtifactUUID:ea117cee-88c6-4984-ac42-b793b926fedd
ArtifactChecksum:YWNkMTM0NjRhNTQ5MTE2MGMzODllNjMxMTRkZTEyMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_dybCoN 0
ResourceCustomizationUUID:2c10797b-4ee2-478e-8e19-246b2a32bd1a
ResourceInvariantUUID:fb2fea24-d940-4a04-814b-6c5d32a012fa
ResourceName:basic_onboard_dybCoN
ResourceType:VF
ResourceUUID:cd9688ae-018c-4e51-b7d8-b2325162df23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_dybcon0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json
ArtifactUUID:4ead3e8e-0985-4f43-b491-c03c6e4718dd
ArtifactChecksum:ZGUxMTNjZjIyODJkNzljNWE2YmRlOGVkMjBlYjhlYjY=
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/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml
ArtifactUUID:e309a2c0-df0b-4eb0-81e7-d00717ca80fb
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/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
ArtifactUUID:ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912
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/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
ArtifactUUID:ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-31T03:54:31.335Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c54e338-d07d-41f5-ada5-176433156657 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T03:54:31.396Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:54:31.398Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T03:54:31.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T03:54:31.400Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea117cee-88c6-4984-ac42-b793b926fedd from URL: /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:31.400Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T03:54:31.402Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:31.712Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T03:54:31.729Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar ea117cee-88c6-4984-ac42-b793b926fedd 71553
2022-03-31T03:54:31.732Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar ASDC sendASDCNotification
2022-03-31T03:54:31.732Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:31.733Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:54:31.735Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:31.738Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:31.739Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698871730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:31.838Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:54:31.839Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:31.839Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:31.857Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:31.857Z||pool-10-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:32.739Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:54:32.741Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-03-31T03:54:32.741Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ea117cee-88c6-4984-ac42-b793b926fedd, URL: /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar to file: /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:32.742Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:32.835Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:32.836Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:33.432Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11954622380641977186/Definitions/service-BasicOnboardDybcon-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-31T03:54:35.369Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T03:54:35.374Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.375Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.376Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.376Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.376Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dybCoN 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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.376Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||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-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:35.376Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-03-31T03:54:35.383Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.385Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.389Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:35.389Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-31T03:54:35.391Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:54:35.393Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.393Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.393Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:35.393Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-03-31T03:54:35.394Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:54:35.394Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.394Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.398Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.398Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is not matching search criteria
2022-03-31T03:54:35.398Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-31T03:54:35.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-31T03:54:35.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-31T03:54:35.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:54:35.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T03:54:35.399Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.400Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:54:35.401Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.401Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:35.401Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:35.402Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.402Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:35.402Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:35.402Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.403Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:35.403Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:35.403Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.403Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is not matching search criteria
2022-03-31T03:54:35.404Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T03:54:35.404Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:54:35.404Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a53ac4e4-e535-4a38-86a9-b3633b6a7b64
2022-03-31T03:54:35.404Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.404Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.405Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.405Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.405Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.405Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.405Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:35.406Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:35.407Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_dybCoN
Description:service
Model UUID:1c54e338-d07d-41f5-ada5-176433156657
Model Version:NULL
Model InvariantUuid:103c66ab-e09e-44d3-bd33-1f8e4b71b581
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_dybCoN
Model UUID:29ee1e4d-7493-4d27-b591-c380e1d7da4c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fb2fea24-d940-4a04-814b-6c5d32a012fa
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2c10797b-4ee2-478e-8e19-246b2a32bd1a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:07d57302-6d9e-4619-b831-431c62c9d942
ModelName:BasicOnboardDybcon..base_ubuntu18..module-0
ModelUuid:9c01ba00-0629-49e2-a01d-4d42c6cc8c29
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a53ac4e4-e535-4a38-86a9-b3633b6a7b64
ModelInvariantUuid:13a1e8d9-43cb-4c49-835c-ecb6369548f0
ModelName:basic_onboard_dybCoN-nodes.ubuntu18Cvfc
ModelUuid:e9dd0437-46b5-4abc-8e38-2c3e7790daee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e7f947bd-d0dc-4b3d-82f7-b51592b80a73
ModelInvariantUuid:d38eba79-2a77-44d9-ae2d-3f88e9994212
ModelName:BasicOnboardDybcon.compute.nodes.heat.ubuntu18
ModelUuid:08730772-4add-478d-91df-ef63987a5f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T03:54:35.417Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: cd9688ae-018c-4e51-b7d8-b2325162df23
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:54:35.519Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||basic_onboard_dybCoN 0
2022-03-31T03:54:35.526Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd9688ae-018c-4e51-b7d8-b2325162df23
2022-03-31T03:54:35.526Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ead3e8e-0985-4f43-b491-c03c6e4718dd from URL: /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json
2022-03-31T03:54:35.526Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T03:54:35.526Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json
2022-03-31T03:54:35.923Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T03:54:35.924Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json 4ead3e8e-0985-4f43-b491-c03c6e4718dd 798
2022-03-31T03:54:35.925Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json ASDC sendASDCNotification
2022-03-31T03:54:35.925Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json
2022-03-31T03:54:35.925Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:54:35.925Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:35.928Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:35.928Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698875925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:36.029Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:36.030Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:36.030Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:36.051Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:36.051Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:36.931Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDybcon..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "07d57302-6d9e-4619-b831-431c62c9d942",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9c01ba00-0629-49e2-a01d-4d42c6cc8c29",
"vfModuleModelCustomizationUUID": "0958912d-70d3-4e6c-8b3e-ab4c40b3f0d9",
"isBase": true,
"artifacts": [
"e309a2c0-df0b-4eb0-81e7-d00717ca80fb",
"ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T03:54:36.944Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDybcon..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c01ba00-0629-49e2-a01d-4d42c6cc8c29
VfModuleModelInvariantUUID:07d57302-6d9e-4619-b831-431c62c9d942
VfModuleModelDescription:NULL
Artifacts UUID List:{
e309a2c0-df0b-4eb0-81e7-d00717ca80fb
,
ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T03:54:36.972Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardDybcon..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "07d57302-6d9e-4619-b831-431c62c9d942",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9c01ba00-0629-49e2-a01d-4d42c6cc8c29",
"vfModuleModelCustomizationUUID": "0958912d-70d3-4e6c-8b3e-ab4c40b3f0d9",
"isBase": true,
"artifacts": [
"e309a2c0-df0b-4eb0-81e7-d00717ca80fb",
"ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T03:54:36.973Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardDybcon..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9c01ba00-0629-49e2-a01d-4d42c6cc8c29
VfModuleModelInvariantUUID:07d57302-6d9e-4619-b831-431c62c9d942
VfModuleModelDescription:NULL
Artifacts UUID List:{
e309a2c0-df0b-4eb0-81e7-d00717ca80fb
,
ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T03:54:36.973Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e309a2c0-df0b-4eb0-81e7-d00717ca80fb from URL: /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml
2022-03-31T03:54:36.973Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T03:54:36.973Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml
2022-03-31T03:54:37.311Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T03:54:37.311Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml e309a2c0-df0b-4eb0-81e7-d00717ca80fb 5033
2022-03-31T03:54:37.312Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T03:54:37.312Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml
2022-03-31T03:54:37.312Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:54:37.312Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:37.314Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:37.314Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698877312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:37.416Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-31T03:54:37.419Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:37.419Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:37.437Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:37.438Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:38.316Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912 from URL: /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
2022-03-31T03:54:38.317Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-03-31T03:54:38.317Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
2022-03-31T03:54:38.616Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-03-31T03:54:38.620Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env ea0abaec-47f6-4b5e-b2bf-c8ed3ebde912 909
2022-03-31T03:54:38.620Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T03:54:38.620Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
2022-03-31T03:54:38.620Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:54:38.621Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:38.628Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:38.628Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698878620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:54:38.728Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:38.729Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:38.729Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:38.743Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:38.744Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:39.629Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1c54e338-d07d-41f5-ada5-176433156657
2022-03-31T03:54:39.629Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dybCoN 0 cd9688ae-018c-4e51-b7d8-b2325162df23 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-03-31T03:54:39.665Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ebccc3c, org.onap.sdc.toscaparser.api.parameters.Input@121f8330, org.onap.sdc.toscaparser.api.parameters.Input@71e4e3f4, org.onap.sdc.toscaparser.api.parameters.Input@416fff24, org.onap.sdc.toscaparser.api.parameters.Input@790a0619]
2022-03-31T03:54:39.669Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.669Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.670Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-03-31T03:54:39.670Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2c10797b-4ee2-478e-8e19-246b2a32bd1a
2022-03-31T03:54:39.670Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2c10797b-4ee2-478e-8e19-246b2a32bd1a matches Tosca VF Customization UUID: 2c10797b-4ee2-478e-8e19-246b2a32bd1a
2022-03-31T03:54:39.670Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2c10797b-4ee2-478e-8e19-246b2a32bd1a matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T03:54:39.678Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.678Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.679Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2c10797b-4ee2-478e-8e19-246b2a32bd1a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-31T03:54:39.680Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@363eb2c1
2022-03-31T03:54:39.680Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.680Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:54:39.680Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0958912d-70d3-4e6c-8b3e-ab4c40b3f0d9
2022-03-31T03:54:39.681Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0958912d-70d3-4e6c-8b3e-ab4c40b3f0d9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T03:54:39.687Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.688Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:39.688Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:39.689Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.689Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:39.689Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:39.689Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.689Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is not matching search criteria
2022-03-31T03:54:39.690Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T03:54:39.690Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:54:39.690Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a53ac4e4-e535-4a38-86a9-b3633b6a7b64
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T03:54:39.698Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.698Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:39.698Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:54:39.699Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.699Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_dybCoN 0 is matching search criteria
2022-03-31T03:54:39.699Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_dybCoN 0] matching following query criteria: sdcType=VF, customizationUUID=2c10797b-4ee2-478e-8e19-246b2a32bd1a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:54:39.701Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.702Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.702Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1c54e338-d07d-41f5-ada5-176433156657: basic_onboard_dybCoN
2022-03-31T03:54:39.702Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.702Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.703Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.703Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.703Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.703Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.703Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.704Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.704Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:54:39.704Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_dybCoN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:54:39.704Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_dybCoN
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:54:39.904Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dybCoN cd9688ae-018c-4e51-b7d8-b2325162df23 1 ASDC deployResourceStructure
2022-03-31T03:54:39.904Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json ASDC sendASDCNotification
2022-03-31T03:54:39.905Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json
2022-03-31T03:54:39.905Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:54:39.905Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:39.907Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:39.907Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698879904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T03:54:40.007Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:54:40.008Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:40.008Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:40.030Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:40.032Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:40.910Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T03:54:40.910Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml
2022-03-31T03:54:40.910Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:54:40.911Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:40.914Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:40.914Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698880909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T03:54:41.015Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-31T03:54:41.016Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:41.016Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:41.035Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:41.036Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:54:41.918Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T03:54:41.918Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env
2022-03-31T03:54:41.918Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:54:41.919Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:41.925Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:41.926Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698881917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-31T03:54:42.023Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-31T03:54:42.024Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:42.025Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:42.042Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:42.043Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:42.927Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar ASDC sendASDCNotification
2022-03-31T03:54:42.927Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar
2022-03-31T03:54:42.928Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:54:42.928Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:54:42.930Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:54:42.931Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698882927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:54:43.033Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-31T03:54:43.035Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:54:43.035Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:54:43.053Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:54:43.053Z||pool-17-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:54:43.932Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:54:43.950Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:54:43.953Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:54:43.954Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:54:43.954Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:55:13.955Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:55:13.973Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:55:13.979Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:55:13.979Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:55:13.979Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:55:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:55:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:55:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:55:23.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:55:23.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:55:23.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:55:23.580Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:55:43.980Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:55:43.995Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:55:44.000Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:55:44.000Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:55:44.000Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:56:14.001Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:56:14.013Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:56:14.017Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:56:14.018Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:56:14.018Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:56:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:56:23.450Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:56:23.451Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:56:23.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:56:23.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "clamp",
"timestamp": 1648698864101,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:56:23.488Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T03:56:23.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:56:23.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "clamp",
"timestamp": 1648698865107,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:56:23.512Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:56:23.512Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:56:23.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T03:56:23.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "aai-ml",
"timestamp": 1648698867980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "aai-ml",
"timestamp": 1648698868987,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:56:23.534Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f1c5823c-073a-40bf-8295-df54ab5d5494
2022-03-31T03:56:23.535Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f1c5823c-073a-40bf-8295-df54ab5d5494 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:56:23.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698863446,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:56:23.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:56:23.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698871730,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:56:23.547Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698875925,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:56:23.548Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698877312,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:56:23.549Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698878620,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:56:23.550Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698879904,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/basic_onboard_dybcon0_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T03:56:23.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698880909,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T03:56:23.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698881917,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/resourceInstances/basic_onboard_dybcon0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-03-31T03:56:23.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:23.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:56:23.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648698882927,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardDybcon/1.0/artifacts/service-BasicOnboardDybcon-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:56:23.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:56:44.018Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:56:44.033Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:56:44.038Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:56:44.038Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T03:56:44.039Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T03:56:44.039Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T03:56:44.040Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:56:44.040Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:56:44.040Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:56:44.040Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:56:44.041Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:56:44.041Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:56:44.041Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:56:44.046Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T03:57:14.047Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1c5823c-073a-40bf-8295-df54ab5d5494 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T03:57:14.057Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1c5823c-073a-40bf-8295-df54ab5d5494 and serviceModelVersionId: 1c54e338-d07d-41f5-ada5-176433156657
2022-03-31T03:57:14.057Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 103c66ab-e09e-44d3-bd33-1f8e4b71b581
2022-03-31T03:57:23.448Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:57:23.449Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:57:23.449Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:23.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:23.487Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.487Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698954835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.488Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.488Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698960514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.488Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "cds",
"timestamp": 1648698960111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "clamp",
"timestamp": 1648698952053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.489Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698958897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "policy-id",
"timestamp": 1648698957958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "clamp",
"timestamp": 1648698952053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698954835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698960514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "cds",
"timestamp": 1648698960111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698958897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "policy-id",
"timestamp": 1648698957958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "clamp",
"timestamp": 1648698952053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698960514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698954835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "cds",
"timestamp": 1648698960111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698958897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "policy-id",
"timestamp": 1648698957958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "clamp",
"timestamp": 1648698952053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698960514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "cds",
"timestamp": 1648698960111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698954835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698958897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "policy-id",
"timestamp": 1648698957958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698954835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "cds",
"timestamp": 1648698960111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "clamp",
"timestamp": 1648698952053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698960514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698958897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "policy-id",
"timestamp": 1648698957958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.503Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "dcae-sch",
"timestamp": 1648698965982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698954835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.505Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.505Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698960514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.505Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.506Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.506Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "clamp",
"timestamp": 1648698952053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.506Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.507Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "cds",
"timestamp": 1648698960111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.507Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.507Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698958897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.508Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.508Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.508Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "policy-id",
"timestamp": 1648698957958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.509Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "dcae-sch",
"timestamp": 1648698965982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "aai-ml",
"timestamp": 1648698966579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "clamp",
"timestamp": 1648698952053,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "ves-openapi-manager",
"timestamp": 1648698954835,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698960514,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "cds",
"timestamp": 1648698960111,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698958897,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.515Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.515Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "policy-id",
"timestamp": 1648698957958,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.515Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "dcae-sch",
"timestamp": 1648698965982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.516Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "aai-ml",
"timestamp": 1648698966579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.517Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.517Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.517Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "cds",
"timestamp": 1648698969025,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.518Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698969403,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698970121,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.519Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "policy-id",
"timestamp": 1648698969107,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.520Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "dcae-sch",
"timestamp": 1648698965982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "aai-ml",
"timestamp": 1648698966579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "cds",
"timestamp": 1648698970032,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:23.542Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:57:23.542Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:23.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "policy-id",
"timestamp": 1648698970117,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:57:23.553Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.553Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.553Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698970510,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "dcae-sch",
"timestamp": 1648698965982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.554Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "aai-ml",
"timestamp": 1648698966579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.555Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.555Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.555Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "policy-id",
"timestamp": 1648698971122,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:57:23.560Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:57:23.560Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:23.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "dcae-sch",
"timestamp": 1648698965982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "aai-ml",
"timestamp": 1648698966579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698971799,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "dcae-sch",
"timestamp": 1648698965982,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "aai-ml",
"timestamp": 1648698966579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:23.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698972824,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:57:23.582Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:57:23.582Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-31T03:57:23.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "aai-ml",
"timestamp": 1648698966579,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:57:23.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-03-31T03:57:23.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698974348,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:57:23.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "multicloud-k8s-id",
"timestamp": 1648698973828,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T03:57:23.592Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1648698975358,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:57:23.598Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:57:23.599Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:23.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "aai-ml",
"timestamp": 1648698974528,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "clamp",
"timestamp": 1648698975376,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:23.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "clamp",
"timestamp": 1648698977110,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:57:23.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:57:23.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:57:23.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "clamp",
"timestamp": 1648698978115,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:57:23.628Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:57:23.628Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:29.472Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0
2022-03-31T03:57:29.590Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T03:57:30.106Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0|INFO|500||Invoke
2022-03-31T03:57:30.114Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1c5823c-073a-40bf-8295-df54ab5d5494], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8b1d7e0f-d715-47e6-8057-2c8656db1a77], X-ECOMP-RequestID=[f1c5823c-073a-40bf-8295-df54ab5d5494], X-TransactionId=[], X-ONAP-RequestID=[f1c5823c-073a-40bf-8295-df54ab5d5494], Content-Type=[application/merge-patch+json]}
2022-03-31T03:57:30.231Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-31T03:57:30.744Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?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/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-03:57:29:330-98282], vertex-id=[221272], Content-Length=[0], Date=[Thu, 31 Mar 2022 03:57:29 GMT], Content-Type=[application/json]}
2022-03-31T03:57:30.745Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-31T03:57:30.746Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103c66ab-e09e-44d3-bd33-1f8e4b71b581/model-vers/model-ver/1c54e338-d07d-41f5-ada5-176433156657?depth=0|INFO|500||InvokeReturn
2022-03-31T03:57:30.749Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T03:57:30.749Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:57:30.759Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T03:57:30.760Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1c5823c-073a-40bf-8295-df54ab5d5494 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T03:57:30.761Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T03:57:30.761Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:30.764Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:30.764Z|f1c5823c-073a-40bf-8295-df54ab5d5494|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "f1c5823c-073a-40bf-8295-df54ab5d5494",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699050760,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T03:57:30.864Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:30.865Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:30.865Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:30.892Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:30.892Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T03:57:31.775Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:57:31.776Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:57:31.776Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:36.142Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:36.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T03:57:36.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d3e995b6-6cec-4377-a2fd-d6defd531036","serviceName":"vFW 2022-03-31 03-54-04","serviceVersion":"1.0","serviceUUID":"10b7cd53-394d-44be-9ece-7eb40b595547","serviceDescription":"catalog service description","serviceInvariantUUID":"3aa0f145-e395-459b-b510-b2f01bfeed36","resources":[{"resourceInstanceName":"vFW e19c7f54-b129 0","resourceName":"vFW e19c7f54-b129","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eab6085c-dfba-428a-ba3c-25da57f9f977","resourceInvariantUUID":"07ddbc2b-6652-43d9-abe4-24e1f7c1441a","resourceCustomizationUUID":"fa8c713d-aa47-427f-967c-12bbceb00e3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml","artifactChecksum":"MjBkNWQyMDZlMzM0YTc1YjAwYjgxZjU5OTkwYjAwYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0412a140-07c8-4ec2-ba83-c43ed3bb9f30","artifactVersion":"1"},{"artifactName":"vfwe19c7f54b1290_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json","artifactChecksum":"YWEyZmFjOTJlYmUyNTllN2Y5YWYzOWViOGQxNzhjMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0311b819-c445-448d-9ca8-486735be094d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"abf6fd47-9579-4f9b-a960-d4a9717cb4cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml","artifactChecksum":"YzlhYjg5OGUzMmM4YjNhMWJkZWNlN2NmOTU1NTE5ZTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"61268eed-ba67-4670-a0aa-6fb09f8029bc","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6f96ec02-de26-40a9-86f9-a0d3d20d043d","artifactVersion":"2","generatedFromUUID":"abf6fd47-9579-4f9b-a960-d4a9717cb4cd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220331035404-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml","artifactChecksum":"MDE2MWYzODcyNmVlMTdmMjRiMjhjNDBkZjEzZjc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b45dcbc-2d6f-437e-96fe-96e8f81a2b76","artifactVersion":"1"},{"artifactName":"service-Vfw20220331035404-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar","artifactChecksum":"ZGYyMzE1OWM4YTRmMDU3NTAzNTc5ZjIxNDBhZTBlZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b01b5470-1058-4d26-87c2-9a8abac96a7e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T03:57:36.147Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:36.148Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:36.150Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:36.150Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:36.250Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:36.251Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:36.251Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:36.261Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:36.262Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:37.151Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:37.152Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:37.154Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:37.154Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "NOTIFIED"
}
2022-03-31T03:57:37.254Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:37.255Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:37.255Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:37.269Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:37.269Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:57:38.154Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:38.155Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:38.158Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:38.158Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-03-31T03:57:38.258Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:38.259Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:38.259Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:38.271Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:38.271Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:39.159Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:39.161Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:39.163Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:39.164Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:39.264Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:39.265Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:39.265Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:39.279Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:39.280Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:57:40.164Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:40.165Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:40.168Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:40.168Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-03-31T03:57:40.268Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:40.269Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:40.269Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:40.288Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:40.288Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:41.169Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:41.170Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:41.172Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:41.172Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:57:41.272Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:41.273Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:41.273Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:41.286Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:41.287Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:42.172Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:57:42.173Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:42.175Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:42.175Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:57:42.276Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:42.277Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:42.277Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:42.290Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:42.291Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:43.177Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"serviceName": "vFW 2022-03-31 03-54-04",
"serviceVersion": "1.0",
"serviceUUID": "10b7cd53-394d-44be-9ece-7eb40b595547",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "3aa0f145-e395-459b-b510-b2f01bfeed36",
"resources": [
{
"resourceInstanceName": "vFW e19c7f54-b129 0",
"resourceCustomizationUUID": "fa8c713d-aa47-427f-967c-12bbceb00e3d",
"resourceName": "vFW e19c7f54-b129",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "eab6085c-dfba-428a-ba3c-25da57f9f977",
"resourceInvariantUUID": "07ddbc2b-6652-43d9-abe4-24e1f7c1441a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwe19c7f54b1290_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"artifactChecksum": "YWEyZmFjOTJlYmUyNTllN2Y5YWYzOWViOGQxNzhjMjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0311b819-c445-448d-9ca8-486735be094d",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "abf6fd47-9579-4f9b-a960-d4a9717cb4cd",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f96ec02-de26-40a9-86f9-a0d3d20d043d",
"generatedFromUUID": "abf6fd47-9579-4f9b-a960-d4a9717cb4cd"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "6f96ec02-de26-40a9-86f9-a0d3d20d043d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220331035404-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"artifactChecksum": "ZGYyMzE1OWM4YTRmMDU3NTAzNTc5ZjIxNDBhZTBlZTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b01b5470-1058-4d26-87c2-9a8abac96a7e"
}
],
"workloadContext": "Production"
}
2022-03-31T03:57:43.177Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T03:57:43.177Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10b7cd53-394d-44be-9ece-7eb40b595547 ASDC
2022-03-31T03:57:43.178Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d3e995b6-6cec-4377-a2fd-d6defd531036
ServiceName:vFW 2022-03-31 03-54-04
ServiceVersion:1.0
ServiceUUID:10b7cd53-394d-44be-9ece-7eb40b595547
ServiceInvariantUUID:3aa0f145-e395-459b-b510-b2f01bfeed36
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220331035404-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar
ArtifactUUID:b01b5470-1058-4d26-87c2-9a8abac96a7e
ArtifactChecksum:ZGYyMzE1OWM4YTRmMDU3NTAzNTc5ZjIxNDBhZTBlZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e19c7f54-b129 0
ResourceCustomizationUUID:fa8c713d-aa47-427f-967c-12bbceb00e3d
ResourceInvariantUUID:07ddbc2b-6652-43d9-abe4-24e1f7c1441a
ResourceName:vFW e19c7f54-b129
ResourceType:VF
ResourceUUID:eab6085c-dfba-428a-ba3c-25da57f9f977
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe19c7f54b1290_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json
ArtifactUUID:0311b819-c445-448d-9ca8-486735be094d
ArtifactChecksum:YWEyZmFjOTJlYmUyNTllN2Y5YWYzOWViOGQxNzhjMjk=
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/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml
ArtifactUUID:abf6fd47-9579-4f9b-a960-d4a9717cb4cd
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/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
ArtifactUUID:6f96ec02-de26-40a9-86f9-a0d3d20d043d
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/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
ArtifactUUID:6f96ec02-de26-40a9-86f9-a0d3d20d043d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-31T03:57:43.178Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10b7cd53-394d-44be-9ece-7eb40b595547 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T03:57:43.209Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:57:43.209Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:57:43.209Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:57:43.210Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b01b5470-1058-4d26-87c2-9a8abac96a7e from URL: /sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:43.210Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:57:43.210Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:43.817Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:57:43.834Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar b01b5470-1058-4d26-87c2-9a8abac96a7e 99001
2022-03-31T03:57:43.834Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar ASDC sendASDCNotification
2022-03-31T03:57:43.835Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:43.835Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:57:43.835Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:43.837Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:43.837Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699063834,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:43.937Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:43.938Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:43.939Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:43.958Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:43.959Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:44.837Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:57:44.839Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:57:44.839Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b01b5470-1058-4d26-87c2-9a8abac96a7e, URL: /sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar to file: /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:44.839Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220331035404-csar.csar
2022-03-31T03:57:44.840Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:44.840Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:45.001Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3059947947739262988/Definitions/service-Vfw20220331035404-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-03-31T03:57:47.211Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T03:57:47.212Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T03:57:47.212Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.212Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-31T03:57:47.212Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.213Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e19c7f54-b129 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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||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-Vfw20220331035404-csar.csar
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.214Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:47.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T03:57:47.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:57:47.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:47.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T03:57:47.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:57:47.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.218Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T03:57:47.219Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.220Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:57:47.220Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.220Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:47.220Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:47.220Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:47.221Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T03:57:47.222Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.223Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce207b67-7213-43ae-9942-ec6c101439c1
2022-03-31T03:57:47.224Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.224Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:47.224Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:47.224Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:47.224Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T03:57:47.225Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e59ab402-2906-486e-9eef-a49463c7b64a
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:47.226Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.227Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9994ba09-fff2-48aa-96b6-629ba9833677
2022-03-31T03:57:47.228Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:47.229Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:47.230Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-03-31 03-54-04
Description:catalog service description
Model UUID:10b7cd53-394d-44be-9ece-7eb40b595547
Model Version:NULL
Model InvariantUuid:3aa0f145-e395-459b-b510-b2f01bfeed36
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW e19c7f54-b129
Model UUID:ec377f75-205f-490d-9bdb-43498006aa6f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07ddbc2b-6652-43d9-abe4-24e1f7c1441a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fa8c713d-aa47-427f-967c-12bbceb00e3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2b40b799-ae7a-4b27-beca-c45fa569dfcb
ModelName:VfwE19c7f54B129..base_vfw..module-0
ModelUuid:4163240e-2f47-4882-b757-4c08d9280577
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ce207b67-7213-43ae-9942-ec6c101439c1
ModelInvariantUuid:297455aa-5082-4bdb-9e8d-c2f9b20774a7
ModelName:vFW e19c7f54-b129-nodes.vfwCvfc
ModelUuid:7de8d8c7-f828-404e-acb1-efb5720d9024
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c8c0b93b-ac51-40f2-aa76-5dd1d3a8249d
ModelInvariantUuid:6a07adb1-d2c6-40f8-86fd-63ed16bd30da
ModelName:VfwE19c7f54B129.compute.nodes.heat.vfw
ModelUuid:731a9a7c-441c-4a96-9961-ac47aff26248
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:e59ab402-2906-486e-9eef-a49463c7b64a
ModelInvariantUuid:7d4e110f-5a31-4f51-8349-40e9b9b5a396
ModelName:vFW e19c7f54-b129-nodes.vsnCvfc
ModelUuid:fae5739f-1ef9-4cd6-9f8c-a70789a40319
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:765ace5f-b09d-4d56-972c-6854c19ee444
ModelInvariantUuid:37964f2b-0df5-4a79-85af-d17497cd6eca
ModelName:VfwE19c7f54B129.compute.nodes.heat.vsn
ModelUuid:c5c3949b-019d-406a-becb-18d139db8851
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9994ba09-fff2-48aa-96b6-629ba9833677
ModelInvariantUuid:af634305-6702-4a56-905c-f80e5f25b7f5
ModelName:vFW e19c7f54-b129-nodes.vpgCvfc
ModelUuid:e819efc8-753b-4ffe-8f0f-cdaeb20b1f52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:9b0f0503-7753-455f-99c8-b54762864916
ModelInvariantUuid:c37b95a3-3847-40cb-af5f-e522bf5fac2d
ModelName:VfwE19c7f54B129.compute.nodes.heat.vpg
ModelUuid:a887bafc-a64e-47b9-868b-dd5bf869afae
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T03:57:47.237Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: eab6085c-dfba-428a-ba3c-25da57f9f977
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:57:47.240Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||vFW e19c7f54-b129 0
2022-03-31T03:57:47.240Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eab6085c-dfba-428a-ba3c-25da57f9f977
2022-03-31T03:57:47.240Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0311b819-c445-448d-9ca8-486735be094d from URL: /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json
2022-03-31T03:57:47.240Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:57:47.240Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json
2022-03-31T03:57:47.451Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:57:47.452Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json 0311b819-c445-448d-9ca8-486735be094d 785
2022-03-31T03:57:47.452Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json ASDC sendASDCNotification
2022-03-31T03:57:47.452Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json
2022-03-31T03:57:47.453Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:57:47.453Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:47.455Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:47.455Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699067452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:47.555Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:47.557Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:47.557Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:47.572Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:47.573Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:48.456Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE19c7f54B129..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2b40b799-ae7a-4b27-beca-c45fa569dfcb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4163240e-2f47-4882-b757-4c08d9280577",
"vfModuleModelCustomizationUUID": "f11dc66d-b827-49fe-9327-cecdfedd1f7a",
"isBase": true,
"artifacts": [
"abf6fd47-9579-4f9b-a960-d4a9717cb4cd",
"6f96ec02-de26-40a9-86f9-a0d3d20d043d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T03:57:48.461Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE19c7f54B129..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4163240e-2f47-4882-b757-4c08d9280577
VfModuleModelInvariantUUID:2b40b799-ae7a-4b27-beca-c45fa569dfcb
VfModuleModelDescription:NULL
Artifacts UUID List:{
abf6fd47-9579-4f9b-a960-d4a9717cb4cd
,
6f96ec02-de26-40a9-86f9-a0d3d20d043d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T03:57:48.463Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwE19c7f54B129..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2b40b799-ae7a-4b27-beca-c45fa569dfcb",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4163240e-2f47-4882-b757-4c08d9280577",
"vfModuleModelCustomizationUUID": "f11dc66d-b827-49fe-9327-cecdfedd1f7a",
"isBase": true,
"artifacts": [
"abf6fd47-9579-4f9b-a960-d4a9717cb4cd",
"6f96ec02-de26-40a9-86f9-a0d3d20d043d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T03:57:48.463Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE19c7f54B129..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4163240e-2f47-4882-b757-4c08d9280577
VfModuleModelInvariantUUID:2b40b799-ae7a-4b27-beca-c45fa569dfcb
VfModuleModelDescription:NULL
Artifacts UUID List:{
abf6fd47-9579-4f9b-a960-d4a9717cb4cd
,
6f96ec02-de26-40a9-86f9-a0d3d20d043d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T03:57:48.464Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: abf6fd47-9579-4f9b-a960-d4a9717cb4cd from URL: /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml
2022-03-31T03:57:48.464Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:57:48.464Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml
2022-03-31T03:57:48.650Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:57:48.651Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml abf6fd47-9579-4f9b-a960-d4a9717cb4cd 20368
2022-03-31T03:57:48.651Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T03:57:48.651Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml
2022-03-31T03:57:48.651Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:57:48.652Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:48.653Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:48.653Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699068651,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:48.754Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:48.755Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:48.755Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:48.766Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:48.766Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:49.654Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6f96ec02-de26-40a9-86f9-a0d3d20d043d from URL: /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
2022-03-31T03:57:49.654Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:57:49.655Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
2022-03-31T03:57:49.849Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:57:49.850Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env 6f96ec02-de26-40a9-86f9-a0d3d20d043d 2098
2022-03-31T03:57:49.850Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T03:57:49.850Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
2022-03-31T03:57:49.851Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:57:49.851Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:49.853Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:49.853Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699069850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:57:49.953Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:57:49.955Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:49.955Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:49.967Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:49.968Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:57:50.854Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 10b7cd53-394d-44be-9ece-7eb40b595547
2022-03-31T03:57:50.855Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e19c7f54-b129 0 eab6085c-dfba-428a-ba3c-25da57f9f977 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:57:50.877Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6101e3c3, org.onap.sdc.toscaparser.api.parameters.Input@1ee5ce60, org.onap.sdc.toscaparser.api.parameters.Input@5fde1870, org.onap.sdc.toscaparser.api.parameters.Input@40cd3b37, org.onap.sdc.toscaparser.api.parameters.Input@2e3cc716]
2022-03-31T03:57:50.879Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.879Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.879Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-03-31T03:57:50.879Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= fa8c713d-aa47-427f-967c-12bbceb00e3d
2022-03-31T03:57:50.880Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa8c713d-aa47-427f-967c-12bbceb00e3d matches Tosca VF Customization UUID: fa8c713d-aa47-427f-967c-12bbceb00e3d
2022-03-31T03:57:50.880Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: fa8c713d-aa47-427f-967c-12bbceb00e3d matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T03:57:50.884Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.884Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.885Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id fa8c713d-aa47-427f-967c-12bbceb00e3d: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-31T03:57:50.885Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18159dd5
2022-03-31T03:57:50.885Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.885Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:57:50.886Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f11dc66d-b827-49fe-9327-cecdfedd1f7a
2022-03-31T03:57:50.886Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f11dc66d-b827-49fe-9327-cecdfedd1f7a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T03:57:50.889Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.889Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.889Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:50.890Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.890Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.890Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:50.891Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.891Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:50.891Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:50.891Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:50.892Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-31T03:57:50.892Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T03:57:50.892Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T03:57:50.892Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.893Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.893Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T03:57:50.893Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.893Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T03:57:50.894Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.894Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ce207b67-7213-43ae-9942-ec6c101439c1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T03:57:50.897Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.897Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.897Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:50.898Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.898Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:50.898Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:50.898Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:50.899Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T03:57:50.899Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.899Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.899Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T03:57:50.900Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.900Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-31T03:57:50.900Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-31T03:57:50.900Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.901Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-31T03:57:50.901Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.901Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e59ab402-2906-486e-9eef-a49463c7b64a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T03:57:50.904Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.904Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.905Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:50.908Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.908Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is not matching search criteria
2022-03-31T03:57:50.908Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-31T03:57:50.909Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-31T03:57:50.909Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-31T03:57:50.909Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.909Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.910Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-31T03:57:50.910Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.910Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-31T03:57:50.911Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-31T03:57:50.911Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-31T03:57:50.911Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-31T03:57:50.911Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-31T03:57:50.912Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9994ba09-fff2-48aa-96b6-629ba9833677
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T03:57:50.915Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.916Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.916Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:57:50.916Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.916Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Node template vFW e19c7f54-b129 0 is matching search criteria
2022-03-31T03:57:50.917Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW e19c7f54-b129 0] matching following query criteria: sdcType=VF, customizationUUID=fa8c713d-aa47-427f-967c-12bbceb00e3d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:57:50.919Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 10b7cd53-394d-44be-9ece-7eb40b595547: vFW e19c7f54-b129
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.920Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.921Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.921Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.921Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.921Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.921Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:57:50.922Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-31 03-54-04 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:57:50.922Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-31 03-54-04
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:57:51.149Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e19c7f54-b129 eab6085c-dfba-428a-ba3c-25da57f9f977 1 ASDC deployResourceStructure
2022-03-31T03:57:51.150Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json ASDC sendASDCNotification
2022-03-31T03:57:51.150Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json
2022-03-31T03:57:51.150Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:57:51.150Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:51.152Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:51.152Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699071150,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/vfwe19c7f54b1290_modules.json",
"status": "DEPLOY_OK"
}
2022-03-31T03:57:51.252Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:51.254Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:51.254Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:51.265Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:51.266Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:52.153Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-31T03:57:52.154Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml
2022-03-31T03:57:52.154Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:57:52.154Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:52.156Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:52.157Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699072153,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-03-31T03:57:52.257Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:52.258Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:52.258Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:52.275Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:52.275Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:53.158Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-31T03:57:53.159Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env
2022-03-31T03:57:53.159Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:57:53.159Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:53.162Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:53.162Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699073158,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/resourceInstances/vfwe19c7f54b1290/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-03-31T03:57:53.262Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:53.263Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:53.263Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:53.277Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:53.277Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:54.164Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar ASDC sendASDCNotification
2022-03-31T03:57:54.164Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar
2022-03-31T03:57:54.164Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-31T03:57:54.165Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:57:54.166Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:57:54.167Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699074164,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:57:54.267Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:57:54.268Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:57:54.268Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:57:54.285Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:57:54.286Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:57:55.168Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3e995b6-6cec-4377-a2fd-d6defd531036
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:57:55.179Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3e995b6-6cec-4377-a2fd-d6defd531036
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:57:55.183Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:57:55.183Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-31T03:57:55.183Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-31T03:58:23.449Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-31T03:58:23.450Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-31T03:58:23.450Z||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 Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:23.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:58:23.474Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:58:23.474Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "aai-ml",
"timestamp": 1648698984900,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220331035404/1.0/artifacts/service-Vfw20220331035404-csar.csar",
"status": "DEPLOY_OK"
}
2022-03-31T03:58:23.475Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-31T03:58:23.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-31T03:58:23.476Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "aai-ml",
"timestamp": 1648698985906,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:58:23.483Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d3e995b6-6cec-4377-a2fd-d6defd531036
2022-03-31T03:58:23.483Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d3e995b6-6cec-4377-a2fd-d6defd531036 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:58:25.183Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d3e995b6-6cec-4377-a2fd-d6defd531036
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:58:25.196Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d3e995b6-6cec-4377-a2fd-d6defd531036
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:58:25.200Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:58:25.201Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:58:25.201Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:58:25.201Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:58:25.201Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-03-31T03:58:25.201Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-31T03:58:25.206Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-31T03:58:55.207Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d3e995b6-6cec-4377-a2fd-d6defd531036 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-03-31T03:58:55.215Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d3e995b6-6cec-4377-a2fd-d6defd531036 and serviceModelVersionId: 10b7cd53-394d-44be-9ece-7eb40b595547
2022-03-31T03:58:55.216Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3aa0f145-e395-459b-b510-b2f01bfeed36
2022-03-31T03:58:55.217Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0
2022-03-31T03:58:55.230Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-31T03:58:55.296Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-03-31T03:58:55.298Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0|INFO|500||Invoke
2022-03-31T03:58:55.331Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-03-31T03:58:55.480Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0|INFO|500||InvokeReturn
2022-03-31T03:58:55.480Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3aa0f145-e395-459b-b510-b2f01bfeed36/model-vers/model-ver/10b7cd53-394d-44be-9ece-7eb40b595547?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-03:58:54:425-92724], vertex-id=[225368], Content-Length=[0], Date=[Thu, 31 Mar 2022 03:58:54 GMT], Content-Type=[application/json]}
2022-03-31T03:58:55.481Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-31T03:58:55.481Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-31T03:58:55.482Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:58:55.487Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-03-31T03:58:55.487Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d3e995b6-6cec-4377-a2fd-d6defd531036 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-31T03:58:55.487Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-31T03:58:55.488Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:58:55.490Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:58:55.490Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d3e995b6-6cec-4377-a2fd-d6defd531036",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699135487,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-31T03:58:55.590Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:58:55.591Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:58:55.592Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:55.607Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:58:55.608Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-31T03:58:56.502Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-31T03:58:56.502Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0b986b60-f674-4772-8178-5c7a4c06b212","serviceName":"basic_onboard_QFswqe","serviceVersion":"1.0","serviceUUID":"b79ebe58-8c95-4054-8950-3c3188cf6610","serviceDescription":"service","serviceInvariantUUID":"adb481c8-7bcc-48a2-a8eb-36c5ed78b740","resources":[{"resourceInstanceName":"basic_onboard_QFswqe 0","resourceName":"basic_onboard_QFswqe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"121ae9fb-f06e-4966-b013-df8947183893","resourceInvariantUUID":"6ba01f21-e642-4ad0-b4b7-6092ea61a221","resourceCustomizationUUID":"ad6b0608-bee0-4342-ad85-8aabf4199ead","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml","artifactChecksum":"YmRkNWZjZDk2ZDk0MzdiOWZhNDZkYWZmODkzZDc1Zjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9cef3e0d-9984-40ca-b49b-f70f14c68614","artifactVersion":"1"},{"artifactName":"basic_onboard_qfswqe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json","artifactChecksum":"ZmViZmFkZjJjYWUwZTdkYTU4OTg1ZWFiN2QyMzI1NzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7a4d4bb-4c49-4aa6-8fcf-44d4f5e7f810","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b19d9f37-483a-4a70-ae4e-e9dafb95bdc4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d135d755-985d-4dd5-9c3f-7d9cf3696a28","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c5a48e8-b358-466a-be18-4473a1425052","artifactVersion":"2","generatedFromUUID":"b19d9f37-483a-4a70-ae4e-e9dafb95bdc4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQfswqe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml","artifactChecksum":"Y2YyNzhhZWIyOTMyYjUyYTM2ZjkyOGU1OGFhOWYyNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1accc4b-099e-43da-9ef7-5d735fb7c6fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQfswqe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar","artifactChecksum":"NDI2MTNlZWExYjQ1ZmIxMmVmZDY1ZTM2YzIzZTI0NTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92c3962a-c95d-4816-bfe5-3940ac7e3e04","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-31T03:58:56.503Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:58:56.504Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:58:56.506Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:58:56.507Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:58:56.607Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:58:56.608Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:58:56.608Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:56.624Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:58:56.625Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:58:57.507Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:58:57.509Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:58:57.511Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:58:57.511Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
"status": "NOTIFIED"
}
2022-03-31T03:58:57.612Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:58:57.613Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:58:57.613Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:57.627Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:58:57.627Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:58:58.512Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:58:58.513Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:58:58.516Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:58:58.516Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-03-31T03:58:58.616Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:58:58.618Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:58:58.618Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:58.635Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:58:58.636Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:58:59.517Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:58:59.518Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:58:59.520Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:58:59.520Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:58:59.620Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:58:59.621Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:58:59.621Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:58:59.637Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:58:59.637Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:00.521Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:59:00.522Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:00.524Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:00.524Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-03-31T03:59:00.624Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:00.625Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:00.625Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:00.638Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:59:00.638Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:01.525Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:59:01.526Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:01.528Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:01.529Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-template.yml",
"status": "NOT_NOTIFIED"
}
2022-03-31T03:59:01.629Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:01.630Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:01.630Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:01.643Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:59:01.643Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-31T03:59:02.529Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-31T03:59:02.531Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:02.533Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:02.533Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699051775,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
"status": "NOTIFIED"
}
2022-03-31T03:59:02.633Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-31T03:59:02.635Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:02.635Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:02.647Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:59:02.648Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:03.535Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"serviceName": "basic_onboard_QFswqe",
"serviceVersion": "1.0",
"serviceUUID": "b79ebe58-8c95-4054-8950-3c3188cf6610",
"serviceDescription": "service",
"serviceInvariantUUID": "adb481c8-7bcc-48a2-a8eb-36c5ed78b740",
"resources": [
{
"resourceInstanceName": "basic_onboard_QFswqe 0",
"resourceCustomizationUUID": "ad6b0608-bee0-4342-ad85-8aabf4199ead",
"resourceName": "basic_onboard_QFswqe",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "121ae9fb-f06e-4966-b013-df8947183893",
"resourceInvariantUUID": "6ba01f21-e642-4ad0-b4b7-6092ea61a221",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qfswqe0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
"artifactChecksum": "ZmViZmFkZjJjYWUwZTdkYTU4OTg1ZWFiN2QyMzI1NzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a7a4d4bb-4c49-4aa6-8fcf-44d4f5e7f810",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b19d9f37-483a-4a70-ae4e-e9dafb95bdc4",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c5a48e8-b358-466a-be18-4473a1425052",
"generatedFromUUID": "b19d9f37-483a-4a70-ae4e-e9dafb95bdc4"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2c5a48e8-b358-466a-be18-4473a1425052",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQfswqe-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
"artifactChecksum": "NDI2MTNlZWExYjQ1ZmIxMmVmZDY1ZTM2YzIzZTI0NTM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "92c3962a-c95d-4816-bfe5-3940ac7e3e04"
}
],
"workloadContext": "Production"
}
2022-03-31T03:59:03.536Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-31T03:59:03.536Z|d3e995b6-6cec-4377-a2fd-d6defd531036|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b79ebe58-8c95-4054-8950-3c3188cf6610 ASDC
2022-03-31T03:59:03.536Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0b986b60-f674-4772-8178-5c7a4c06b212
ServiceName:basic_onboard_QFswqe
ServiceVersion:1.0
ServiceUUID:b79ebe58-8c95-4054-8950-3c3188cf6610
ServiceInvariantUUID:adb481c8-7bcc-48a2-a8eb-36c5ed78b740
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQfswqe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar
ArtifactUUID:92c3962a-c95d-4816-bfe5-3940ac7e3e04
ArtifactChecksum:NDI2MTNlZWExYjQ1ZmIxMmVmZDY1ZTM2YzIzZTI0NTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QFswqe 0
ResourceCustomizationUUID:ad6b0608-bee0-4342-ad85-8aabf4199ead
ResourceInvariantUUID:6ba01f21-e642-4ad0-b4b7-6092ea61a221
ResourceName:basic_onboard_QFswqe
ResourceType:VF
ResourceUUID:121ae9fb-f06e-4966-b013-df8947183893
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qfswqe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json
ArtifactUUID:a7a4d4bb-4c49-4aa6-8fcf-44d4f5e7f810
ArtifactChecksum:ZmViZmFkZjJjYWUwZTdkYTU4OTg1ZWFiN2QyMzI1NzU=
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/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b19d9f37-483a-4a70-ae4e-e9dafb95bdc4
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/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
ArtifactUUID:2c5a48e8-b358-466a-be18-4473a1425052
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/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
ArtifactUUID:2c5a48e8-b358-466a-be18-4473a1425052
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-03-31T03:59:03.537Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b79ebe58-8c95-4054-8950-3c3188cf6610 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-31T03:59:03.574Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:59:03.575Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:59:03.575Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:59:03.575Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92c3962a-c95d-4816-bfe5-3940ac7e3e04 from URL: /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:03.576Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:59:03.576Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:04.005Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:59:04.009Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar 92c3962a-c95d-4816-bfe5-3940ac7e3e04 71557
2022-03-31T03:59:04.009Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar ASDC sendASDCNotification
2022-03-31T03:59:04.009Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:04.009Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:59:04.010Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:04.019Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:04.019Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699144009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:59:04.114Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-31T03:59:04.115Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:04.115Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:04.141Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:59:04.141Z||pool-42-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:05.020Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-31T03:59:05.022Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-31T03:59:05.023Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 92c3962a-c95d-4816-bfe5-3940ac7e3e04, URL: /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/artifacts/service-BasicOnboardQfswqe-csar.csar to file: /app/ASDC/1/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:05.023Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:05.024Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:05.024Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:05.248Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12090830937513650652/Definitions/service-BasicOnboardQfswqe-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-31T03:59:06.614Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QFswqe 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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.615Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||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-BasicOnboardQfswqe-csar.csar
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:06.616Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-31T03:59:06.617Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-31T03:59:06.618Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.618Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.618Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.618Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is not matching search criteria
2022-03-31T03:59:06.618Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.619Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:06.620Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:06.621Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.621Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:06.621Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:06.621Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.622Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is not matching search criteria
2022-03-31T03:59:06.622Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T03:59:06.622Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:59:06.622Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c84de8a6-b781-4672-ab69-4f415657d408
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.623Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.624Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:06.624Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:06.624Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QFswqe
Description:service
Model UUID:b79ebe58-8c95-4054-8950-3c3188cf6610
Model Version:NULL
Model InvariantUuid:adb481c8-7bcc-48a2-a8eb-36c5ed78b740
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QFswqe
Model UUID:76531d6d-fd05-44c5-9c6c-869a52179743
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ba01f21-e642-4ad0-b4b7-6092ea61a221
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:ad6b0608-bee0-4342-ad85-8aabf4199ead
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d9703dc4-244e-4a8d-8016-b825a340a661
ModelName:BasicOnboardQfswqe..base_ubuntu18..module-0
ModelUuid:d2d60c3a-36b3-4e0b-9652-e670c3ce17a3
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:c84de8a6-b781-4672-ab69-4f415657d408
ModelInvariantUuid:7443b299-c913-436a-ab48-fc0e320a9ebb
ModelName:basic_onboard_QFswqe-nodes.ubuntu18Cvfc
ModelUuid:a087d3f3-1c5a-4a1c-94f0-5475d0a77c1d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:848ad8c8-4c95-447c-8fd5-7ec428950845
ModelInvariantUuid:62d92630-3f59-4fba-abb5-f374a23541e4
ModelName:BasicOnboardQfswqe.compute.nodes.heat.ubuntu18
ModelUuid:47f1d00e-c889-459f-be47-f002ca266097
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-31T03:59:06.631Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 121ae9fb-f06e-4966-b013-df8947183893
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:59:06.634Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||basic_onboard_QFswqe 0
2022-03-31T03:59:06.635Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 121ae9fb-f06e-4966-b013-df8947183893
2022-03-31T03:59:06.635Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7a4d4bb-4c49-4aa6-8fcf-44d4f5e7f810 from URL: /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json
2022-03-31T03:59:06.635Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:59:06.635Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json
2022-03-31T03:59:07.015Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:59:07.016Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json a7a4d4bb-4c49-4aa6-8fcf-44d4f5e7f810 798
2022-03-31T03:59:07.016Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json ASDC sendASDCNotification
2022-03-31T03:59:07.016Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json
2022-03-31T03:59:07.017Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:59:07.017Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:07.027Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:07.027Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699147016,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/basic_onboard_qfswqe0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:59:07.121Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-03-31T03:59:07.122Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:07.122Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:07.136Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:59:07.137Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:08.027Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQfswqe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d9703dc4-244e-4a8d-8016-b825a340a661",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2d60c3a-36b3-4e0b-9652-e670c3ce17a3",
"vfModuleModelCustomizationUUID": "a4dcf332-8e2a-4baf-9801-975b014f5896",
"isBase": true,
"artifacts": [
"b19d9f37-483a-4a70-ae4e-e9dafb95bdc4",
"2c5a48e8-b358-466a-be18-4473a1425052"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T03:59:08.032Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQfswqe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2d60c3a-36b3-4e0b-9652-e670c3ce17a3
VfModuleModelInvariantUUID:d9703dc4-244e-4a8d-8016-b825a340a661
VfModuleModelDescription:NULL
Artifacts UUID List:{
b19d9f37-483a-4a70-ae4e-e9dafb95bdc4
,
2c5a48e8-b358-466a-be18-4473a1425052
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T03:59:08.035Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQfswqe..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d9703dc4-244e-4a8d-8016-b825a340a661",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d2d60c3a-36b3-4e0b-9652-e670c3ce17a3",
"vfModuleModelCustomizationUUID": "a4dcf332-8e2a-4baf-9801-975b014f5896",
"isBase": true,
"artifacts": [
"b19d9f37-483a-4a70-ae4e-e9dafb95bdc4",
"2c5a48e8-b358-466a-be18-4473a1425052"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-03-31T03:59:08.036Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQfswqe..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d2d60c3a-36b3-4e0b-9652-e670c3ce17a3
VfModuleModelInvariantUUID:d9703dc4-244e-4a8d-8016-b825a340a661
VfModuleModelDescription:NULL
Artifacts UUID List:{
b19d9f37-483a-4a70-ae4e-e9dafb95bdc4
,
2c5a48e8-b358-466a-be18-4473a1425052
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-03-31T03:59:08.036Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b19d9f37-483a-4a70-ae4e-e9dafb95bdc4 from URL: /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml
2022-03-31T03:59:08.036Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:59:08.036Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml
2022-03-31T03:59:08.219Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:59:08.220Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml b19d9f37-483a-4a70-ae4e-e9dafb95bdc4 5033
2022-03-31T03:59:08.220Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-31T03:59:08.220Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml
2022-03-31T03:59:08.220Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:59:08.221Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:08.223Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:08.223Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699148220,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:59:08.323Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:08.324Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:08.325Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:08.343Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:59:08.343Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:09.224Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2c5a48e8-b358-466a-be18-4473a1425052 from URL: /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
2022-03-31T03:59:09.224Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-31T03:59:09.225Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
2022-03-31T03:59:09.429Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-31T03:59:09.430Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env 2c5a48e8-b358-466a-be18-4473a1425052 909
2022-03-31T03:59:09.430Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-31T03:59:09.430Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env
2022-03-31T03:59:09.431Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-31T03:59:09.431Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-31T03:59:09.434Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-31T03:59:09.434Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "0b986b60-f674-4772-8178-5c7a4c06b212",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1648699149430,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQfswqe/1.0/resourceInstances/basic_onboard_qfswqe0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-03-31T03:59:09.535Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-31T03:59:09.536Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-31T03:59:09.536Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Dg5mbRmZ2iWvcu4o) ...
2022-03-31T03:59:09.553Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-03-31T03:59:09.554Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-31T03:59:10.435Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b79ebe58-8c95-4054-8950-3c3188cf6610
2022-03-31T03:59:10.436Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QFswqe 0 121ae9fb-f06e-4966-b013-df8947183893 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-03-31T03:59:10.451Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46223882, org.onap.sdc.toscaparser.api.parameters.Input@386169f7, org.onap.sdc.toscaparser.api.parameters.Input@47a57c95, org.onap.sdc.toscaparser.api.parameters.Input@1df63f7b, org.onap.sdc.toscaparser.api.parameters.Input@4ac7f26f]
2022-03-31T03:59:10.452Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:10.453Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.453Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-03-31T03:59:10.453Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ad6b0608-bee0-4342-ad85-8aabf4199ead
2022-03-31T03:59:10.453Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ad6b0608-bee0-4342-ad85-8aabf4199ead matches Tosca VF Customization UUID: ad6b0608-bee0-4342-ad85-8aabf4199ead
2022-03-31T03:59:10.453Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ad6b0608-bee0-4342-ad85-8aabf4199ead matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-03-31T03:59:10.456Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:10.456Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.458Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ad6b0608-bee0-4342-ad85-8aabf4199ead: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-03-31T03:59:10.458Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39d67659
2022-03-31T03:59:10.458Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:10.458Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-31T03:59:10.459Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a4dcf332-8e2a-4baf-9801-975b014f5896
2022-03-31T03:59:10.459Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a4dcf332-8e2a-4baf-9801-975b014f5896
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-03-31T03:59:10.462Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:10.463Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:10.463Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:10.463Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:10.463Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:10.464Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:10.464Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:10.464Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is not matching search criteria
2022-03-31T03:59:10.464Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-31T03:59:10.465Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-31T03:59:10.465Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c84de8a6-b781-4672-ab69-4f415657d408
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-03-31T03:59:10.468Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:10.468Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:10.468Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-31T03:59:10.469Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:10.469Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QFswqe 0 is matching search criteria
2022-03-31T03:59:10.469Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QFswqe 0] matching following query criteria: sdcType=VF, customizationUUID=ad6b0608-bee0-4342-ad85-8aabf4199ead
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-31T03:59:10.471Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-03-31T03:59:10.472Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QFswqe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-31T03:59:10.472Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b79ebe58-8c95-4054-8950-3c3188cf6610: basic_onboard_QFswqe
2022-03-31T03:59:10.472Z|0b986b60-f674-4772-8178-5c7a4c06b212|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery