By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-05-05T05:22:22.533Z||main|||||INFO|500||The following profiles are active: basic
2022-05-05T05:22:34.698Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-05T05:22:34.707Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-05T05:22:34.866Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-05T05:22:39.464Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-05T05:22:39.989Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-05T05:22:40.497Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-05T05:22:40.504Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-05T05:22:40.635Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-05T05:22:40.932Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-05T05:22:41.638Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-05T05:22:43.502Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-05T05:22:46.305Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-05T05:22:46.360Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-05T05:22:47.032Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-05T05:22:47.290Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-05T05:22:48.656Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-05T05:22:49.813Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-05T05:22:49.835Z||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$$20cf312a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-05T05:22:49.836Z||main|||||WARN|500||The sdc end point is not alive
2022-05-05T05:22:53.339Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-05T05:22:57.244Z||main|||||WARN|500||---
2022-05-05T05:22:57.245Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-05T05:22:57.245Z||main|||||WARN|500||---
2022-05-05T05:22:57.805Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-05T05:23:03.516Z||main|||||INFO|500||Started Application in 44.118 seconds (JVM running for 46.575)
2022-05-05T05:23:03.537Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-05T05:23:03.543Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-05T05:23:03.564Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-05T05:23:03.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-05T05:23:03.645Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f00d0c6-49ce-4831-a72b-2add32c541f9 url= /sdc/v1/artifactTypes
2022-05-05T05:23:03.645Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-05T05:23:03.955Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-05T05:23:03.983Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-05T05:23:04.011Z||scheduling-1|||||DEBUG|500||create keys
2022-05-05T05:23:04.024Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-05T05:23:04.051Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:23:04.073Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 25a22fa6-76f3-4dea-800c-73ca721bc893 url= /sdc/v1/registerForDistribution
2022-05-05T05:23:04.197Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 25a22fa6-76f3-4dea-800c-73ca721bc893 url= /sdc/v1/registerForDistribution
2022-05-05T05:23:04.197Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-05T05:23:04.208Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:23:04.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:23:04.219Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-05T05:23:04.230Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:23:04.231Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:23:04.231Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:23:04.231Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:23:14.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:23:14.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:24:04.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:24:04.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:24:04.207Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:24:04.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:24:04.208Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:24:04.209Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:24:13.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:24:13.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:25:04.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:25:04.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:25:04.207Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:25:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:25:04.209Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:25:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:25:13.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:25:13.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:26:04.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:26:04.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:26:04.207Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:26:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:26:04.211Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:26:04.212Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:26:13.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:26:13.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:27:04.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:27:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:27:04.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:27:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:27:04.210Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:27:04.210Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:27:13.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:27:13.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:28:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:28:04.206Z||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-05-05T05:28:04.206Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:28:04.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:28:04.209Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:28:04.210Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:28:13.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:28:13.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:29:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:29:04.206Z||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-05-05T05:29:04.207Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:29:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:29:04.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:29:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:29:13.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:29:13.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:30:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:30:04.207Z||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-05-05T05:30:04.207Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:30:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:30:04.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:30:04.208Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:30:13.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:30:13.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:31:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:31:04.207Z||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-05-05T05:31:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:31:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:31:04.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:31:04.208Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:31:13.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:31:13.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:32:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:32:04.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:32:04.210Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:32:04.210Z||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-05-05T05:32:04.211Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:32:04.211Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:32:13.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:32:13.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:32:24.133Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-05T05:33:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:33:04.207Z||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-05-05T05:33:04.207Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:33:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:33:04.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:33:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:33:13.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:33:13.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:34:04.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:34:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:34:04.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:34:04.208Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:34:04.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:34:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:34:13.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:34:13.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:35:04.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:35:04.207Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:35:04.207Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:35:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:35:04.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:35:04.208Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:35:13.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:35:13.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:36:04.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:36:04.206Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:36:04.206Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:36:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:36:04.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:36:04.208Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:36:13.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:36:13.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:37:04.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:37:04.208Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:37:04.209Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:37:04.209Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:37:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:37:04.209Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:37:13.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:37:13.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:38:04.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:38:04.207Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:38:04.207Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:38:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:38:04.209Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:38:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:38:13.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:38:13.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:39:04.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:39:04.207Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:39:04.207Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:39:04.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:39:04.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:39:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:39:13.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:39:13.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:40:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:40:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:40:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:40:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:40:04.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:40:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:40:13.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:40:13.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:41:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:41:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:41:04.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:41:04.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:41:04.208Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:41:04.208Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:41:13.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:41:13.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:42:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:42:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:42:04.210Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:42:04.210Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:42:04.211Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:42:04.211Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:42:13.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:42:13.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:43:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:43:04.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:43:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:43:04.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:43:04.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:43:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:43:13.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:43:13.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:44:04.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:44:04.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:44:04.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:44:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:44:04.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:44:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:44:13.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:44:13.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:45:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:45:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:45:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:45:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:45:04.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:45:04.208Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:45:13.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:45:13.765Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:46:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:46:04.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:46:04.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:46:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:46:04.208Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:46:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:46:13.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:46:13.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:47:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:47:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:47:04.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:47:04.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:47:04.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:47:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:47:13.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:47:13.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:48:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:48:04.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:48:04.208Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:48:04.208Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:48:04.208Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:48:04.209Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:48:13.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:48:13.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:49:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:49:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:49:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:49:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:49:04.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:49:04.208Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:49:13.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:49:13.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:50:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:50:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:50:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:50:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:50:04.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:50:04.208Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:50:13.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:50:13.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:51:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:51:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:51:04.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:51:04.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:51:04.208Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:51:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:51:13.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:51:13.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:52:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:52:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:52:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:52:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:52:04.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:52:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:52:13.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:52:13.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:53:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:53:04.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:53:04.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:53:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:53:04.208Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:53:04.208Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:53:13.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:53:13.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:54:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:54:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:54:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:54:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:54:04.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:54:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:54:13.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:54:13.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:55:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:55:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:55:04.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:55:04.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:55:04.208Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:55:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:55:13.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:55:13.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:56:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:56:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:56:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:56:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:56:04.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:56:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:56:13.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:56:13.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:57:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:57:04.207Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:57:04.207Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:57:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:57:04.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:57:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:57:13.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:57:13.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:57:21.196Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-05T05:58:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:58:04.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:58:04.209Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:58:04.209Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:58:04.209Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:58:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T05:58:13.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:58:13.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:59:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:59:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:59:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:59:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T05:59:04.208Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T05:59:04.208Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T05:59:13.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T05:59:13.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:00:04.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:00:04.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:00:04.206Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:00:04.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:00:04.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:00:04.210Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:00:13.752Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:00:13.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:01:04.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:01:04.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:01:04.206Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:01:04.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:01:04.208Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:01:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:01:13.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:01:13.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:02:04.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:02:04.206Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:02:04.206Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:02:04.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:02:04.208Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:02:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:02:13.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:02:13.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:03:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:03:04.207Z||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-05-05T06:03:04.207Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:03:04.208Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:03:04.209Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:03:04.211Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:03:13.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:03:13.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:04:04.206Z||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-05-05T06:04:04.206Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:04:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:04:04.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:04:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:04:12.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:12.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-05T06:04:12.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"186e0f01-1084-4384-8668-65d821a3b60b","serviceName":"vFW 2022-05-05 06-01-51","serviceVersion":"1.0","serviceUUID":"991af573-0565-4d44-a021-efa6e433aa18","serviceDescription":"catalog service description","serviceInvariantUUID":"bfcb9a30-96b5-4672-8dc1-23356da73fa0","resources":[{"resourceInstanceName":"vFW 0db2aa20-b6b7 0","resourceName":"vFW 0db2aa20-b6b7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"710e8f28-0306-41b1-902d-1790d79adb24","resourceInvariantUUID":"721dd71a-0e0a-436e-84d1-ddc4515b027c","resourceCustomizationUUID":"a6123e48-62fb-479a-8cae-a8e76aaa5667","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml","artifactChecksum":"YTZmMGUyN2UwZGU3YWM1ZDkyODBjYjZmNjQ0OWIxZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6970fa7-244a-4930-903c-eb016f0cc87a","artifactVersion":"1"},{"artifactName":"vfw0db2aa20b6b70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json","artifactChecksum":"OGEzZDJiOGZlYWRjOGE3YTk4NDc2NjgzZWE5MGJhODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7e6157b-6c37-421f-b4e0-6a72073ced97","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"02678375-3095-4832-8c94-5a971698f70c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml","artifactChecksum":"OTc2YzFhYTZlMzA5YTM2MGY0NzNhNTQ3M2Q1OTcwMDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a384aa77-fd8b-4088-986d-d24d8eabc4da","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f8d5faf-7817-4977-9302-da715da840a8","artifactVersion":"2","generatedFromUUID":"02678375-3095-4832-8c94-5a971698f70c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220505060151-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml","artifactChecksum":"YjM1Njk2ZTVmYTdhMzVlN2JhMDVmODBlZGJjMTk1MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adcfd5f5-2f94-45a0-8f80-d76414394cf2","artifactVersion":"1"},{"artifactName":"service-Vfw20220505060151-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar","artifactChecksum":"Zjg0MTQ1MzA1MGRhOGQ3ZjQ4OGM1NzdmYjM4MDg4ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c6517d4-cd1e-4d33-a26b-310257d1caeb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-05T06:04:12.999Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:04:13.007Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:13.043Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:13.043Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:04:13.142Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-05-05T06:04:13.147Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:13.147Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:13.157Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:13.158Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:13.260Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:13.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-05T06:04:13.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730644359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:04:13.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-05T06:04:14.056Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:04:14.057Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:14.060Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:14.061Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "NOTIFIED"
}
2022-05-05T06:04:14.161Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:04:14.163Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:14.163Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:14.176Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:14.177Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:15.061Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:04:15.062Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:15.066Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:15.066Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-05T06:04:15.166Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:04:15.167Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:15.167Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:15.178Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:15.180Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:16.066Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:04:16.067Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:16.069Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:16.070Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:04:16.170Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:04:16.171Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:16.171Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:16.186Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:16.187Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:17.070Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:04:17.071Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:17.073Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:17.074Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-05T06:04:17.174Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:04:17.175Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:17.175Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:17.188Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:17.189Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-05T06:04:18.074Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:04:18.075Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:18.077Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:18.077Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:04:18.178Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-05T06:04:18.180Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:18.180Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:18.192Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:18.193Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:19.077Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:04:19.078Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:19.080Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:19.081Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:04:19.181Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:04:19.182Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:19.182Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:19.195Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:19.196Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-05T06:04:20.083Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"serviceName": "vFW 2022-05-05 06-01-51",
"serviceVersion": "1.0",
"serviceUUID": "991af573-0565-4d44-a021-efa6e433aa18",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "bfcb9a30-96b5-4672-8dc1-23356da73fa0",
"resources": [
{
"resourceInstanceName": "vFW 0db2aa20-b6b7 0",
"resourceCustomizationUUID": "a6123e48-62fb-479a-8cae-a8e76aaa5667",
"resourceName": "vFW 0db2aa20-b6b7",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "710e8f28-0306-41b1-902d-1790d79adb24",
"resourceInvariantUUID": "721dd71a-0e0a-436e-84d1-ddc4515b027c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0db2aa20b6b70_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"artifactChecksum": "OGEzZDJiOGZlYWRjOGE3YTk4NDc2NjgzZWE5MGJhODQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b7e6157b-6c37-421f-b4e0-6a72073ced97",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "02678375-3095-4832-8c94-5a971698f70c",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8f8d5faf-7817-4977-9302-da715da840a8",
"generatedFromUUID": "02678375-3095-4832-8c94-5a971698f70c"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "8f8d5faf-7817-4977-9302-da715da840a8",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220505060151-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"artifactChecksum": "Zjg0MTQ1MzA1MGRhOGQ3ZjQ4OGM1NzdmYjM4MDg4ZGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "8c6517d4-cd1e-4d33-a26b-310257d1caeb"
}
],
"workloadContext": "Production"
}
2022-05-05T06:04:20.085Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-05T06:04:20.086Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 991af573-0565-4d44-a021-efa6e433aa18 ASDC
2022-05-05T06:04:20.229Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:186e0f01-1084-4384-8668-65d821a3b60b
ServiceName:vFW 2022-05-05 06-01-51
ServiceVersion:1.0
ServiceUUID:991af573-0565-4d44-a021-efa6e433aa18
ServiceInvariantUUID:bfcb9a30-96b5-4672-8dc1-23356da73fa0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220505060151-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar
ArtifactUUID:8c6517d4-cd1e-4d33-a26b-310257d1caeb
ArtifactChecksum:Zjg0MTQ1MzA1MGRhOGQ3ZjQ4OGM1NzdmYjM4MDg4ZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0db2aa20-b6b7 0
ResourceCustomizationUUID:a6123e48-62fb-479a-8cae-a8e76aaa5667
ResourceInvariantUUID:721dd71a-0e0a-436e-84d1-ddc4515b027c
ResourceName:vFW 0db2aa20-b6b7
ResourceType:VF
ResourceUUID:710e8f28-0306-41b1-902d-1790d79adb24
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0db2aa20b6b70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json
ArtifactUUID:b7e6157b-6c37-421f-b4e0-6a72073ced97
ArtifactChecksum:OGEzZDJiOGZlYWRjOGE3YTk4NDc2NjgzZWE5MGJhODQ=
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/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml
ArtifactUUID:02678375-3095-4832-8c94-5a971698f70c
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/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env
ArtifactUUID:8f8d5faf-7817-4977-9302-da715da840a8
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/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env
ArtifactUUID:8f8d5faf-7817-4977-9302-da715da840a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-05T06:04:20.231Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 991af573-0565-4d44-a021-efa6e433aa18 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:04:20.511Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-05T06:04:20.512Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-05T06:04:20.513Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-05T06:04:20.514Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8c6517d4-cd1e-4d33-a26b-310257d1caeb from URL: /sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar
2022-05-05T06:04:20.514Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-05T06:04:20.516Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar
2022-05-05T06:04:20.817Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-05T06:04:20.839Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar 8c6517d4-cd1e-4d33-a26b-310257d1caeb 99006
2022-05-05T06:04:20.841Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar ASDC sendASDCNotification
2022-05-05T06:04:20.842Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar
2022-05-05T06:04:20.843Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-05T06:04:20.844Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:20.848Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:20.848Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730660840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:04:20.948Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-05T06:04:20.949Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:20.949Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:20.968Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:20.968Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:21.849Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-05T06:04:21.850Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-05-05T06:04:21.851Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8c6517d4-cd1e-4d33-a26b-310257d1caeb, URL: /sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar to file: /app/ASDC/1/service-Vfw20220505060151-csar.csar
2022-05-05T06:04:21.852Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220505060151-csar.csar
2022-05-05T06:04:21.962Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220505060151-csar.csar
2022-05-05T06:04:21.963Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220505060151-csar.csar
2022-05-05T06:04:22.673Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16816796620031860145/Definitions/service-Vfw20220505060151-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-05T06:04:25.631Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-05T06:04:25.636Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-05T06:04:25.637Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.637Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-05T06:04:25.637Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.637Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.637Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.638Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.638Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.638Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.638Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.638Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.642Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.642Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.643Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0db2aa20-b6b7 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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.643Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.643Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar
2022-05-05T06:04:25.643Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-05-05T06:04:25.651Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.652Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:25.657Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:25.657Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-05T06:04:25.659Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-05T06:04:25.661Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.661Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:25.661Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:25.662Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-05-05T06:04:25.662Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-05T06:04:25.662Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.663Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:25.666Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.667Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria
2022-05-05T06:04:25.667Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:04:25.667Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-05T06:04:25.667Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.668Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:25.668Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-05T06:04:25.668Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.668Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:04:25.668Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-05T06:04:25.669Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-05T06:04:25.669Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.669Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:25.669Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-05T06:04:25.670Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:25.670Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-05T06:04:25.670Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.670Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-05T06:04:25.670Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.671Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-05T06:04:25.672Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.673Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:25.673Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:04:25.673Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.674Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:25.674Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:04:25.674Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.674Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:25.675Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:04:25.675Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.675Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria
2022-05-05T06:04:25.675Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:04:25.676Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-05T06:04:25.676Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:04:25.676Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-05T06:04:25.676Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-05T06:04:25.676Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.677Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:25.677Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-05T06:04:25.677Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:25.677Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-05T06:04:25.678Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.678Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad5991a8-ead4-45de-b7db-fc89b1e46073
2022-05-05T06:04:25.678Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.679Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria
2022-05-05T06:04:25.679Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:04:25.679Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-05T06:04:25.680Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.680Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:25.680Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-05T06:04:25.681Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.681Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:04:25.681Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-05T06:04:25.681Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-05T06:04:25.682Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:25.682Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-05T06:04:25.682Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.682Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7352026a-6324-427e-a559-529110775103
2022-05-05T06:04:25.683Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.683Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria
2022-05-05T06:04:25.683Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:04:25.684Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-05T06:04:25.684Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.684Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:25.684Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-05T06:04:25.685Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.685Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:04:25.685Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-05T06:04:25.685Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-05T06:04:25.686Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:04:25.686Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:25.686Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-05T06:04:25.687Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ad1cdce-567f-4095-95b6-87b6a3f8c983
2022-05-05T06:04:25.687Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.687Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:25.687Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.688Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:25.688Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.688Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:25.688Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:25.689Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:25.689Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-05 06-01-51
Description:catalog service description
Model UUID:991af573-0565-4d44-a021-efa6e433aa18
Model Version:NULL
Model InvariantUuid:bfcb9a30-96b5-4672-8dc1-23356da73fa0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0db2aa20-b6b7
Model UUID:298249e1-5b2d-429b-9cae-873bcdfe1138
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:721dd71a-0e0a-436e-84d1-ddc4515b027c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a6123e48-62fb-479a-8cae-a8e76aaa5667
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b73cf5d1-2128-4845-aab2-94c13adff776
ModelName:Vfw0db2aa20B6b7..base_vfw..module-0
ModelUuid:98d1c4c3-778f-418f-ae0f-5966dedd70ce
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ad5991a8-ead4-45de-b7db-fc89b1e46073
ModelInvariantUuid:2bd521ff-a570-41ee-8109-405dbb750e95
ModelName:vFW 0db2aa20-b6b7-nodes.vfwCvfc
ModelUuid:7d9f9cb4-a26a-4078-a6a4-07e1f8eeb813
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:6b6a378e-2d99-4b90-bae7-c099a11cb7a5
ModelInvariantUuid:202db29a-5476-4902-9750-ebd603606b41
ModelName:Vfw0db2aa20B6b7.compute.nodes.heat.vfw
ModelUuid:59996d1b-bc48-4a93-95b5-d90317d25df9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:7352026a-6324-427e-a559-529110775103
ModelInvariantUuid:a8fc562e-6e14-4113-867b-e920380062ed
ModelName:vFW 0db2aa20-b6b7-nodes.vsnCvfc
ModelUuid:bcadb95b-9c02-4271-97c4-1bbe5e0bde95
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:f7317eab-5e58-4353-b2d3-c3aae77b01b1
ModelInvariantUuid:c390890c-d08c-4668-8706-4e9897a1d286
ModelName:Vfw0db2aa20B6b7.compute.nodes.heat.vsn
ModelUuid:706d8487-238a-460d-a374-d55aa7f50e60
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:1ad1cdce-567f-4095-95b6-87b6a3f8c983
ModelInvariantUuid:d953c205-c0ef-4a82-b990-1284a0351f9a
ModelName:vFW 0db2aa20-b6b7-nodes.vpgCvfc
ModelUuid:ad5d53a9-b79f-4f23-a4fe-7b12cd086bb5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:8e3cd52e-160f-46b4-afb9-dd66d47dddb3
ModelInvariantUuid:3ec93741-a0b5-4c46-ac1a-1b8454d9a2f9
ModelName:Vfw0db2aa20B6b7.compute.nodes.heat.vpg
ModelUuid:d9850d34-d2a1-4964-a096-d9c7bf60009f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-05T06:04:25.707Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 710e8f28-0306-41b1-902d-1790d79adb24
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-05T06:04:25.813Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||vFW 0db2aa20-b6b7 0
2022-05-05T06:04:25.822Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 710e8f28-0306-41b1-902d-1790d79adb24
2022-05-05T06:04:25.822Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b7e6157b-6c37-421f-b4e0-6a72073ced97 from URL: /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json
2022-05-05T06:04:25.823Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-05T06:04:25.823Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json
2022-05-05T06:04:25.997Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-05T06:04:25.998Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json b7e6157b-6c37-421f-b4e0-6a72073ced97 785
2022-05-05T06:04:25.998Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json ASDC sendASDCNotification
2022-05-05T06:04:25.999Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json
2022-05-05T06:04:25.999Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-05T06:04:25.999Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:26.003Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:26.003Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730665998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:04:26.103Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:04:26.105Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:26.105Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:26.116Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:26.117Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:27.005Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0db2aa20B6b7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b73cf5d1-2128-4845-aab2-94c13adff776",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "98d1c4c3-778f-418f-ae0f-5966dedd70ce",
"vfModuleModelCustomizationUUID": "1eb79c9f-2974-40bb-b9a2-8c2efa6b03ab",
"isBase": true,
"artifacts": [
"02678375-3095-4832-8c94-5a971698f70c",
"8f8d5faf-7817-4977-9302-da715da840a8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-05T06:04:27.019Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0db2aa20B6b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98d1c4c3-778f-418f-ae0f-5966dedd70ce
VfModuleModelInvariantUUID:b73cf5d1-2128-4845-aab2-94c13adff776
VfModuleModelDescription:NULL
Artifacts UUID List:{
02678375-3095-4832-8c94-5a971698f70c
,
8f8d5faf-7817-4977-9302-da715da840a8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-05T06:04:27.022Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0db2aa20B6b7..base_vfw..module-0",
"vfModuleModelInvariantUUID": "b73cf5d1-2128-4845-aab2-94c13adff776",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "98d1c4c3-778f-418f-ae0f-5966dedd70ce",
"vfModuleModelCustomizationUUID": "1eb79c9f-2974-40bb-b9a2-8c2efa6b03ab",
"isBase": true,
"artifacts": [
"02678375-3095-4832-8c94-5a971698f70c",
"8f8d5faf-7817-4977-9302-da715da840a8"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-05T06:04:27.023Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0db2aa20B6b7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:98d1c4c3-778f-418f-ae0f-5966dedd70ce
VfModuleModelInvariantUUID:b73cf5d1-2128-4845-aab2-94c13adff776
VfModuleModelDescription:NULL
Artifacts UUID List:{
02678375-3095-4832-8c94-5a971698f70c
,
8f8d5faf-7817-4977-9302-da715da840a8
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-05T06:04:27.023Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 02678375-3095-4832-8c94-5a971698f70c from URL: /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml
2022-05-05T06:04:27.023Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-05T06:04:27.023Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml
2022-05-05T06:04:27.077Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-05T06:04:27.078Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml 02678375-3095-4832-8c94-5a971698f70c 20368
2022-05-05T06:04:27.079Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-05T06:04:27.079Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml
2022-05-05T06:04:27.079Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-05T06:04:27.080Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:27.081Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:27.082Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730667079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:04:27.182Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:04:27.183Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:27.183Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:27.194Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:27.195Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:28.083Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8f8d5faf-7817-4977-9302-da715da840a8 from URL: /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env
2022-05-05T06:04:28.083Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-05-05T06:04:28.084Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env
2022-05-05T06:04:28.135Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-05-05T06:04:28.136Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env 8f8d5faf-7817-4977-9302-da715da840a8 2098
2022-05-05T06:04:28.136Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-05T06:04:28.136Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env
2022-05-05T06:04:28.137Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-05T06:04:28.137Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:28.139Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:28.139Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730668136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:04:28.240Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-05T06:04:28.241Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:28.241Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:28.252Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:28.253Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:29.140Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 991af573-0565-4d44-a021-efa6e433aa18
2022-05-05T06:04:29.141Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0db2aa20-b6b7 0 710e8f28-0306-41b1-902d-1790d79adb24 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-05T06:04:29.182Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a9fc1c9, org.onap.sdc.toscaparser.api.parameters.Input@3b8e3f4c, org.onap.sdc.toscaparser.api.parameters.Input@5653ae30, org.onap.sdc.toscaparser.api.parameters.Input@64b2c6e1, org.onap.sdc.toscaparser.api.parameters.Input@6027c237]
2022-05-05T06:04:29.186Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.186Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:29.187Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-05-05T06:04:29.187Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a6123e48-62fb-479a-8cae-a8e76aaa5667
2022-05-05T06:04:29.187Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a6123e48-62fb-479a-8cae-a8e76aaa5667 matches Tosca VF Customization UUID: a6123e48-62fb-479a-8cae-a8e76aaa5667
2022-05-05T06:04:29.187Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a6123e48-62fb-479a-8cae-a8e76aaa5667 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-05T06:04:29.194Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.195Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:29.197Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a6123e48-62fb-479a-8cae-a8e76aaa5667: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-05T06:04:29.197Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69fa8c42
2022-05-05T06:04:29.198Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.198Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-05T06:04:29.199Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1eb79c9f-2974-40bb-b9a2-8c2efa6b03ab
2022-05-05T06:04:29.200Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1eb79c9f-2974-40bb-b9a2-8c2efa6b03ab
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-05T06:04:29.207Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.207Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:29.208Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:04:29.209Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.209Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:29.209Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:04:29.209Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.210Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria
2022-05-05T06:04:29.210Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:04:29.210Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-05T06:04:29.211Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:04:29.211Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-05T06:04:29.211Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-05T06:04:29.211Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:04:29.212Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:29.212Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-05T06:04:29.212Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:29.212Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-05T06:04:29.213Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:04:29.213Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad5991a8-ead4-45de-b7db-fc89b1e46073
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-05T06:04:29.221Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.221Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:29.222Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:04:29.222Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.222Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria
2022-05-05T06:04:29.223Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:04:29.223Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-05T06:04:29.223Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:04:29.223Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:29.224Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-05T06:04:29.224Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:04:29.224Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:04:29.224Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-05T06:04:29.225Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-05T06:04:29.225Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:29.225Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-05T06:04:29.225Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:04:29.226Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7352026a-6324-427e-a559-529110775103
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-05T06:04:29.228Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.228Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:29.228Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:04:29.231Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.231Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria
2022-05-05T06:04:29.231Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:04:29.232Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-05T06:04:29.232Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:04:29.232Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:29.232Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-05T06:04:29.233Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:04:29.233Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:04:29.233Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-05T06:04:29.234Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-05T06:04:29.234Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:04:29.234Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-05T06:04:29.234Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-05T06:04:29.235Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ad1cdce-567f-4095-95b6-87b6a3f8c983
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-05T06:04:29.236Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.237Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:29.237Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:04:29.238Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.238Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria
2022-05-05T06:04:29.239Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=a6123e48-62fb-479a-8cae-a8e76aaa5667
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-05T06:04:29.240Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.240Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:29.241Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 991af573-0565-4d44-a021-efa6e433aa18: vFW 0db2aa20-b6b7
2022-05-05T06:04:29.241Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.242Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:29.242Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.242Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:29.242Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.243Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:29.243Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.243Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:29.244Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:04:29.244Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:04:29.244Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-05-05 06-01-51
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:04:29.491Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0db2aa20-b6b7 710e8f28-0306-41b1-902d-1790d79adb24 1 ASDC deployResourceStructure
2022-05-05T06:04:29.492Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json ASDC sendASDCNotification
2022-05-05T06:04:29.492Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json
2022-05-05T06:04:29.493Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-05T06:04:29.494Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:29.497Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:29.497Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730669492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "DEPLOY_OK"
}
2022-05-05T06:04:29.597Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:04:29.598Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:29.598Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:29.609Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:29.609Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:30.498Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-05T06:04:30.498Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml
2022-05-05T06:04:30.499Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-05T06:04:30.499Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:30.501Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:30.501Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730670498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-05T06:04:30.601Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:04:30.602Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:30.602Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:30.618Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:30.619Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:31.502Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-05T06:04:31.502Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env
2022-05-05T06:04:31.502Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-05T06:04:31.503Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:31.505Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:31.505Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730671501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-05T06:04:31.605Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:04:31.607Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:31.607Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:31.618Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:31.619Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:04:32.506Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar ASDC sendASDCNotification
2022-05-05T06:04:32.507Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar
2022-05-05T06:04:32.507Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-05T06:04:32.508Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:04:32.510Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:04:32.510Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730672506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:04:32.611Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-05T06:04:32.612Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:04:32.612Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:04:32.622Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:04:32.622Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-05T06:04:33.511Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:04:33.540Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:04:33.542Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:04:33.543Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-05T06:04:33.543Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-05T06:05:03.543Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:05:03.553Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:05:03.556Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:05:03.556Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-05T06:05:03.556Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-05T06:05:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:05:04.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:05:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:05:04.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:05:04.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:05:04.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:05:04.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:05:33.556Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:05:33.568Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:05:33.571Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:05:33.571Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-05T06:05:33.571Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-05T06:06:03.572Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:06:03.580Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:06:03.582Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:06:03.582Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-05T06:06:03.582Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-05T06:06:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:06:04.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:06:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:06:04.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:06:04.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730644359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "cds",
"timestamp": 1651730654046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730644359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730653772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "cds",
"timestamp": 1651730654046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730644359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730653772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "cds",
"timestamp": 1651730654046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730644359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730653772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "aai-ml",
"timestamp": 1651730655741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "policy-id",
"timestamp": 1651730656626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "cds",
"timestamp": 1651730654046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730644359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730653772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "aai-ml",
"timestamp": 1651730655741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "policy-id",
"timestamp": 1651730656626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "cds",
"timestamp": 1651730654046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730657360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730644359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730644205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730653772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "aai-ml",
"timestamp": 1651730655741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "policy-id",
"timestamp": 1651730656626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "cds",
"timestamp": 1651730654046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730657360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730653772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "aai-ml",
"timestamp": 1651730655741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "policy-id",
"timestamp": 1651730656626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730660469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "cds",
"timestamp": 1651730654046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730657360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730660840,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730653772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "aai-ml",
"timestamp": 1651730655741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "policy-id",
"timestamp": 1651730656626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730657360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "cds",
"timestamp": 1651730662031,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "aai-ml",
"timestamp": 1651730655741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "policy-id",
"timestamp": 1651730656626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730657360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "cds",
"timestamp": 1651730663062,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:06:04.764Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b
2022-05-05T06:06:04.764Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:06:04.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "aai-ml",
"timestamp": 1651730655741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "policy-id",
"timestamp": 1651730656626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730657360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "aai-ml",
"timestamp": 1651730663850,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "policy-id",
"timestamp": 1651730664640,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730657360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "policy-id",
"timestamp": 1651730665654,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:06:04.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730665691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:06:04.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730665998,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730665303,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "policy-id",
"timestamp": 1651730666666,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:06:04.788Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b
2022-05-05T06:06:04.789Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:06:04.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730666697,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:06:04.802Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b
2022-05-05T06:06:04.802Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:06:04.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730667079,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730666395,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730668136,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730667452,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730668529,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:06:04.818Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b
2022-05-05T06:06:04.819Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-05T06:06:04.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730669492,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "DEPLOY_OK"
}
2022-05-05T06:06:04.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730669535,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "DEPLOY_OK"
}
2022-05-05T06:06:04.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730670498,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-05T06:06:04.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730671501,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-05T06:06:04.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730672506,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:06:04.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "clamp",
"timestamp": 1651730671368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "clamp",
"timestamp": 1651730671368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "clamp",
"timestamp": 1651730671368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "clamp",
"timestamp": 1651730671368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "clamp",
"timestamp": 1651730671368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "clamp",
"timestamp": 1651730671368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:06:04.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "clamp",
"timestamp": 1651730671368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:06:04.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "aai-ml",
"timestamp": 1651730682839,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:06:04.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "aai-ml",
"timestamp": 1651730683847,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:06:04.831Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b
2022-05-05T06:06:04.831Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:06:04.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "clamp",
"timestamp": 1651730688788,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:06:04.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "clamp",
"timestamp": 1651730690797,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:06:04.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:06:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-05T06:06:04.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "clamp",
"timestamp": 1651730691802,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:06:04.843Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b
2022-05-05T06:06:04.843Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:06:33.583Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:06:33.594Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:06:33.598Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:06:33.598Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-05T06:06:33.598Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-05T06:06:33.598Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:06:33.604Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-05T06:07:03.605Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-05T06:07:03.616Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 186e0f01-1084-4384-8668-65d821a3b60b and serviceModelVersionId: 991af573-0565-4d44-a021-efa6e433aa18
2022-05-05T06:07:03.617Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfcb9a30-96b5-4672-8dc1-23356da73fa0
2022-05-05T06:07:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:07:04.208Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:07:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:07:13.791Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:07:19.510Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0
2022-05-05T06:07:19.621Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-05-05T06:07:20.103Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0|INFO|500||Invoke
2022-05-05T06:07:20.112Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[186e0f01-1084-4384-8668-65d821a3b60b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e582e3e1-f545-489e-aeea-aa6db7c4e6af], X-ECOMP-RequestID=[186e0f01-1084-4384-8668-65d821a3b60b], X-TransactionId=[], X-ONAP-RequestID=[186e0f01-1084-4384-8668-65d821a3b60b], Content-Type=[application/merge-patch+json]}
2022-05-05T06:07:20.250Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-05T06:07:20.742Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?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/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220505-06:07:20:060-38078], vertex-id=[221248], Content-Length=[0], Date=[Thu, 05 May 2022 06:07:20 GMT], Content-Type=[application/json]}
2022-05-05T06:07:20.744Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-05T06:07:20.745Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0|INFO|500||InvokeReturn
2022-05-05T06:07:20.752Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-05T06:07:20.752Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:07:20.758Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:07:20.759Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 186e0f01-1084-4384-8668-65d821a3b60b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-05T06:07:20.760Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-05T06:07:20.761Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:07:20.763Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:07:20.763Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730840759,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-05T06:07:20.864Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-05T06:07:20.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-05-05T06:07:20.865Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:07:20.876Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:07:20.879Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-05-05T06:07:21.777Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:07:21.778Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:07:21.778Z|186e0f01-1084-4384-8668-65d821a3b60b|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 esTqxCdz88rLJMPW) ...
2022-05-05T06:07:32.014Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:07:32.015Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:07:32.016Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:07:32.016Z|186e0f01-1084-4384-8668-65d821a3b60b|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 esTqxCdz88rLJMPW) ...
2022-05-05T06:07:41.561Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:07:41.562Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:07:41.563Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:07:41.563Z|186e0f01-1084-4384-8668-65d821a3b60b|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 esTqxCdz88rLJMPW) ...
2022-05-05T06:07:51.100Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:08:04.205Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:08:04.207Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:08:04.207Z|186e0f01-1084-4384-8668-65d821a3b60b|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 esTqxCdz88rLJMPW) ...
2022-05-05T06:08:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:08:04.208Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:08:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:08:04.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:08:04.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-05T06:08:04.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "186e0f01-1084-4384-8668-65d821a3b60b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730840759,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-05T06:08:04.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:08:13.761Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:04.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:09:04.206Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:09:04.206Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:09:04.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:09:04.209Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:09:04.210Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:09:04.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:04.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:04.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"977d8cdc-e306-4ad9-9f98-6527aa8fe159","serviceName":"vFW 2022-05-05 06-06-46","serviceVersion":"1.0","serviceUUID":"68c10cdc-d07a-4dc7-8d6b-610165f0d106","serviceDescription":"catalog service description","serviceInvariantUUID":"361ad2d8-fcbf-4488-ae93-a17fa3efb239","resources":[{"resourceInstanceName":"vFW ec8d07e8-cebb 0","resourceName":"vFW ec8d07e8-cebb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc","resourceInvariantUUID":"bb29f882-8a75-486a-bf2b-4d9a47cec384","resourceCustomizationUUID":"9adfc4a2-18ba-402b-9df5-bfd6627b86e6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml","artifactChecksum":"YmJmMDA3YzVlNjIwMTIxMDA1MzFiOTRlMGU2ZTIwMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6fc71ad-2377-47a1-a2c6-e37142ce985e","artifactVersion":"1"},{"artifactName":"vfwec8d07e8cebb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json","artifactChecksum":"YjQxOTVjYmJmOWU0NjViZDQ4NTQyOTA4MDNmMmViYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d60f3185-9338-43fa-8e40-e4855fbcd488","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"15d04fbe-71f6-4786-9320-294198ef5fb3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml","artifactChecksum":"MGFmNmFiMzg5MDUxZDkzMzEzNzE0ZTQ4NWZlMTRlMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76cf7910-24a6-453f-a6cf-5758254c1bb0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf81f05c-27b1-47b5-9cab-7d829c2abe00","artifactVersion":"2","generatedFromUUID":"15d04fbe-71f6-4786-9320-294198ef5fb3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220505060646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml","artifactChecksum":"NTFmNGE1MmIzMjc2MmViMDU1MWQ1ZThiMDMzYzk2M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8331db90-4d10-4d58-af48-126ce52a2d3a","artifactVersion":"1"},{"artifactName":"service-Vfw20220505060646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar","artifactChecksum":"OTgxYTE2Y2E5YjM3OWE0Mzk3M2E0MDY5NTVmMzBmNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21c070ef-1c61-408e-a8f6-d85e17349f49","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-05T06:09:04.839Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:09:04.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "cds",
"timestamp": 1651730909046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.840Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:04.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "clamp",
"timestamp": 1651730911368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "cds",
"timestamp": 1651730909046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "clamp",
"timestamp": 1651730911368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "cds",
"timestamp": 1651730909046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "clamp",
"timestamp": 1651730911368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730913772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "cds",
"timestamp": 1651730909046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730914359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.846Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:04.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.847Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "clamp",
"timestamp": 1651730911368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730913772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "cds",
"timestamp": 1651730909046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730914359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "clamp",
"timestamp": 1651730911368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730913772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "cds",
"timestamp": 1651730909046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730914359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "policy-id",
"timestamp": 1651730916626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "clamp",
"timestamp": 1651730911368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730913772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "cds",
"timestamp": 1651730909046,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "policy-id",
"timestamp": 1651730916626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730914359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730917360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "clamp",
"timestamp": 1651730911368,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730913772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730914359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "policy-id",
"timestamp": 1651730916626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "cds",
"timestamp": 1651730919649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:04.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730917360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730913772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730914359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "policy-id",
"timestamp": 1651730916626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "cds",
"timestamp": 1651730920664,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:09:04.878Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159
2022-05-05T06:09:04.879Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:09:04.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730917360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "ves-openapi-manager",
"timestamp": 1651730913772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730914359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "policy-id",
"timestamp": 1651730916626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730917360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "policy-id",
"timestamp": 1651730916626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730922393,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:04.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730917360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "policy-id",
"timestamp": 1651730916626,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730917360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "policy-id",
"timestamp": 1651730924451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:04.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730917360,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "policy-id",
"timestamp": 1651730925456,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:09:04.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730925729,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:09:04.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730925432,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:04.895Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "policy-id",
"timestamp": 1651730926460,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:09:04.903Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159
2022-05-05T06:09:04.903Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:09:04.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651730926734,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:09:04.919Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159
2022-05-05T06:09:04.920Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:09:04.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "aai-ml",
"timestamp": 1651730925741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730926950,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:04.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "aai-ml",
"timestamp": 1651730925741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730928112,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:04.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "aai-ml",
"timestamp": 1651730925741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730929138,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:09:04.934Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159
2022-05-05T06:09:04.934Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-05T06:09:04.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "aai-ml",
"timestamp": 1651730925741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651730930142,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-05T06:09:04.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "aai-ml",
"timestamp": 1651730925741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "aai-ml",
"timestamp": 1651730925741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:04.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "clamp",
"timestamp": 1651730931825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:04.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "aai-ml",
"timestamp": 1651730925741,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:09:04.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:09:04.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "clamp",
"timestamp": 1651730932845,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:09:04.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "aai-ml",
"timestamp": 1651730933722,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:04.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:09:04.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:09:04.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "clamp",
"timestamp": 1651730933848,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:09:04.946Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159
2022-05-05T06:09:04.946Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-05T06:09:04.946Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and ComponentName clamp
2022-05-05T06:09:04.947Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:04.947Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:09:04.961Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:04.962Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-05T06:09:05.847Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:09:05.848Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:05.850Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:05.851Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "NOTIFIED"
}
2022-05-05T06:09:05.951Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:09:05.952Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:05.953Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:05.964Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:05.965Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:06.851Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:09:06.852Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:06.855Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:06.855Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-05T06:09:06.955Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:09:06.956Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:06.956Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:06.967Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:06.968Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:07.855Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:09:07.857Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:07.861Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:07.861Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:07.961Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:09:07.963Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:07.963Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:07.974Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:07.975Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:08.862Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:09:08.862Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:08.865Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:08.865Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-05T06:09:08.965Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-05T06:09:08.966Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:08.966Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:08.977Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:08.978Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:09.866Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:09:09.867Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:09.869Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:09.869Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:09:09.969Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:09:09.970Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:09.971Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:09.987Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:09.988Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:10.870Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:09:10.871Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:10.875Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:10.875Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:09:10.975Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-05T06:09:10.976Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:10.976Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:10.989Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:10.990Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:11.877Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"serviceName": "vFW 2022-05-05 06-06-46",
"serviceVersion": "1.0",
"serviceUUID": "68c10cdc-d07a-4dc7-8d6b-610165f0d106",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "361ad2d8-fcbf-4488-ae93-a17fa3efb239",
"resources": [
{
"resourceInstanceName": "vFW ec8d07e8-cebb 0",
"resourceCustomizationUUID": "9adfc4a2-18ba-402b-9df5-bfd6627b86e6",
"resourceName": "vFW ec8d07e8-cebb",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc",
"resourceInvariantUUID": "bb29f882-8a75-486a-bf2b-4d9a47cec384",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwec8d07e8cebb0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"artifactChecksum": "YjQxOTVjYmJmOWU0NjViZDQ4NTQyOTA4MDNmMmViYmE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d60f3185-9338-43fa-8e40-e4855fbcd488",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "15d04fbe-71f6-4786-9320-294198ef5fb3",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf81f05c-27b1-47b5-9cab-7d829c2abe00",
"generatedFromUUID": "15d04fbe-71f6-4786-9320-294198ef5fb3"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cf81f05c-27b1-47b5-9cab-7d829c2abe00",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220505060646-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"artifactChecksum": "OTgxYTE2Y2E5YjM3OWE0Mzk3M2E0MDY5NTVmMzBmNmI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "21c070ef-1c61-408e-a8f6-d85e17349f49"
}
],
"workloadContext": "Production"
}
2022-05-05T06:09:11.878Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-05T06:09:11.879Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68c10cdc-d07a-4dc7-8d6b-610165f0d106 ASDC
2022-05-05T06:09:11.879Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:977d8cdc-e306-4ad9-9f98-6527aa8fe159
ServiceName:vFW 2022-05-05 06-06-46
ServiceVersion:1.0
ServiceUUID:68c10cdc-d07a-4dc7-8d6b-610165f0d106
ServiceInvariantUUID:361ad2d8-fcbf-4488-ae93-a17fa3efb239
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220505060646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar
ArtifactUUID:21c070ef-1c61-408e-a8f6-d85e17349f49
ArtifactChecksum:OTgxYTE2Y2E5YjM3OWE0Mzk3M2E0MDY5NTVmMzBmNmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ec8d07e8-cebb 0
ResourceCustomizationUUID:9adfc4a2-18ba-402b-9df5-bfd6627b86e6
ResourceInvariantUUID:bb29f882-8a75-486a-bf2b-4d9a47cec384
ResourceName:vFW ec8d07e8-cebb
ResourceType:VF
ResourceUUID:5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwec8d07e8cebb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json
ArtifactUUID:d60f3185-9338-43fa-8e40-e4855fbcd488
ArtifactChecksum:YjQxOTVjYmJmOWU0NjViZDQ4NTQyOTA4MDNmMmViYmE=
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/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml
ArtifactUUID:15d04fbe-71f6-4786-9320-294198ef5fb3
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/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env
ArtifactUUID:cf81f05c-27b1-47b5-9cab-7d829c2abe00
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/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env
ArtifactUUID:cf81f05c-27b1-47b5-9cab-7d829c2abe00
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-05T06:09:11.880Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68c10cdc-d07a-4dc7-8d6b-610165f0d106 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-05T06:09:11.920Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-05T06:09:11.923Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-05T06:09:11.923Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-05T06:09:11.923Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 21c070ef-1c61-408e-a8f6-d85e17349f49 from URL: /sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:11.923Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-05T06:09:11.923Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:12.339Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-05T06:09:12.345Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar 21c070ef-1c61-408e-a8f6-d85e17349f49 99023
2022-05-05T06:09:12.345Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar ASDC sendASDCNotification
2022-05-05T06:09:12.345Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:12.346Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-05T06:09:12.346Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:12.348Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:12.349Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730952345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:12.449Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:09:12.450Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:12.450Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:12.461Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:12.462Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:13.349Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-05T06:09:13.350Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-05-05T06:09:13.351Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 21c070ef-1c61-408e-a8f6-d85e17349f49, URL: /sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar to file: /app/ASDC/1/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:13.351Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220505060646-csar.csar
2022-05-05T06:09:13.352Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:13.352Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:13.618Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17032917286203205092/Definitions/service-Vfw20220505060646-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-05T06:09:16.036Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||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-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||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-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||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-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ec8d07e8-cebb 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-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-Vfw20220505060646-csar.csar
2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-05-05T06:09:16.039Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.039Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:16.039Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:16.039Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-05T06:09:16.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-05T06:09:16.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:16.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:16.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-05-05T06:09:16.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-05T06:09:16.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:16.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria
2022-05-05T06:09:16.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:09:16.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-05T06:09:16.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:16.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-05T06:09:16.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.044Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:09:16.044Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-05T06:09:16.044Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-05T06:09:16.044Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.045Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:16.045Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-05T06:09:16.045Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:16.045Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-05T06:09:16.045Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-05T06:09:16.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-05T06:09:16.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:16.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:09:16.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:16.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:09:16.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:16.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:09:16.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.050Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria
2022-05-05T06:09:16.050Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:09:16.050Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-05T06:09:16.050Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:09:16.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-05T06:09:16.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-05T06:09:16.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:16.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-05T06:09:16.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:16.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-05T06:09:16.053Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.053Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2904417d-6458-4088-9899-eed497296dc9
2022-05-05T06:09:16.053Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.054Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria
2022-05-05T06:09:16.054Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:09:16.054Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-05T06:09:16.055Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:16.055Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.055Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-05T06:09:16.056Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.056Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:09:16.056Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-05T06:09:16.056Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-05T06:09:16.056Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4d21324b-8e60-4b7d-96e1-a635b4002021
2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria
2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d5465ea6-6e36-4182-a31f-9d035bbc9b10
2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:16.061Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-05 06-06-46
Description:catalog service description
Model UUID:68c10cdc-d07a-4dc7-8d6b-610165f0d106
Model Version:NULL
Model InvariantUuid:361ad2d8-fcbf-4488-ae93-a17fa3efb239
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ec8d07e8-cebb
Model UUID:feee0627-f95d-4866-83f8-80bc15bf1189
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bb29f882-8a75-486a-bf2b-4d9a47cec384
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9adfc4a2-18ba-402b-9df5-bfd6627b86e6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:c63d7eb1-322e-4f3e-958d-3d6e9baf9132
ModelName:VfwEc8d07e8Cebb..base_vfw..module-0
ModelUuid:4380e294-8503-4237-89ee-634a357577d5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2904417d-6458-4088-9899-eed497296dc9
ModelInvariantUuid:27200e0e-c97b-4cc5-8a75-d6551dc68ac5
ModelName:vFW ec8d07e8-cebb-nodes.vfwCvfc
ModelUuid:de0575aa-ab76-484d-a8c3-dd1bd5912eae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:9d3c2baa-4069-48ee-82b4-1f7a14d9227b
ModelInvariantUuid:9fa499a2-179b-4aac-b831-ad34ad8a5ce5
ModelName:VfwEc8d07e8Cebb.compute.nodes.heat.vfw
ModelUuid:aa1c5c12-1b59-425f-8a3e-c19265647720
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:4d21324b-8e60-4b7d-96e1-a635b4002021
ModelInvariantUuid:a4eb69c9-60f3-48c0-a82a-dd5c6ce1864d
ModelName:vFW ec8d07e8-cebb-nodes.vsnCvfc
ModelUuid:85333b69-c887-413c-8b6c-8b32c435b242
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:99bc175d-29bd-476c-a2b6-d74a76c44f93
ModelInvariantUuid:7750e6c3-44f0-44fd-94e6-c9f7c47a6bbc
ModelName:VfwEc8d07e8Cebb.compute.nodes.heat.vsn
ModelUuid:5a3bf8b0-785b-4022-aefc-e18e8fd9fb52
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:d5465ea6-6e36-4182-a31f-9d035bbc9b10
ModelInvariantUuid:b35f8ade-ca67-4ac0-830c-655ec2facc6a
ModelName:vFW ec8d07e8-cebb-nodes.vpgCvfc
ModelUuid:d1ec1c2f-3ba4-46b7-8644-1c98744b23e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:04d98979-ea3a-49a5-9a50-368d6beef92d
ModelInvariantUuid:43170fdc-f420-436a-bd7c-0b5ba3b736ce
ModelName:VfwEc8d07e8Cebb.compute.nodes.heat.vpg
ModelUuid:3ea5fec3-e464-4597-a57d-a3a77abd8111
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-05T06:09:16.067Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-05T06:09:16.072Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||vFW ec8d07e8-cebb 0
2022-05-05T06:09:16.072Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc
2022-05-05T06:09:16.072Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d60f3185-9338-43fa-8e40-e4855fbcd488 from URL: /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json
2022-05-05T06:09:16.072Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-05T06:09:16.073Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json
2022-05-05T06:09:16.327Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-05T06:09:16.328Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json d60f3185-9338-43fa-8e40-e4855fbcd488 785
2022-05-05T06:09:16.328Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json ASDC sendASDCNotification
2022-05-05T06:09:16.328Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json
2022-05-05T06:09:16.329Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-05T06:09:16.329Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:16.331Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:16.331Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730956328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:16.431Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:09:16.433Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:16.434Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:16.458Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:16.459Z||pool-27-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:17.332Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEc8d07e8Cebb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c63d7eb1-322e-4f3e-958d-3d6e9baf9132",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4380e294-8503-4237-89ee-634a357577d5",
"vfModuleModelCustomizationUUID": "bc1bf751-6386-4482-9d4b-0452e59d2c90",
"isBase": true,
"artifacts": [
"15d04fbe-71f6-4786-9320-294198ef5fb3",
"cf81f05c-27b1-47b5-9cab-7d829c2abe00"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-05T06:09:17.339Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEc8d07e8Cebb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4380e294-8503-4237-89ee-634a357577d5
VfModuleModelInvariantUUID:c63d7eb1-322e-4f3e-958d-3d6e9baf9132
VfModuleModelDescription:NULL
Artifacts UUID List:{
15d04fbe-71f6-4786-9320-294198ef5fb3
,
cf81f05c-27b1-47b5-9cab-7d829c2abe00
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-05T06:09:17.343Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwEc8d07e8Cebb..base_vfw..module-0",
"vfModuleModelInvariantUUID": "c63d7eb1-322e-4f3e-958d-3d6e9baf9132",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4380e294-8503-4237-89ee-634a357577d5",
"vfModuleModelCustomizationUUID": "bc1bf751-6386-4482-9d4b-0452e59d2c90",
"isBase": true,
"artifacts": [
"15d04fbe-71f6-4786-9320-294198ef5fb3",
"cf81f05c-27b1-47b5-9cab-7d829c2abe00"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-05T06:09:17.343Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEc8d07e8Cebb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4380e294-8503-4237-89ee-634a357577d5
VfModuleModelInvariantUUID:c63d7eb1-322e-4f3e-958d-3d6e9baf9132
VfModuleModelDescription:NULL
Artifacts UUID List:{
15d04fbe-71f6-4786-9320-294198ef5fb3
,
cf81f05c-27b1-47b5-9cab-7d829c2abe00
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-05T06:09:17.343Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 15d04fbe-71f6-4786-9320-294198ef5fb3 from URL: /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml
2022-05-05T06:09:17.343Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-05T06:09:17.344Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml
2022-05-05T06:09:17.736Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-05T06:09:17.737Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml 15d04fbe-71f6-4786-9320-294198ef5fb3 20368
2022-05-05T06:09:17.738Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-05T06:09:17.738Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml
2022-05-05T06:09:17.738Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-05T06:09:17.739Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:17.742Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:17.742Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730957738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:17.841Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-05T06:09:17.842Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:17.842Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:17.854Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:17.855Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:18.743Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cf81f05c-27b1-47b5-9cab-7d829c2abe00 from URL: /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env
2022-05-05T06:09:18.744Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-05-05T06:09:18.744Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env
2022-05-05T06:09:19.001Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-05-05T06:09:19.002Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env cf81f05c-27b1-47b5-9cab-7d829c2abe00 2098
2022-05-05T06:09:19.003Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-05T06:09:19.003Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env
2022-05-05T06:09:19.003Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-05T06:09:19.003Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:19.006Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:19.006Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730959002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:09:19.106Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:09:19.107Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:19.107Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:19.119Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:19.119Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-05T06:09:20.006Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 68c10cdc-d07a-4dc7-8d6b-610165f0d106
2022-05-05T06:09:20.007Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ec8d07e8-cebb 0 5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-05T06:09:20.023Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6add42ac, org.onap.sdc.toscaparser.api.parameters.Input@58fd9f12, org.onap.sdc.toscaparser.api.parameters.Input@6a32c1b2, org.onap.sdc.toscaparser.api.parameters.Input@7dc38fdd, org.onap.sdc.toscaparser.api.parameters.Input@7d0b6aeb]
2022-05-05T06:09:20.024Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.024Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:20.025Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-05-05T06:09:20.025Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9adfc4a2-18ba-402b-9df5-bfd6627b86e6
2022-05-05T06:09:20.025Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9adfc4a2-18ba-402b-9df5-bfd6627b86e6 matches Tosca VF Customization UUID: 9adfc4a2-18ba-402b-9df5-bfd6627b86e6
2022-05-05T06:09:20.025Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9adfc4a2-18ba-402b-9df5-bfd6627b86e6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-05T06:09:20.027Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.027Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:20.028Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9adfc4a2-18ba-402b-9df5-bfd6627b86e6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-05T06:09:20.028Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54a5c496
2022-05-05T06:09:20.028Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.028Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-05T06:09:20.029Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc1bf751-6386-4482-9d4b-0452e59d2c90
2022-05-05T06:09:20.029Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc1bf751-6386-4482-9d4b-0452e59d2c90
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-05T06:09:20.031Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.031Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:20.031Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:09:20.032Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.032Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:20.032Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:09:20.032Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.033Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria
2022-05-05T06:09:20.033Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:09:20.033Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-05T06:09:20.033Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:09:20.034Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-05T06:09:20.034Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-05T06:09:20.034Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:09:20.034Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:20.035Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-05T06:09:20.036Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:20.036Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-05T06:09:20.036Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:09:20.036Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2904417d-6458-4088-9899-eed497296dc9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-05T06:09:20.039Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:20.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:09:20.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria
2022-05-05T06:09:20.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:09:20.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-05T06:09:20.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:20.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:09:20.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-05T06:09:20.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:09:20.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:09:20.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-05T06:09:20.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-05T06:09:20.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:20.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-05T06:09:20.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:09:20.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4d21324b-8e60-4b7d-96e1-a635b4002021
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-05T06:09:20.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:20.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:09:20.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria
2022-05-05T06:09:20.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-05T06:09:20.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-05T06:09:20.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:20.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-05T06:09:20.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-05T06:09:20.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d5465ea6-6e36-4182-a31f-9d035bbc9b10
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-05T06:09:20.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:20.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-05T06:09:20.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria
2022-05-05T06:09:20.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=9adfc4a2-18ba-402b-9df5-bfd6627b86e6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-05T06:09:20.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:20.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 68c10cdc-d07a-4dc7-8d6b-610165f0d106: vFW ec8d07e8-cebb
2022-05-05T06:09:20.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:20.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:09:20.061Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:09:20.061Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-05-05 06-06-46
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:09:20.192Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ec8d07e8-cebb 5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc 1 ASDC deployResourceStructure
2022-05-05T06:09:20.192Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json ASDC sendASDCNotification
2022-05-05T06:09:20.193Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json
2022-05-05T06:09:20.193Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-05T06:09:20.193Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:20.195Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:20.195Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730960192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-05T06:09:20.296Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:09:20.297Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:20.297Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:20.308Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:20.309Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:21.196Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-05T06:09:21.197Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml
2022-05-05T06:09:21.197Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-05T06:09:21.197Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:21.201Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:21.201Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730961196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-05T06:09:21.300Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-05T06:09:21.301Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:21.301Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:21.313Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:21.313Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:22.202Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-05T06:09:22.203Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env
2022-05-05T06:09:22.203Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-05T06:09:22.203Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:22.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:22.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730962202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-05T06:09:22.305Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:09:22.307Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:22.307Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:22.318Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:22.319Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:09:23.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar ASDC sendASDCNotification
2022-05-05T06:09:23.207Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar
2022-05-05T06:09:23.207Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-05T06:09:23.207Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:09:23.208Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:09:23.209Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730963206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:09:23.309Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:09:23.310Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:09:23.310Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:09:23.321Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:09:23.322Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-05T06:09:24.209Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:09:24.218Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:09:24.232Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:09:24.232Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-05T06:09:24.232Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-05T06:09:54.232Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:09:54.241Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:09:54.243Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:09:54.243Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-05T06:09:54.243Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-05T06:10:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:10:04.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:10:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:10:04.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:10:04.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:10:04.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:10:04.329Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:10:24.243Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:10:24.252Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:10:24.255Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:10:24.255Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-05T06:10:24.255Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-05T06:10:54.255Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:10:54.266Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:10:54.272Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:10:54.273Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-05T06:10:54.273Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-05T06:11:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:11:04.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:11:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:11:04.729Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:11:04.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "aai-ml",
"timestamp": 1651730944621,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:11:04.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:11:04.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "NOTIFIED"
}
2022-05-05T06:11:04.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:11:04.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "aai-ml",
"timestamp": 1651730945625,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:11:04.741Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159
2022-05-05T06:11:04.741Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:11:04.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-05T06:11:04.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:11:04.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:11:04.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-05T06:11:04.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:11:04.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730944205,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:11:04.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730952345,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:11:04.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730956328,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:11:04.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730957738,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:11:04.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730959002,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:11:04.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730960192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-05T06:11:04.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730961196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-05T06:11:04.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730962202,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-05T06:11:04.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:11:04.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:11:04.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651730963206,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:11:04.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:11:24.273Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:11:24.281Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:11:24.283Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:11:24.285Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:11:24.285Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:11:24.285Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:11:24.288Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-05T06:11:54.288Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-05T06:11:54.300Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and serviceModelVersionId: 68c10cdc-d07a-4dc7-8d6b-610165f0d106
2022-05-05T06:11:54.300Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 361ad2d8-fcbf-4488-ae93-a17fa3efb239
2022-05-05T06:11:54.302Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0
2022-05-05T06:11:54.313Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-05-05T06:11:54.387Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0|INFO|500||Invoke
2022-05-05T06:11:54.388Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[977d8cdc-e306-4ad9-9f98-6527aa8fe159], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17795632-d70d-427d-a776-176437fc7d7d], X-ECOMP-RequestID=[977d8cdc-e306-4ad9-9f98-6527aa8fe159], X-TransactionId=[], X-ONAP-RequestID=[977d8cdc-e306-4ad9-9f98-6527aa8fe159], Content-Type=[application/merge-patch+json]}
2022-05-05T06:11:54.420Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-05T06:11:54.723Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?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/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220505-06:11:54:224-19689], vertex-id=[372792], Content-Length=[0], Date=[Thu, 05 May 2022 06:11:54 GMT], Content-Type=[application/json]}
2022-05-05T06:11:54.724Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-05T06:11:54.725Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0|INFO|500||InvokeReturn
2022-05-05T06:11:54.726Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-05T06:11:54.726Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:11:54.730Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:11:54.731Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-05T06:11:54.731Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-05T06:11:54.731Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:11:54.734Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:11:54.734Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731114731,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-05T06:11:54.834Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:11:54.835Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:11:54.836Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:11:54.851Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:11:54.852Z||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-05-05T06:11:55.754Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:11:55.754Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:11:55.754Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:12:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:12:04.208Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:12:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:12:04.829Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:12:04.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-05T06:12:04.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731114731,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-05T06:12:04.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:12:05.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:12:05.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:12:05.995Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:12:05.995Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:12:15.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:12:15.543Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:12:15.544Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:12:15.544Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:12:25.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:13:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:13:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:13:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:13:04.208Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:13:04.209Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:13:04.209Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ...
2022-05-05T06:13:13.764Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:13:13.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:14:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:14:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:14:04.209Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:14:04.209Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:14:04.209Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:14:04.209Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:14:13.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:14:13.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:15:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:15:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:15:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:15:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:15:04.208Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:15:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:15:13.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:15:13.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:16:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:16:04.206Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:16:04.206Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:16:04.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:16:04.208Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:16:04.208Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:16:13.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:16:13.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:17:04.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:17:04.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:17:04.207Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:17:04.209Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:17:04.210Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:17:04.210Z||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 esTqxCdz88rLJMPW) ...
2022-05-05T06:17:13.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:17:13.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:18:04.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:18:04.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:18:04.207Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:18:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:18:04.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:18:04.208Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:18:04.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:18:04.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:18:04.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "cds",
"timestamp": 1651731449046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:18:04.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ed9c0b4-517e-4e53-8a53-cc24afb69d60","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33","serviceDescription":"service","serviceInvariantUUID":"18f8069c-616d-4f57-8b6e-27be46e3a823","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5bbb668a-927f-454d-a4a5-104f85c3ac6b","resourceInvariantUUID":"1fd2b48b-d23a-4c22-9de9-ade8951f9aa3","resourceCustomizationUUID":"66f1d9ad-c205-4f41-85d2-5b11a6da4f68","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"YmZmNWE4OTBlZTUyNTVjY2I5NmM3YmZkNjZjOGMxYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d157c0e4-31a8-4f82-a838-c5b8ff5cd35f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjM0MjZiMmRlNGUwZmVkOThkNGZhYjIxYzBiNzg4Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c58b7aae-3760-40f5-bbc1-157aff5c6b26","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-05T06:18:04.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "cds",
"timestamp": 1651731449046,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:18:04.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "cds",
"timestamp": 1651731452214,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:18:04.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:18:04.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "clamp",
"timestamp": 1651731451368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:18:04.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "cds",
"timestamp": 1651731453245,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-05-05T06:18:04.853Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:18:04.853Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:18:04.857Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:18:04.857Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731484205,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:18:04.878Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ed9c0b4-517e-4e53-8a53-cc24afb69d60
2022-05-05T06:18:04.879Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:18:04.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "clamp",
"timestamp": 1651731451368,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:18:04.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "ves-openapi-manager",
"timestamp": 1651731453772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:18:04.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651731454360,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:18:04.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "ves-openapi-manager",
"timestamp": 1651731453772,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:18:04.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651731454360,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:18:04.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "policy-id",
"timestamp": 1651731456626,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:18:04.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651731457355,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "policy-id",
"timestamp": 1651731456626,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651731457361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651731459020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:18:04.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:18:04.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "policy-id",
"timestamp": 1651731459561,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:18:04.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:18:04.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "clamp",
"timestamp": 1651731458908,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:18:04.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:18:04.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "multicloud-k8s-id",
"timestamp": 1651731457361,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:18:04.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1651731460024,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:18:04.894Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ed9c0b4-517e-4e53-8a53-cc24afb69d60
2022-05-05T06:18:04.895Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:18:04.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "policy-id",
"timestamp": 1651731460569,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:18:04.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:18:04.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "policy-id",
"timestamp": 1651731461575,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:18:04.919Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ed9c0b4-517e-4e53-8a53-cc24afb69d60
2022-05-05T06:18:04.919Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:18:04.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "clamp",
"timestamp": 1651731460922,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:18:04.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:18:04.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "clamp",
"timestamp": 1651731461927,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:18:04.932Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ed9c0b4-517e-4e53-8a53-cc24afb69d60
2022-05-05T06:18:04.933Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:18:04.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "aai-ml",
"timestamp": 1651731465741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:18:04.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "aai-ml",
"timestamp": 1651731465741,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:18:04.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "aai-ml",
"timestamp": 1651731468736,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:18:04.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "aai-ml",
"timestamp": 1651731473620,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:18:04.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-05T06:18:04.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:18:04.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "aai-ml",
"timestamp": 1651731474625,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:18:04.953Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ed9c0b4-517e-4e53-8a53-cc24afb69d60
2022-05-05T06:18:04.953Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:18:04.957Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:18:04.959Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:18:04.959Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:18:04.969Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:18:04.970Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:18:05.858Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:18:05.859Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:18:05.860Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:18:05.861Z||pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731484205,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:18:05.961Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:18:05.962Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:18:05.962Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:18:05.971Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:18:05.972Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:18:06.863Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33",
"serviceDescription": "service",
"serviceInvariantUUID": "18f8069c-616d-4f57-8b6e-27be46e3a823",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "66f1d9ad-c205-4f41-85d2-5b11a6da4f68",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "5bbb668a-927f-454d-a4a5-104f85c3ac6b",
"resourceInvariantUUID": "1fd2b48b-d23a-4c22-9de9-ade8951f9aa3",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "NjM0MjZiMmRlNGUwZmVkOThkNGZhYjIxYzBiNzg4Mzk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c58b7aae-3760-40f5-bbc1-157aff5c6b26"
}
],
"workloadContext": "Production"
}
2022-05-05T06:18:06.863Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-05T06:18:06.864Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33 ASDC
2022-05-05T06:18:06.864Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7ed9c0b4-517e-4e53-8a53-cc24afb69d60
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33
ServiceInvariantUUID:18f8069c-616d-4f57-8b6e-27be46e3a823
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:c58b7aae-3760-40f5-bbc1-157aff5c6b26
ArtifactChecksum:NjM0MjZiMmRlNGUwZmVkOThkNGZhYjIxYzBiNzg4Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:66f1d9ad-c205-4f41-85d2-5b11a6da4f68
ResourceInvariantUUID:1fd2b48b-d23a-4c22-9de9-ade8951f9aa3
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5bbb668a-927f-454d-a4a5-104f85c3ac6b
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-05-05T06:18:06.865Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-05T06:18:06.888Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-05T06:18:06.889Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-05T06:18:06.890Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-05T06:18:06.890Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c58b7aae-3760-40f5-bbc1-157aff5c6b26 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-05T06:18:06.890Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-05T06:18:06.890Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-05T06:18:07.122Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-05T06:18:07.125Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c58b7aae-3760-40f5-bbc1-157aff5c6b26 52507
2022-05-05T06:18:07.125Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-05T06:18:07.125Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-05T06:18:07.125Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-05T06:18:07.126Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:18:07.128Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:18:07.128Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731487125,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:18:07.229Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:18:07.232Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:18:07.233Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:18:07.244Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:18:07.245Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:18:08.129Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-05T06:18:08.132Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-05T06:18:08.132Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c58b7aae-3760-40f5-bbc1-157aff5c6b26, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.133Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-05T06:18:08.133Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.133Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.309Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4342250518923429476/Definitions/service-BasicNetwork-template.yml
2022-05-05T06:18:08.955Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-05T06:18:08.956Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-05T06:18:08.956Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.956Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-BasicNetwork-csar.csar
2022-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.958Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.958Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-05T06:18:08.958Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-05T06:18:08.958Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.959Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:08.959Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-05T06:18:08.960Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-05T06:18:08.960Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-05T06:18:08.960Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.960Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:08.961Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-05T06:18:08.961Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-05T06:18:08.961Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-05T06:18:08.961Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.961Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:08.962Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.962Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:08.962Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.962Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:08.963Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.963Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:08.963Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.963Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:08.964Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33
Model Version:NULL
Model InvariantUuid:18f8069c-616d-4f57-8b6e-27be46e3a823
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1fd2b48b-d23a-4c22-9de9-ade8951f9aa3
Model UUID:f032e853-0d1d-409a-8090-6e6eeeffa5f0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:66f1d9ad-c205-4f41-85d2-5b11a6da4f68
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-05T06:18:08.968Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 5bbb668a-927f-454d-a4a5-104f85c3ac6b
2022-05-05T06:18:08.968Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||No resources found for Service: adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-05T06:18:08.974Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||
2022-05-05T06:18:08.974Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-05-05T06:18:08.975Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||No resources found for Service: adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33
2022-05-05T06:18:08.975Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33
2022-05-05T06:18:08.976Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-05-05T06:18:08.976Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-05T06:18:08.980Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41b81650, org.onap.sdc.toscaparser.api.parameters.Input@1c08d0a0, org.onap.sdc.toscaparser.api.parameters.Input@63f6052c, org.onap.sdc.toscaparser.api.parameters.Input@59624e5d, org.onap.sdc.toscaparser.api.parameters.Input@58e9c9b7]
2022-05-05T06:18:08.982Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.982Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:08.983Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.983Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:08.984Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33: Generic NeutronNet
2022-05-05T06:18:08.984Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.984Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:08.984Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:08.985Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
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 networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-05T06:18:09.016Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:09.017Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:09.017Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:09.017Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:09.017Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:18:09.018Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:18:09.018Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Saving Service: basic_network
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: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_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 network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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 (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-05T06:18:09.065Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-05-05T06:18:09.066Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-05T06:18:09.066Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-05T06:18:09.066Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-05T06:18:09.066Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:18:09.068Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:18:09.068Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731489066,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-05T06:18:09.169Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:18:09.171Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:18:09.172Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:18:09.183Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:18:09.184Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:18:10.070Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ed9c0b4-517e-4e53-8a53-cc24afb69d60
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:18:10.079Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ed9c0b4-517e-4e53-8a53-cc24afb69d60
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-05T06:18:10.084Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-05T06:18:10.084Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-05T06:18:10.084Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-05T06:18:10.084Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-05T06:18:10.088Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-05T06:18:40.088Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-05T06:18:40.101Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 and serviceModelVersionId: adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33
2022-05-05T06:18:40.101Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18f8069c-616d-4f57-8b6e-27be46e3a823
2022-05-05T06:18:40.103Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0
2022-05-05T06:18:40.111Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-05T06:18:40.208Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0|INFO|500||Invoke
2022-05-05T06:18:40.208Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7ed9c0b4-517e-4e53-8a53-cc24afb69d60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c6ccb24-7dd0-4a20-8ed1-32c144719e5a], X-ECOMP-RequestID=[7ed9c0b4-517e-4e53-8a53-cc24afb69d60], X-TransactionId=[], X-ONAP-RequestID=[7ed9c0b4-517e-4e53-8a53-cc24afb69d60], Content-Type=[application/merge-patch+json]}
2022-05-05T06:18:40.237Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-05T06:18:40.838Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?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/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220505-06:18:40:036-75222], vertex-id=[139408], Content-Length=[0], Date=[Thu, 05 May 2022 06:18:40 GMT], Content-Type=[application/json]}
2022-05-05T06:18:40.839Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-05T06:18:40.839Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0|INFO|500||InvokeReturn
2022-05-05T06:18:40.839Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-05T06:18:40.839Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-05T06:18:40.844Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-05-05T06:18:40.844Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-05T06:18:40.845Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-05T06:18:40.845Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:18:40.847Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:18:40.847Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731520844,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-05T06:18:40.947Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:18:40.948Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:18:40.948Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:18:40.963Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:18:40.964Z||pool-39-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-05T06:19:04.205Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:19:04.206Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:19:04.206Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-05T06:19:04.208Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-05T06:19:04.208Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:04.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:04.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-05T06:19:04.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731484205,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:19:04.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-05-05T06:19:04.825Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:04.830Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-05T06:19:04.831Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2378e7a-c9c7-48b1-888b-eb688a712c22","serviceName":"Demo_pNF_nn97JlQz2mPAnOF34nXG","serviceVersion":"1.0","serviceUUID":"8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a","serviceDescription":"catalog service description","serviceInvariantUUID":"038bc307-940a-4a4d-a669-ba5786351abb","resources":[{"resourceInstanceName":"pNF 68e54eec-f221 0","resourceName":"pNF 68e54eec-f221","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"33bd6144-0f80-4c4b-b175-4a771de01b3f","resourceInvariantUUID":"849a7da7-01ab-42d6-96d0-53ebe789c18c","resourceCustomizationUUID":"1a3c28e3-6da9-48c5-8567-5326982b59a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml","artifactChecksum":"NjE4NTI4NDY1NmU4NTYxZGJhNmYxMTMxMmE3MmE4MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"516c52d8-943a-4fac-a6c1-ac8f29b3b63f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar","artifactChecksum":"ZmMzOGYwMjU4NDAzOGJlMzE2ZDUyNzcyYjllMTg5NGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e2da92c-aedc-4f28-b619-db6b12caadce","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e3cec43-385d-4015-9557-1c476cb92b57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml","artifactChecksum":"N2RiOTY1ZDU3YTgwZTU5NzYyNjRkMDUyY2EwMzQ0ZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67539bb3-b6b3-4f13-a5dd-5be4e3c9f1c2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51bd99f4-1c08-43a0-99c5-bb84cd202871","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f89177c9-2eac-4290-abed-0df3efabc87b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNn97jlqz2mpanof34nxg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml","artifactChecksum":"Yzk0ZDk3NTBiYjM4NGFlM2M1ZmMxYmE5NTU2ODE1MDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f958b1f-283d-47af-9945-48279b295d5f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar","artifactChecksum":"ZDhkZDg2NGYyYzJmYjkyZjgzZThkOWRlZDE2YjM2MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76db11fc-7771-45f2-86e3-74c83b5d2815","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-05T06:19:04.834Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:19:04.835Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:19:04.837Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:19:04.837Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731544205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:19:04.937Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:19:04.938Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:19:04.938Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:04.949Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:04.949Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:19:05.838Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:19:05.838Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:19:05.840Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:19:05.840Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731544205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:19:05.941Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:19:05.942Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:19:05.942Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:05.952Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:05.953Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:19:06.841Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:19:06.842Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:19:06.844Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:19:06.845Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731544205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:19:06.945Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:19:06.946Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:19:06.946Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:06.955Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:06.956Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-05T06:19:07.846Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:19:07.846Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:19:07.849Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:19:07.849Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731544205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:19:07.951Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-05T06:19:07.952Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:19:07.952Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:07.968Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:07.968Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:19:08.850Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:19:08.850Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:19:08.853Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:19:08.853Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731544205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:19:08.953Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:19:08.954Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:19:08.954Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:08.966Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:08.967Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-05T06:19:09.853Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:19:09.854Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:19:09.856Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:19:09.856Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731544205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:19:09.956Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:19:09.957Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:19:09.957Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:09.967Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:09.968Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:19:10.857Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:19:10.858Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:19:10.862Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:19:10.862Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731544205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-05T06:19:10.964Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-05T06:19:10.965Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:19:10.965Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:10.984Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:10.985Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:19:11.862Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-05T06:19:11.863Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:19:11.866Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:19:11.866Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731544205,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar",
"status": "NOTIFIED"
}
2022-05-05T06:19:11.967Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-05T06:19:11.968Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:19:11.968Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:11.978Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:11.978Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:19:12.868Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
"distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22",
"serviceName": "Demo_pNF_nn97JlQz2mPAnOF34nXG",
"serviceVersion": "1.0",
"serviceUUID": "8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "038bc307-940a-4a4d-a669-ba5786351abb",
"resources": [
{
"resourceInstanceName": "pNF 68e54eec-f221 0",
"resourceCustomizationUUID": "1a3c28e3-6da9-48c5-8567-5326982b59a2",
"resourceName": "pNF 68e54eec-f221",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "33bd6144-0f80-4c4b-b175-4a771de01b3f",
"resourceInvariantUUID": "849a7da7-01ab-42d6-96d0-53ebe789c18c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar",
"artifactChecksum": "ZDhkZDg2NGYyYzJmYjkyZjgzZThkOWRlZDE2YjM2MDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "76db11fc-7771-45f2-86e3-74c83b5d2815"
}
],
"workloadContext": "Production"
}
2022-05-05T06:19:12.869Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-05T06:19:12.869Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a ASDC
2022-05-05T06:19:12.869Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:a2378e7a-c9c7-48b1-888b-eb688a712c22
ServiceName:Demo_pNF_nn97JlQz2mPAnOF34nXG
ServiceVersion:1.0
ServiceUUID:8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a
ServiceInvariantUUID:038bc307-940a-4a4d-a669-ba5786351abb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
ArtifactUUID:76db11fc-7771-45f2-86e3-74c83b5d2815
ArtifactChecksum:ZDhkZDg2NGYyYzJmYjkyZjgzZThkOWRlZDE2YjM2MDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 68e54eec-f221 0
ResourceCustomizationUUID:1a3c28e3-6da9-48c5-8567-5326982b59a2
ResourceInvariantUUID:849a7da7-01ab-42d6-96d0-53ebe789c18c
ResourceName:pNF 68e54eec-f221
ResourceType:PNF
ResourceUUID:33bd6144-0f80-4c4b-b175-4a771de01b3f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-05-05T06:19:12.872Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-05T06:19:12.897Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-05T06:19:12.897Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-05T06:19:12.897Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-05T06:19:12.898Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 76db11fc-7771-45f2-86e3-74c83b5d2815 from URL: /sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:12.898Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-05T06:19:12.898Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:13.226Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-05T06:19:13.231Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 76db11fc-7771-45f2-86e3-74c83b5d2815 82649
2022-05-05T06:19:13.234Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar ASDC sendASDCNotification
2022-05-05T06:19:13.234Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:13.234Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-05T06:19:13.238Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-05T06:19:13.240Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-05T06:19:13.240Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||try to send status {
"distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1651731553234,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-05T06:19:13.341Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-05T06:19:13.342Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-05T06:19:13.342Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ...
2022-05-05T06:19:13.359Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-05T06:19:13.360Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-05T06:19:14.241Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-05T06:19:14.242Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-05T06:19:14.243Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 76db11fc-7771-45f2-86e3-74c83b5d2815, URL: /sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar to file: /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:14.246Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:14.246Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:14.246Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:14.370Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8321315432856851746/Definitions/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml
2022-05-05T06:19:15.392Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 68e54eec-f221 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:15.394Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-DemoPnfNn97jlqz2mpanof34nxg-csar.csar
2022-05-05T06:19:15.394Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-05T06:19:15.394Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:19:15.394Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:19:15.394Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Node template pNF 68e54eec-f221 0 is matching search criteria
2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 68e54eec-f221 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Node template pNF 68e54eec-f221 0 is matching search criteria
2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 68e54eec-f221 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-05T06:19:15.396Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery