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-09T12:53:41.530Z||main|||||INFO|500||The following profiles are active: basic
2022-05-09T12:53:54.697Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-09T12:53:54.698Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-09T12:53:54.855Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-09T12:53:59.441Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-09T12:53:59.865Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-09T12:54:00.418Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-09T12:54:00.436Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-09T12:54:00.553Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-09T12:54:00.802Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-09T12:54:01.449Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-09T12:54:03.518Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-09T12:54:06.167Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-09T12:54:06.232Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-09T12:54:07.019Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-09T12:54:07.265Z||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-09T12:54:08.632Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-09T12:54:09.854Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-05-09T12:54:09.873Z||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$$30e71889.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-09T12:54:09.874Z||main|||||WARN|500||The sdc end point is not alive
2022-05-09T12:54:13.579Z||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-09T12:54:17.225Z||main|||||WARN|500||---
2022-05-09T12:54:17.226Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-09T12:54:17.227Z||main|||||WARN|500||---
2022-05-09T12:54:17.900Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-09T12:54:24.085Z||main|||||INFO|500||Started Application in 46.151 seconds (JVM running for 48.455)
2022-05-09T12:54:24.119Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-09T12:54:24.127Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-09T12:54:24.141Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-09T12:54:24.169Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-09T12:54:24.229Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3b8ff642-d174-4fd8-b6df-d42907130a1e url= /sdc/v1/artifactTypes
2022-05-09T12:54:24.229Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-09T12:54:24.576Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-09T12:54:24.620Z||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-09T12:54:24.655Z||scheduling-1|||||DEBUG|500||create keys
2022-05-09T12:54:24.668Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-09T12:54:24.704Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:54:24.732Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e231cf65-f1bd-431e-8fd8-d448f80ddce3 url= /sdc/v1/registerForDistribution
2022-05-09T12:54:24.875Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e231cf65-f1bd-431e-8fd8-d448f80ddce3 url= /sdc/v1/registerForDistribution
2022-05-09T12:54:24.876Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-09T12:54:24.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:54:24.887Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:54:24.895Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-09T12:54:24.902Z||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-09T12:54:24.903Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:54:24.902Z||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-09T12:54:24.905Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:54:35.134Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:54:35.135Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:55:24.885Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:55:24.887Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:55:24.888Z||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-09T12:55:24.889Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:55:24.896Z||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-09T12:55:24.898Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:55:34.474Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:55:34.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:56:24.884Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:56:24.885Z||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-09T12:56:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:56:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:56:24.887Z||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-09T12:56:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:56:34.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:56:34.430Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:57:24.884Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:57:24.885Z||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-09T12:57:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:57:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:57:24.888Z||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-09T12:57:24.889Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:57:34.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:57:34.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:58:24.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:58:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:58:24.886Z||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-09T12:58:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:58:24.887Z||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-09T12:58:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:58:34.434Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:58:34.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:59:24.884Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:59:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T12:59:24.887Z||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-09T12:59:24.887Z||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-09T12:59:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:59:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T12:59:34.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T12:59:34.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:00:24.884Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:00:24.885Z||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-09T13:00:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:00:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:00:24.889Z||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-09T13:00:24.889Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:00:34.426Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:00:34.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:01:24.884Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:01:24.885Z||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-09T13:01:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:01:24.890Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:01:24.894Z||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-09T13:01:24.895Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:01:34.435Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:01:34.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:02:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:02:24.885Z||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-09T13:02:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:02:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:02:24.886Z||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-09T13:02:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:02:34.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:02:34.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:03:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:03:24.885Z||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-09T13:03:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:03:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:03:24.886Z||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-09T13:03:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:03:34.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:03:34.427Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:04:17.230Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-09T13:04:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:04:24.885Z||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-09T13:04:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:04:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:04:24.886Z||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-09T13:04:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:04:34.431Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:04:34.432Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:05:24.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:05:24.885Z||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-09T13:05:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:05:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:05:24.886Z||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-09T13:05:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:05:34.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:05:34.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:06:24.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:06:24.885Z||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-09T13:06:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:06:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:06:24.887Z||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-09T13:06:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:06:34.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:06:34.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:07:24.884Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:07:24.885Z||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-09T13:07:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:07:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:07:24.887Z||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-09T13:07:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:07:34.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:07:34.427Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:08:24.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:08:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:08:24.886Z||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-09T13:08:24.886Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:08:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:08:24.887Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:08:34.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:08:34.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:09:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:09:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:09:24.885Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:09:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:09:24.886Z||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-09T13:09:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:09:34.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:09:34.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:10:24.884Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:10:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:10:24.885Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:10:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:10:24.887Z||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-09T13:10:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:10:34.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:10:34.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:11:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:11:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:11:24.885Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:11:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:11:24.887Z||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-09T13:11:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:11:34.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:11:34.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:12:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:12:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:12:24.885Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:12:24.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:12:24.887Z||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-09T13:12:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:12:34.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:12:34.432Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:13:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:13:24.885Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:13:24.885Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:13:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:13:24.886Z||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-09T13:13:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:13:34.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:13:34.421Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:14:24.883Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:14:24.884Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-09T13:14:24.885Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MuODBnycxlqCe7i8) ...
2022-05-09T13:14:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:14:24.887Z||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-09T13:14:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:14:34.419Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:14:34.419Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:15:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:15:24.884Z||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-09T13:15:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:15:24.886Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:15:24.887Z||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-09T13:15:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:15:34.421Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:15:34.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:16:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:16:24.884Z||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-09T13:16:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:16:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:16:24.886Z||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-09T13:16:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:16:34.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:16:34.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:17:24.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:17:24.886Z||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-09T13:17:24.886Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:17:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:17:24.887Z||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-09T13:17:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:17:34.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:17:34.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:18:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:18:24.885Z||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-09T13:18:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:18:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:18:24.887Z||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-09T13:18:24.888Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:18:34.418Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:18:34.423Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:19:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:19:24.885Z||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-09T13:19:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:19:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:19:24.887Z||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-09T13:19:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:19:34.418Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:19:34.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:20:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:20:24.884Z||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-09T13:20:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:20:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:20:24.886Z||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-09T13:20:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:20:34.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:20:34.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:21:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:21:24.885Z||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-09T13:21:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:21:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:21:24.886Z||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-09T13:21:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:21:34.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:21:34.426Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:22:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:22:24.884Z||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-09T13:22:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:22:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:22:24.887Z||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-09T13:22:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:22:34.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:22:34.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:23:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:23:24.884Z||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-09T13:23:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:23:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:23:24.887Z||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-09T13:23:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:23:34.425Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:23:34.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:24:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:24:24.885Z||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-09T13:24:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:24:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:24:24.887Z||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-09T13:24:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:24:34.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:24:34.440Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:25:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:25:24.884Z||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-09T13:25:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:25:24.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:25:24.886Z||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-09T13:25:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:25:34.422Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:25:34.422Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:26:24.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:26:24.885Z||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-09T13:26:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:26:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:26:24.887Z||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-09T13:26:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:26:34.431Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:26:34.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:27:24.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:27:24.886Z||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-09T13:27:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:27:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:27:24.886Z||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-09T13:27:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:27:34.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:27:34.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:28:24.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:28:24.885Z||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-09T13:28:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:28:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:28:24.886Z||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-09T13:28:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:28:34.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:28:34.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:29:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:29:24.885Z||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-09T13:29:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:29:24.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:29:24.887Z||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-09T13:29:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:29:34.423Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:29:34.423Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:30:24.883Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:30:24.885Z||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-09T13:30:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:30:24.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:30:24.886Z||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-09T13:30:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:30:34.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:30:34.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:31:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:31:24.885Z||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-09T13:31:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:31:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:31:24.887Z||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-09T13:31:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:31:34.421Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:31:34.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:32:09.357Z||http-nio-8085-exec-9|||||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-09T13:32:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:32:24.884Z||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-09T13:32:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:32:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:32:24.887Z||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-09T13:32:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:32:34.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:32:34.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:33:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:33:24.885Z||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-09T13:33:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:33:24.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:33:24.887Z||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-09T13:33:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:33:34.422Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:33:34.422Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:34:24.883Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:34:24.885Z||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-09T13:34:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:34:24.886Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:34:24.886Z||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-09T13:34:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:34:34.423Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:34:34.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:35:24.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:35:24.885Z||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-09T13:35:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:35:24.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:35:24.887Z||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-09T13:35:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:35:34.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:35:34.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:36:24.884Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:36:24.886Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:36:24.887Z||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-09T13:36:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:36:24.887Z||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-09T13:36:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:36:34.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:36:34.428Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:37:24.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:37:24.885Z||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-09T13:37:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:37:24.886Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:37:24.887Z||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-09T13:37:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:37:34.428Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:37:34.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:38:24.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:38:24.885Z||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-09T13:38:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:38:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:38:24.888Z||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-09T13:38:24.888Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:38:34.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:38:34.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:24.883Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:39:24.885Z||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-09T13:39:24.885Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:39:24.886Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:39:24.886Z||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-09T13:39:24.886Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:39:25.012Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:25.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103540490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.050Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.051Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.051Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "cds",
"timestamp": 1652103539317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.052Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.052Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103540490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "cds",
"timestamp": 1652103539317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103540490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "cds",
"timestamp": 1652103539317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103540490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "cds",
"timestamp": 1652103539317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103540490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "cds",
"timestamp": 1652103539317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103540490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "cds",
"timestamp": 1652103539317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103552569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103540490,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "cds",
"timestamp": 1652103539317,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:39:25.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103552569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "NOTIFIED"
}
2022-05-09T13:39:25.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103552569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-09T13:39:25.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "cds",
"timestamp": 1652103555437,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:39:25.067Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:39:25.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "policy-id",
"timestamp": 1652103555854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103552569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "cds",
"timestamp": 1652103556463,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-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-09T13:39:25.299Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:39:25.326Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 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-09T13:39:25.353Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "policy-id",
"timestamp": 1652103555854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.354Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103552569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-09T13:39:25.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "policy-id",
"timestamp": 1652103555854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-09T13:39:25.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "clamp",
"timestamp": 1652103558021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103552569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "policy-id",
"timestamp": 1652103555854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "clamp",
"timestamp": 1652103558021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "NOTIFIED"
}
2022-05-09T13:39:25.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.359Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103552569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:39:25.359Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.359Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "aai-ml",
"timestamp": 1652103558765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "policy-id",
"timestamp": 1652103555854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "clamp",
"timestamp": 1652103558021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "aai-ml",
"timestamp": 1652103558765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.362Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.362Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103560588,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:39:25.363Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:39:25.363Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.363Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "policy-id",
"timestamp": 1652103555854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.364Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.364Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "clamp",
"timestamp": 1652103558021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.364Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "aai-ml",
"timestamp": 1652103558765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.365Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.365Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.365Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "policy-id",
"timestamp": 1652103555854,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:39:25.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.366Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.366Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "clamp",
"timestamp": 1652103558021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.366Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103561880,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:39:25.367Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:39:25.367Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.367Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "aai-ml",
"timestamp": 1652103558765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.368Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.368Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "clamp",
"timestamp": 1652103558021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.368Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.369Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.369Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "policy-id",
"timestamp": 1652103563754,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:39:25.370Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:39:25.370Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.371Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103562986,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:39:25.371Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:39:25.371Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.372Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "aai-ml",
"timestamp": 1652103558765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.372Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.373Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.373Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "clamp",
"timestamp": 1652103558021,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:39:25.374Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-05-09T13:39:25.510Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:25.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T13:39:25.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"93e6b6a0-1e72-4efa-98ed-0265ae1c3e38","serviceName":"basic_onboard_YggtGS","serviceVersion":"1.0","serviceUUID":"c291934f-fcf6-4eec-b9ea-91cb4f50390c","serviceDescription":"service","serviceInvariantUUID":"dac79ac1-7d63-467a-8835-b1c107f4d855","resources":[{"resourceInstanceName":"basic_onboard_YggtGS 0","resourceName":"basic_onboard_YggtGS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2c5c8d11-0957-490e-8c84-743bccabc555","resourceInvariantUUID":"ff6a7670-260b-4a48-bb8a-891c11f39cc1","resourceCustomizationUUID":"9a437622-0b59-4296-b968-0c74b14989d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml","artifactChecksum":"MTczMTE5MTU4MzUxZDVkOWQxNmQ4NTczYTEzMzVmMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6854688-1708-4293-86ae-ccc5f0b9708d","artifactVersion":"1"},{"artifactName":"basic_onboard_yggtgs0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json","artifactChecksum":"Y2Y0NDUxOTllMTQ2NzNiNTRkMzkxNmYwMmI0NWJmZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5dd476da-5e02-4fa5-b6ba-1f979dbc7239","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"656837f9-15d6-424a-922d-ae84441f6dc8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e2219e36-da20-457c-967e-e43ed064d58c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7af2bee8-9796-4ae5-817a-886b029d7772","artifactVersion":"2","generatedFromUUID":"656837f9-15d6-424a-922d-ae84441f6dc8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYggtgs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml","artifactChecksum":"NGVjMDkxNzE0ZDA0MWQzOTJhNjA2NWQ0ODdmOGNhNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6870d41e-93c9-4e22-bb95-6b7ff78731a3","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYggtgs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar","artifactChecksum":"NjhhMTNjODY2ZjUwY2JhZDQ3YjFkZTFhYjMzNDZhOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15c27756-1b08-4a10-8974-8661e6856f0e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T13:39:25.520Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:25.526Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:25.537Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:25.538Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:25.638Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-05-09T13:39:25.643Z||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-09T13:39:25.643Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:25.653Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:25.654Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:26.546Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:26.547Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:26.549Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:26.549Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "NOTIFIED"
}
2022-05-09T13:39:26.649Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:26.651Z||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-09T13:39:26.651Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:26.662Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:26.663Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:27.550Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:27.551Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:27.554Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:27.554Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-09T13:39:27.655Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:27.657Z||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-09T13:39:27.657Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:27.667Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:27.668Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:28.555Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:28.565Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:28.568Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:28.568Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:28.668Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:28.669Z||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-09T13:39:28.669Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:28.680Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:28.681Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:39:29.577Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:29.578Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:29.580Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:29.580Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-09T13:39:29.681Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T13:39:29.683Z||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-09T13:39:29.683Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:29.692Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:29.693Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:30.581Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:30.582Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:30.585Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:30.585Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:39:30.686Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:30.687Z||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-09T13:39:30.687Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:30.696Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:30.697Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:39:31.586Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:39:31.587Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:31.589Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:31.590Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:39:31.690Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:31.691Z||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-09T13:39:31.691Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:31.700Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:31.701Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:32.591Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"serviceName": "basic_onboard_YggtGS",
"serviceVersion": "1.0",
"serviceUUID": "c291934f-fcf6-4eec-b9ea-91cb4f50390c",
"serviceDescription": "service",
"serviceInvariantUUID": "dac79ac1-7d63-467a-8835-b1c107f4d855",
"resources": [
{
"resourceInstanceName": "basic_onboard_YggtGS 0",
"resourceCustomizationUUID": "9a437622-0b59-4296-b968-0c74b14989d2",
"resourceName": "basic_onboard_YggtGS",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2c5c8d11-0957-490e-8c84-743bccabc555",
"resourceInvariantUUID": "ff6a7670-260b-4a48-bb8a-891c11f39cc1",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yggtgs0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"artifactChecksum": "Y2Y0NDUxOTllMTQ2NzNiNTRkMzkxNmYwMmI0NWJmZmY\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5dd476da-5e02-4fa5-b6ba-1f979dbc7239",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "656837f9-15d6-424a-922d-ae84441f6dc8",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7af2bee8-9796-4ae5-817a-886b029d7772",
"generatedFromUUID": "656837f9-15d6-424a-922d-ae84441f6dc8"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7af2bee8-9796-4ae5-817a-886b029d7772",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYggtgs-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"artifactChecksum": "NjhhMTNjODY2ZjUwY2JhZDQ3YjFkZTFhYjMzNDZhOGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "15c27756-1b08-4a10-8974-8661e6856f0e"
}
],
"workloadContext": "Production"
}
2022-05-09T13:39:32.594Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T13:39:32.594Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c291934f-fcf6-4eec-b9ea-91cb4f50390c ASDC
2022-05-09T13:39:32.793Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
ServiceName:basic_onboard_YggtGS
ServiceVersion:1.0
ServiceUUID:c291934f-fcf6-4eec-b9ea-91cb4f50390c
ServiceInvariantUUID:dac79ac1-7d63-467a-8835-b1c107f4d855
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYggtgs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar
ArtifactUUID:15c27756-1b08-4a10-8974-8661e6856f0e
ArtifactChecksum:NjhhMTNjODY2ZjUwY2JhZDQ3YjFkZTFhYjMzNDZhOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YggtGS 0
ResourceCustomizationUUID:9a437622-0b59-4296-b968-0c74b14989d2
ResourceInvariantUUID:ff6a7670-260b-4a48-bb8a-891c11f39cc1
ResourceName:basic_onboard_YggtGS
ResourceType:VF
ResourceUUID:2c5c8d11-0957-490e-8c84-743bccabc555
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yggtgs0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json
ArtifactUUID:5dd476da-5e02-4fa5-b6ba-1f979dbc7239
ArtifactChecksum:Y2Y0NDUxOTllMTQ2NzNiNTRkMzkxNmYwMmI0NWJmZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml
ArtifactUUID:656837f9-15d6-424a-922d-ae84441f6dc8
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
ArtifactUUID:7af2bee8-9796-4ae5-817a-886b029d7772
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
ArtifactUUID:7af2bee8-9796-4ae5-817a-886b029d7772
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-09T13:39:32.794Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c291934f-fcf6-4eec-b9ea-91cb4f50390c 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-09T13:39:32.872Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:39:32.873Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:39:32.875Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:39:32.875Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 15c27756-1b08-4a10-8974-8661e6856f0e from URL: /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:32.875Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:39:32.877Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:33.283Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:39:33.298Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar 15c27756-1b08-4a10-8974-8661e6856f0e 71573
2022-05-09T13:39:33.299Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar ASDC sendASDCNotification
2022-05-09T13:39:33.300Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:33.302Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:39:33.303Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:33.305Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:33.306Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103573298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:39:33.406Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:33.407Z||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-09T13:39:33.408Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:33.418Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:33.419Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:34.306Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:39:34.308Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:39:34.308Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 15c27756-1b08-4a10-8974-8661e6856f0e, URL: /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar to file: /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:34.309Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:34.407Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:34.407Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:35.098Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8406039440807969010/Definitions/service-BasicOnboardYggtgs-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-09T13:39:36.938Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T13:39:36.944Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:39:36.944Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.944Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-09T13:39:36.944Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YggtGS 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.944Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.945Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.946Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:36.946Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:39:36.954Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.956Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.963Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:36.963Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:39:36.965Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:39:36.967Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.967Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.968Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:36.968Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:39:36.968Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:39:36.968Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.968Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.972Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.972Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is not matching search criteria
2022-05-09T13:39:36.973Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-09T13:39:36.973Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-09T13:39:36.973Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-09T13:39:36.973Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-09T13:39:36.973Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-09T13:39:36.974Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.974Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:39:36.975Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.976Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:36.976Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:36.976Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.977Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:36.977Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:36.977Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.977Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:36.978Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:36.978Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.978Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is not matching search criteria
2022-05-09T13:39:36.978Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-09T13:39:36.978Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-09T13:39:36.979Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=490d96b6-281e-452d-92fa-310d4bd19018
2022-05-09T13:39:36.979Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.979Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.979Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.980Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.980Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.980Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.980Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:36.980Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:36.982Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YggtGS
Description:service
Model UUID:c291934f-fcf6-4eec-b9ea-91cb4f50390c
Model Version:NULL
Model InvariantUuid:dac79ac1-7d63-467a-8835-b1c107f4d855
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YggtGS
Model UUID:1a20fe01-90c2-4d29-85aa-b3f993036069
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff6a7670-260b-4a48-bb8a-891c11f39cc1
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9a437622-0b59-4296-b968-0c74b14989d2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:7fdcfed0-ac87-4b2f-aacd-9c2572f7212d
ModelName:BasicOnboardYggtgs..base_ubuntu18..module-0
ModelUuid:45163753-c2f6-4d51-b45a-f16a875f4ee4
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:490d96b6-281e-452d-92fa-310d4bd19018
ModelInvariantUuid:ff8f7d1e-7f39-47a3-b85b-5e6a785468bd
ModelName:basic_onboard_YggtGS-nodes.ubuntu18Cvfc
ModelUuid:41f878a0-d081-49c0-bc40-8d7616d97482
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:260b63fb-c572-48de-81a6-e22b6dc6ae2b
ModelInvariantUuid:3eac7c4a-e04d-4a0a-af1f-a5727f457b96
ModelName:BasicOnboardYggtgs.compute.nodes.heat.ubuntu18
ModelUuid:f6c6e97e-2029-4323-ac4a-6207ff3a1378
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-09T13:39:36.999Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2c5c8d11-0957-490e-8c84-743bccabc555
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-09T13:39:37.133Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||basic_onboard_YggtGS 0
2022-05-09T13:39:37.142Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2c5c8d11-0957-490e-8c84-743bccabc555
2022-05-09T13:39:37.142Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5dd476da-5e02-4fa5-b6ba-1f979dbc7239 from URL: /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json
2022-05-09T13:39:37.142Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:39:37.143Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json
2022-05-09T13:39:37.194Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:39:37.195Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json 5dd476da-5e02-4fa5-b6ba-1f979dbc7239 798
2022-05-09T13:39:37.195Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json ASDC sendASDCNotification
2022-05-09T13:39:37.195Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json
2022-05-09T13:39:37.195Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:39:37.195Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:37.199Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:37.199Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103577195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:39:37.299Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:37.300Z||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-09T13:39:37.301Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:37.311Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:37.311Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:38.202Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYggtgs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7fdcfed0-ac87-4b2f-aacd-9c2572f7212d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "45163753-c2f6-4d51-b45a-f16a875f4ee4",
"vfModuleModelCustomizationUUID": "27b0e311-5daa-47d4-8756-17dcaa09019e",
"isBase": true,
"artifacts": [
"656837f9-15d6-424a-922d-ae84441f6dc8",
"7af2bee8-9796-4ae5-817a-886b029d7772"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-09T13:39:38.217Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYggtgs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45163753-c2f6-4d51-b45a-f16a875f4ee4
VfModuleModelInvariantUUID:7fdcfed0-ac87-4b2f-aacd-9c2572f7212d
VfModuleModelDescription:NULL
Artifacts UUID List:{
656837f9-15d6-424a-922d-ae84441f6dc8
,
7af2bee8-9796-4ae5-817a-886b029d7772
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-09T13:39:38.220Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYggtgs..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "7fdcfed0-ac87-4b2f-aacd-9c2572f7212d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "45163753-c2f6-4d51-b45a-f16a875f4ee4",
"vfModuleModelCustomizationUUID": "27b0e311-5daa-47d4-8756-17dcaa09019e",
"isBase": true,
"artifacts": [
"656837f9-15d6-424a-922d-ae84441f6dc8",
"7af2bee8-9796-4ae5-817a-886b029d7772"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-05-09T13:39:38.221Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYggtgs..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:45163753-c2f6-4d51-b45a-f16a875f4ee4
VfModuleModelInvariantUUID:7fdcfed0-ac87-4b2f-aacd-9c2572f7212d
VfModuleModelDescription:NULL
Artifacts UUID List:{
656837f9-15d6-424a-922d-ae84441f6dc8
,
7af2bee8-9796-4ae5-817a-886b029d7772
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-05-09T13:39:38.221Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 656837f9-15d6-424a-922d-ae84441f6dc8 from URL: /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml
2022-05-09T13:39:38.221Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:39:38.221Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml
2022-05-09T13:39:38.302Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:39:38.302Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml 656837f9-15d6-424a-922d-ae84441f6dc8 5033
2022-05-09T13:39:38.303Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-09T13:39:38.303Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml
2022-05-09T13:39:38.303Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:39:38.303Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:38.305Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:38.306Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103578303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:39:38.406Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:38.407Z||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-09T13:39:38.407Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:38.417Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:38.418Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:39.307Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7af2bee8-9796-4ae5-817a-886b029d7772 from URL: /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
2022-05-09T13:39:39.307Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:39:39.308Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
2022-05-09T13:39:39.355Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:39:39.356Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env 7af2bee8-9796-4ae5-817a-886b029d7772 909
2022-05-09T13:39:39.356Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-09T13:39:39.356Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
2022-05-09T13:39:39.356Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:39:39.357Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:39.360Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:39.360Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103579356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:39:39.460Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:39.461Z||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-09T13:39:39.461Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:39.472Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:39.473Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:40.361Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c291934f-fcf6-4eec-b9ea-91cb4f50390c
2022-05-09T13:39:40.362Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YggtGS 0 2c5c8d11-0957-490e-8c84-743bccabc555 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-09T13:39:40.430Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a7f06e0, org.onap.sdc.toscaparser.api.parameters.Input@3d7e606a, org.onap.sdc.toscaparser.api.parameters.Input@7c22e1b1, org.onap.sdc.toscaparser.api.parameters.Input@67bb17be, org.onap.sdc.toscaparser.api.parameters.Input@55c145af]
2022-05-09T13:39:40.437Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.438Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.438Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-09T13:39:40.438Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9a437622-0b59-4296-b968-0c74b14989d2
2022-05-09T13:39:40.438Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9a437622-0b59-4296-b968-0c74b14989d2 matches Tosca VF Customization UUID: 9a437622-0b59-4296-b968-0c74b14989d2
2022-05-09T13:39:40.439Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9a437622-0b59-4296-b968-0c74b14989d2 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-09T13:39:40.448Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.448Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.450Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9a437622-0b59-4296-b968-0c74b14989d2: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-09T13:39:40.451Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31f266
2022-05-09T13:39:40.451Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.451Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:39:40.452Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27b0e311-5daa-47d4-8756-17dcaa09019e
2022-05-09T13:39:40.453Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27b0e311-5daa-47d4-8756-17dcaa09019e
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-09T13:39:40.461Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.462Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:40.462Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:40.462Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.463Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:40.463Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:40.463Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.463Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is not matching search criteria
2022-05-09T13:39:40.464Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-09T13:39:40.464Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-09T13:39:40.464Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=490d96b6-281e-452d-92fa-310d4bd19018
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-09T13:39:40.475Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.475Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:40.475Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:39:40.476Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.476Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_YggtGS 0 is matching search criteria
2022-05-09T13:39:40.476Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_YggtGS 0] matching following query criteria: sdcType=VF, customizationUUID=9a437622-0b59-4296-b968-0c74b14989d2
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-09T13:39:40.478Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.478Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.479Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c291934f-fcf6-4eec-b9ea-91cb4f50390c: basic_onboard_YggtGS
2022-05-09T13:39:40.479Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.479Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.479Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.480Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.480Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.480Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.480Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.481Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.481Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:39:40.481Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_YggtGS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:39:40.481Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_YggtGS
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-09T13:39:40.669Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YggtGS 2c5c8d11-0957-490e-8c84-743bccabc555 1 ASDC deployResourceStructure
2022-05-09T13:39:40.670Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json ASDC sendASDCNotification
2022-05-09T13:39:40.670Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json
2022-05-09T13:39:40.670Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:39:40.670Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:40.673Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:40.673Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103580670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-09T13:39:40.773Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:40.774Z||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-09T13:39:40.775Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:40.785Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:40.785Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:41.674Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-09T13:39:41.675Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml
2022-05-09T13:39:41.675Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:39:41.675Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:41.677Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:41.677Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103581673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-09T13:39:41.777Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:41.779Z||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-09T13:39:41.779Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:41.787Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:41.788Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:42.678Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-09T13:39:42.679Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env
2022-05-09T13:39:42.679Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:39:42.679Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:42.681Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:42.681Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103582678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-09T13:39:42.782Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:42.783Z||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-09T13:39:42.783Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:42.793Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:42.794Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:39:43.683Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar ASDC sendASDCNotification
2022-05-09T13:39:43.683Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar
2022-05-09T13:39:43.683Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:39:43.684Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:39:43.686Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:39:43.686Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103583682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:39:43.786Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:39:43.788Z||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-09T13:39:43.788Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:39:43.798Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:39:43.799Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:39:44.687Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:39:44.714Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:39:44.717Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:39:44.717Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:39:44.717Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:40:14.718Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:40:14.728Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:40:14.731Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:40:14.731Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:40:14.732Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:40:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:40:24.887Z||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-09T13:40:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:40:24.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:40:24.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:40:24.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "policy-id",
"timestamp": 1652103564764,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:40:24.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:40:44.732Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:40:44.742Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:40:44.745Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:40:44.745Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:40:44.746Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:41:14.746Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:41:14.758Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:41:14.761Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:41:14.761Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:41:14.761Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:41:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:41:24.887Z||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-09T13:41:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:41:24.906Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:41:24.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:41:24.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103564027,
"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-09T13:41:24.915Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:41:24.915Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 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-09T13:41:44.761Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:41:44.775Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:41:44.778Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:41:44.778Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:41:44.778Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:42:14.778Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:42:14.789Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:42:14.792Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:42:14.792Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:42:14.792Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:42:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:42:24.887Z||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-09T13:42:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:42:24.903Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:42:24.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "aai-ml",
"timestamp": 1652103558765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.907Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.908Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "policy-id",
"timestamp": 1652103565769,
"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-09T13:42:24.917Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:42:24.917Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 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-09T13:42:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103565031,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "aai-ml",
"timestamp": 1652103558765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:42:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "NOTIFIED"
}
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "aai-ml",
"timestamp": 1652103566751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103567234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103567234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "clamp",
"timestamp": 1652103569767,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103567234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103567234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103564883,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "clamp",
"timestamp": 1652103571780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:42:24.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103567234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "clamp",
"timestamp": 1652103572786,
"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-09T13:42:24.938Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:42:24.939Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 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-09T13:42:24.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103567234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103573298,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103567234,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103575216,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103577195,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103578303,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "aai-ml",
"timestamp": 1652103577566,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103579356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:42:24.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "aai-ml",
"timestamp": 1652103578572,
"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-09T13:42:24.957Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:42:24.958Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 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-09T13:42:24.965Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103579601,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:42:24.966Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.966Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.966Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103580607,
"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-09T13:42:24.971Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
2022-05-09T13:42:24.971Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 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-09T13:42:24.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103580670,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/basic_onboard_yggtgs0_modules.json",
"status": "DEPLOY_OK"
}
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103581673,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103582678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/resourceInstances/basic_onboard_yggtgs0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-05-09T13:42:24.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:24.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:42:24.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103583682,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYggtgs/1.0/artifacts/service-BasicOnboardYggtgs-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:42:24.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:42:44.792Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:42:44.804Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38
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-09T13:42:44.808Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:42:44.809Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:42:44.810Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:42:44.810Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:42:44.810Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:42:44.810Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-09T13:42:44.815Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T13:43:14.816Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 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-09T13:43:14.826Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and serviceModelVersionId: c291934f-fcf6-4eec-b9ea-91cb4f50390c
2022-05-09T13:43:14.826Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dac79ac1-7d63-467a-8835-b1c107f4d855
2022-05-09T13:43:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:43:24.888Z||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-09T13:43:24.888Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:43:24.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:24.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103652569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "cds",
"timestamp": 1652103659317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.910Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103657234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.911Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "policy-id",
"timestamp": 1652103655854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103660490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103652569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "NOTIFIED"
}
2022-05-09T13:43:24.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103657234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "cds",
"timestamp": 1652103659317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "policy-id",
"timestamp": 1652103655854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103660490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103652569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "cds",
"timestamp": 1652103659317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103657234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "policy-id",
"timestamp": 1652103655854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103660490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103652569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "cds",
"timestamp": 1652103659317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103657234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "policy-id",
"timestamp": 1652103655854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103660490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103652569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "cds",
"timestamp": 1652103659317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103657234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "policy-id",
"timestamp": 1652103655854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103660490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103652569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "cds",
"timestamp": 1652103659317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103657234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "policy-id",
"timestamp": 1652103655854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103660490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103652569,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "cds",
"timestamp": 1652103659317,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:43:24.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103657234,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:43:24.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "policy-id",
"timestamp": 1652103655854,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "ves-openapi-manager",
"timestamp": 1652103660490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:24.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103667288,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "cds",
"timestamp": 1652103667316,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.928Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103668301,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "policy-id",
"timestamp": 1652103668287,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.929Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "cds",
"timestamp": 1652103668322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-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-09T13:43:24.949Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:43:24.950Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 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-09T13:43:24.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103668373,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "policy-id",
"timestamp": 1652103669291,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "policy-id",
"timestamp": 1652103670294,
"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-09T13:43:24.965Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:43:24.965Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 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-09T13:43:24.975Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.975Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103669526,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:43:24.975Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.976Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103670545,
"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-09T13:43:24.981Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:43:24.981Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 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-09T13:43:24.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103671753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:43:24.989Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "multicloud-k8s-id",
"timestamp": 1652103671549,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "DEPLOY_OK"
}
2022-05-09T13:43:24.990Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:43:24.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:24.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1652103672758,
"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-09T13:43:24.997Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:43:24.998Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 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-09T13:43:25.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "clamp",
"timestamp": 1652103678021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "clamp",
"timestamp": 1652103678021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "NOTIFIED"
}
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "aai-ml",
"timestamp": 1652103678765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "clamp",
"timestamp": 1652103678021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "aai-ml",
"timestamp": 1652103678765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "clamp",
"timestamp": 1652103678021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "aai-ml",
"timestamp": 1652103678765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "clamp",
"timestamp": 1652103678021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "aai-ml",
"timestamp": 1652103678765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "clamp",
"timestamp": 1652103678021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "aai-ml",
"timestamp": 1652103678765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:43:25.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "clamp",
"timestamp": 1652103678021,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:43:25.014Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:43:30.918Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0
2022-05-09T13:43:31.039Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T13:43:31.606Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0|INFO|500||Invoke
2022-05-09T13:43:31.614Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93e6b6a0-1e72-4efa-98ed-0265ae1c3e38], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28dc3fba-62e6-49c9-ba34-a3757a66af61], X-ECOMP-RequestID=[93e6b6a0-1e72-4efa-98ed-0265ae1c3e38], X-TransactionId=[], X-ONAP-RequestID=[93e6b6a0-1e72-4efa-98ed-0265ae1c3e38], Content-Type=[application/merge-patch+json]}
2022-05-09T13:43:31.752Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-09T13:43:32.096Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?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/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220509-13:43:30:815-12498], vertex-id=[192536], Content-Length=[0], Date=[Mon, 09 May 2022 13:43:30 GMT], Content-Type=[application/json]}
2022-05-09T13:43:32.097Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-09T13:43:32.098Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dac79ac1-7d63-467a-8835-b1c107f4d855/model-vers/model-ver/c291934f-fcf6-4eec-b9ea-91cb4f50390c?depth=0|INFO|500||InvokeReturn
2022-05-09T13:43:32.102Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T13:43:32.103Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-09T13:43:32.109Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||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-09T13:43:32.110Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93e6b6a0-1e72-4efa-98ed-0265ae1c3e38 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T13:43:32.111Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T13:43:32.111Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:32.113Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:32.113Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "93e6b6a0-1e72-4efa-98ed-0265ae1c3e38",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103812110,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:43:32.214Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:32.215Z||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-09T13:43:32.215Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:32.225Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:32.226Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 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-09T13:43:33.149Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:43:33.150Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|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-09T13:43:33.150Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|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 MuODBnycxlqCe7i8) ...
2022-05-09T13:43:37.458Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:37.459Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T13:43:37.459Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"04aa82c3-06b8-4f84-a5b6-e3512da8faf8","serviceName":"vFW 2022-05-09 13-39-05","serviceVersion":"1.0","serviceUUID":"e6523154-aae3-4adc-bd91-2c9c81d29462","serviceDescription":"catalog service description","serviceInvariantUUID":"1466affa-61fa-416b-94f8-2af20cc28ff5","resources":[{"resourceInstanceName":"vFW ab4de767-7f92 0","resourceName":"vFW ab4de767-7f92","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e77cfe42-2710-4d11-bab9-945959933008","resourceInvariantUUID":"3636e791-7456-4473-907a-f0a223e80ce0","resourceCustomizationUUID":"a8283d1d-5661-431a-b717-093e85db20c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml","artifactChecksum":"N2E5Mjc4NDg1ZWMzOTZhOWNlYmI3ZGU5YWZmMjFlNjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f3791dd4-62ca-4f88-b384-0d1bd30989f8","artifactVersion":"1"},{"artifactName":"vfwab4de7677f920_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json","artifactChecksum":"YTdhZTZhNjU3MGVlZjcwYmM5ODExZWFhYmYwZjNlM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a62df479-2467-4422-bb99-ad3516a05679","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42c0c2bf-88b3-4f6a-bd98-b1730a07af63","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml","artifactChecksum":"ZGVhNmVmYmJkY2VjMjEwZTFiZTUyYmY4ZTEyYzFmY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"09e264d1-0479-4dbc-a267-e3cf3485bdc6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9e16f9a4-e46d-42d6-83d8-66cc8dcb4586","artifactVersion":"2","generatedFromUUID":"42c0c2bf-88b3-4f6a-bd98-b1730a07af63"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220509133905-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml","artifactChecksum":"NmU2ZDQzMGU4YjI4MDNkYWIzMmNkMWE2NDYwMWEyNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b53d876-2b73-4296-b2c2-e7a264ec6966","artifactVersion":"1"},{"artifactName":"service-Vfw20220509133905-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar","artifactChecksum":"MTc5NDBjY2VhMzMwYzk1YTE2NGU4ZTNhOWI0OGMzMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea7bfafc-69fb-4965-aef1-f77d054d6e18","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T13:43:37.462Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:37.463Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:37.465Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:37.465Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:37.565Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:37.566Z||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-09T13:43:37.566Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:37.580Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:37.581Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:38.466Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:38.467Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:38.469Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:38.469Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "NOTIFIED"
}
2022-05-09T13:43:38.570Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:38.571Z||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-09T13:43:38.571Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:38.582Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:38.582Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:43:39.470Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:39.471Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:39.474Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:39.474Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-09T13:43:39.574Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:39.575Z||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-09T13:43:39.575Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:39.584Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:39.585Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:40.474Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:40.475Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:40.477Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:40.477Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:40.579Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T13:43:40.580Z||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-09T13:43:40.580Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:40.592Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:40.594Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:41.478Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:41.479Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:41.482Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:41.482Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-09T13:43:41.582Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:41.583Z||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-09T13:43:41.583Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:41.594Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:41.595Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:42.483Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:42.484Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:42.486Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:42.486Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:43:42.586Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:42.587Z||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-09T13:43:42.588Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:42.599Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:42.600Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:43.487Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:43:43.488Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:43.490Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:43.490Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:43:43.590Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:43.592Z||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-09T13:43:43.592Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:43.602Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:43.602Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:44.492Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"serviceName": "vFW 2022-05-09 13-39-05",
"serviceVersion": "1.0",
"serviceUUID": "e6523154-aae3-4adc-bd91-2c9c81d29462",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1466affa-61fa-416b-94f8-2af20cc28ff5",
"resources": [
{
"resourceInstanceName": "vFW ab4de767-7f92 0",
"resourceCustomizationUUID": "a8283d1d-5661-431a-b717-093e85db20c6",
"resourceName": "vFW ab4de767-7f92",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e77cfe42-2710-4d11-bab9-945959933008",
"resourceInvariantUUID": "3636e791-7456-4473-907a-f0a223e80ce0",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwab4de7677f920_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"artifactChecksum": "YTdhZTZhNjU3MGVlZjcwYmM5ODExZWFhYmYwZjNlM2M\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a62df479-2467-4422-bb99-ad3516a05679",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "42c0c2bf-88b3-4f6a-bd98-b1730a07af63",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9e16f9a4-e46d-42d6-83d8-66cc8dcb4586",
"generatedFromUUID": "42c0c2bf-88b3-4f6a-bd98-b1730a07af63"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "9e16f9a4-e46d-42d6-83d8-66cc8dcb4586",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220509133905-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"artifactChecksum": "MTc5NDBjY2VhMzMwYzk1YTE2NGU4ZTNhOWI0OGMzMjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ea7bfafc-69fb-4965-aef1-f77d054d6e18"
}
],
"workloadContext": "Production"
}
2022-05-09T13:43:44.492Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T13:43:44.493Z|93e6b6a0-1e72-4efa-98ed-0265ae1c3e38|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6523154-aae3-4adc-bd91-2c9c81d29462 ASDC
2022-05-09T13:43:44.493Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:04aa82c3-06b8-4f84-a5b6-e3512da8faf8
ServiceName:vFW 2022-05-09 13-39-05
ServiceVersion:1.0
ServiceUUID:e6523154-aae3-4adc-bd91-2c9c81d29462
ServiceInvariantUUID:1466affa-61fa-416b-94f8-2af20cc28ff5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220509133905-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar
ArtifactUUID:ea7bfafc-69fb-4965-aef1-f77d054d6e18
ArtifactChecksum:MTc5NDBjY2VhMzMwYzk1YTE2NGU4ZTNhOWI0OGMzMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ab4de767-7f92 0
ResourceCustomizationUUID:a8283d1d-5661-431a-b717-093e85db20c6
ResourceInvariantUUID:3636e791-7456-4473-907a-f0a223e80ce0
ResourceName:vFW ab4de767-7f92
ResourceType:VF
ResourceUUID:e77cfe42-2710-4d11-bab9-945959933008
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwab4de7677f920_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json
ArtifactUUID:a62df479-2467-4422-bb99-ad3516a05679
ArtifactChecksum:YTdhZTZhNjU3MGVlZjcwYmM5ODExZWFhYmYwZjNlM2M=
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/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml
ArtifactUUID:42c0c2bf-88b3-4f6a-bd98-b1730a07af63
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/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
ArtifactUUID:9e16f9a4-e46d-42d6-83d8-66cc8dcb4586
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/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
ArtifactUUID:9e16f9a4-e46d-42d6-83d8-66cc8dcb4586
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-09T13:43:44.493Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6523154-aae3-4adc-bd91-2c9c81d29462 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-09T13:43:44.529Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:43:44.530Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:43:44.530Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:43:44.530Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ea7bfafc-69fb-4965-aef1-f77d054d6e18 from URL: /sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:44.531Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:43:44.531Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:44.747Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:43:44.753Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar ea7bfafc-69fb-4965-aef1-f77d054d6e18 99058
2022-05-09T13:43:44.753Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar ASDC sendASDCNotification
2022-05-09T13:43:44.754Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:44.754Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:43:44.755Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:44.757Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:44.757Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103824753,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:43:44.857Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:44.858Z||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-09T13:43:44.858Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:44.869Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:44.870Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:45.758Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:43:45.759Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:43:45.760Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ea7bfafc-69fb-4965-aef1-f77d054d6e18, URL: /sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar to file: /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:45.760Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220509133905-csar.csar
2022-05-09T13:43:45.761Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:45.761Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:45.958Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5486116005025748804/Definitions/service-Vfw20220509133905-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-09T13:43:48.079Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T13:43:48.080Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:43:48.080Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.080Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-09T13:43:48.080Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.081Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ab4de767-7f92 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-Vfw20220509133905-csar.csar
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.082Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.083Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:48.083Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:43:48.083Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:43:48.083Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.084Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.085Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.085Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:48.085Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:48.085Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:43:48.085Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:43:48.086Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-09T13:43:48.087Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.088Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:43:48.088Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.088Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:48.088Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:48.089Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.089Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:48.089Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:48.089Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.090Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:48.090Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:48.090Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.090Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:48.090Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.091Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5bf6515b-f549-4886-881b-65ec2d80f9e1
2022-05-09T13:43:48.092Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:43:48.093Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.094Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f435aec-bb45-4ac6-902a-47c01f406f6d
2022-05-09T13:43:48.095Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.095Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:48.095Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:48.095Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:43:48.095Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.096Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.096Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:43:48.096Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.096Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:48.096Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5fa580c1-6a90-4d1f-93d1-e2d564190e5a
2022-05-09T13:43:48.097Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.098Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:48.099Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:48.099Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-09 13-39-05
Description:catalog service description
Model UUID:e6523154-aae3-4adc-bd91-2c9c81d29462
Model Version:NULL
Model InvariantUuid:1466affa-61fa-416b-94f8-2af20cc28ff5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW ab4de767-7f92
Model UUID:c40f1e9b-b473-43f0-b5d9-5c0d21d0c967
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3636e791-7456-4473-907a-f0a223e80ce0
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:a8283d1d-5661-431a-b717-093e85db20c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d657de56-3a70-4d84-afed-1572a38c3728
ModelName:VfwAb4de7677f92..base_vfw..module-0
ModelUuid:4e998d3a-2bc9-439f-9130-b799f4ad70de
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:5bf6515b-f549-4886-881b-65ec2d80f9e1
ModelInvariantUuid:b8024163-2281-4ac7-8f59-1dce0888bd05
ModelName:vFW ab4de767-7f92-nodes.vfwCvfc
ModelUuid:1b28cf0c-e10d-4806-b119-4dcf84fb8acb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5ea0519c-6d10-44a6-bdf7-f7f0fead6793
ModelInvariantUuid:fbfb20a6-9546-4e95-ad3e-1da9fd6152f0
ModelName:VfwAb4de7677f92.compute.nodes.heat.vfw
ModelUuid:4171f285-ad53-4202-8144-d48bd783df53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:2f435aec-bb45-4ac6-902a-47c01f406f6d
ModelInvariantUuid:dfef10dc-a52e-4f6c-b18a-306c374d3b84
ModelName:vFW ab4de767-7f92-nodes.vsnCvfc
ModelUuid:a0f85e1b-cb42-48e1-ab0a-1b3252a99f1a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:db703ed0-6eea-450d-a684-10992aaabcd4
ModelInvariantUuid:ef454e85-8ac6-44ab-b798-36181421e604
ModelName:VfwAb4de7677f92.compute.nodes.heat.vsn
ModelUuid:16dcec21-2810-4c3c-97b2-2b4ff4dfb559
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5fa580c1-6a90-4d1f-93d1-e2d564190e5a
ModelInvariantUuid:40dc74e5-05f4-4a02-b992-224df7f7df76
ModelName:vFW ab4de767-7f92-nodes.vpgCvfc
ModelUuid:e6e08a14-da8c-4584-90d1-53bcfb51bce5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:510ddd45-b682-4d9e-8c2a-a9c6775be583
ModelInvariantUuid:060f2a4e-2b84-4781-8911-53c2a90f0746
ModelName:VfwAb4de7677f92.compute.nodes.heat.vpg
ModelUuid:ea92796b-a025-4c6d-9a23-fb744ec8a083
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-09T13:43:48.105Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e77cfe42-2710-4d11-bab9-945959933008
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-09T13:43:48.108Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||vFW ab4de767-7f92 0
2022-05-09T13:43:48.109Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e77cfe42-2710-4d11-bab9-945959933008
2022-05-09T13:43:48.109Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a62df479-2467-4422-bb99-ad3516a05679 from URL: /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json
2022-05-09T13:43:48.109Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:43:48.109Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json
2022-05-09T13:43:48.625Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:43:48.625Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json a62df479-2467-4422-bb99-ad3516a05679 785
2022-05-09T13:43:48.625Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json ASDC sendASDCNotification
2022-05-09T13:43:48.626Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json
2022-05-09T13:43:48.626Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:43:48.626Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:48.628Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:48.628Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103828625,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:43:48.729Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:48.730Z||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-09T13:43:48.730Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:48.741Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:48.742Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:49.629Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAb4de7677f92..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d657de56-3a70-4d84-afed-1572a38c3728",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4e998d3a-2bc9-439f-9130-b799f4ad70de",
"vfModuleModelCustomizationUUID": "7339ff16-1221-46e7-ab9a-5e3cf8063b36",
"isBase": true,
"artifacts": [
"42c0c2bf-88b3-4f6a-bd98-b1730a07af63",
"9e16f9a4-e46d-42d6-83d8-66cc8dcb4586"
],
"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-09T13:43:49.634Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAb4de7677f92..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e998d3a-2bc9-439f-9130-b799f4ad70de
VfModuleModelInvariantUUID:d657de56-3a70-4d84-afed-1572a38c3728
VfModuleModelDescription:NULL
Artifacts UUID List:{
42c0c2bf-88b3-4f6a-bd98-b1730a07af63
,
9e16f9a4-e46d-42d6-83d8-66cc8dcb4586
}
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-09T13:43:49.636Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwAb4de7677f92..base_vfw..module-0",
"vfModuleModelInvariantUUID": "d657de56-3a70-4d84-afed-1572a38c3728",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "4e998d3a-2bc9-439f-9130-b799f4ad70de",
"vfModuleModelCustomizationUUID": "7339ff16-1221-46e7-ab9a-5e3cf8063b36",
"isBase": true,
"artifacts": [
"42c0c2bf-88b3-4f6a-bd98-b1730a07af63",
"9e16f9a4-e46d-42d6-83d8-66cc8dcb4586"
],
"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-09T13:43:49.636Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwAb4de7677f92..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4e998d3a-2bc9-439f-9130-b799f4ad70de
VfModuleModelInvariantUUID:d657de56-3a70-4d84-afed-1572a38c3728
VfModuleModelDescription:NULL
Artifacts UUID List:{
42c0c2bf-88b3-4f6a-bd98-b1730a07af63
,
9e16f9a4-e46d-42d6-83d8-66cc8dcb4586
}
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-09T13:43:49.636Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42c0c2bf-88b3-4f6a-bd98-b1730a07af63 from URL: /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml
2022-05-09T13:43:49.636Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:43:49.636Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml
2022-05-09T13:43:49.934Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:43:49.935Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml 42c0c2bf-88b3-4f6a-bd98-b1730a07af63 20368
2022-05-09T13:43:49.936Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-09T13:43:49.936Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml
2022-05-09T13:43:49.936Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:43:49.936Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:49.939Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:49.939Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103829936,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:43:50.039Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:50.040Z||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-09T13:43:50.040Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:50.056Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:50.056Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:50.940Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9e16f9a4-e46d-42d6-83d8-66cc8dcb4586 from URL: /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
2022-05-09T13:43:50.940Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:43:50.940Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
2022-05-09T13:43:51.231Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:43:51.232Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env 9e16f9a4-e46d-42d6-83d8-66cc8dcb4586 2098
2022-05-09T13:43:51.232Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-09T13:43:51.232Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
2022-05-09T13:43:51.233Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:43:51.233Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:51.235Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:51.235Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103831232,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:43:51.335Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:51.336Z||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-09T13:43:51.337Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:51.347Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:51.348Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:52.236Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e6523154-aae3-4adc-bd91-2c9c81d29462
2022-05-09T13:43:52.237Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ab4de767-7f92 0 e77cfe42-2710-4d11-bab9-945959933008 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-09T13:43:52.255Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7be71ff0, org.onap.sdc.toscaparser.api.parameters.Input@6a542fc0, org.onap.sdc.toscaparser.api.parameters.Input@64732c41, org.onap.sdc.toscaparser.api.parameters.Input@fdd0786, org.onap.sdc.toscaparser.api.parameters.Input@4c868112]
2022-05-09T13:43:52.256Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.256Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.257Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-09T13:43:52.257Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a8283d1d-5661-431a-b717-093e85db20c6
2022-05-09T13:43:52.257Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a8283d1d-5661-431a-b717-093e85db20c6 matches Tosca VF Customization UUID: a8283d1d-5661-431a-b717-093e85db20c6
2022-05-09T13:43:52.257Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a8283d1d-5661-431a-b717-093e85db20c6 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-09T13:43:52.259Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.260Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.260Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a8283d1d-5661-431a-b717-093e85db20c6: {\"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-09T13:43:52.260Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d0d7104
2022-05-09T13:43:52.261Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.261Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:43:52.261Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7339ff16-1221-46e7-ab9a-5e3cf8063b36
2022-05-09T13:43:52.262Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7339ff16-1221-46e7-ab9a-5e3cf8063b36
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-09T13:43:52.264Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.264Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.264Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:52.265Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.265Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.265Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:52.265Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.266Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:52.266Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:52.266Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-09T13:43:52.266Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:52.266Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:43:52.267Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:43:52.267Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.267Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.267Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:43:52.268Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.268Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:43:52.268Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.268Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5bf6515b-f549-4886-881b-65ec2d80f9e1
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-09T13:43:52.271Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.271Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.271Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:52.271Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.272Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:52.272Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:52.272Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:43:52.272Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.272Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.273Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:43:52.273Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.273Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:52.273Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-09T13:43:52.274Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:43:52.274Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.274Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:43:52.274Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.274Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f435aec-bb45-4ac6-902a-47c01f406f6d
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-09T13:43:52.276Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.277Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.277Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:52.280Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.281Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is not matching search criteria
2022-05-09T13:43:52.281Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:43:52.281Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:43:52.281Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.282Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.282Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:43:52.282Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.282Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:43:52.282Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:43:52.283Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:43:52.283Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:43:52.283Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:43:52.283Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-09T13:43:52.283Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5fa580c1-6a90-4d1f-93d1-e2d564190e5a
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-09T13:43:52.286Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.287Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.287Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:43:52.287Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.287Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Node template vFW ab4de767-7f92 0 is matching search criteria
2022-05-09T13:43:52.287Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW ab4de767-7f92 0] matching following query criteria: sdcType=VF, customizationUUID=a8283d1d-5661-431a-b717-093e85db20c6
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-09T13:43:52.289Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.289Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e6523154-aae3-4adc-bd91-2c9c81d29462: vFW ab4de767-7f92
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.290Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.291Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.291Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.291Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.291Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:43:52.292Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-39-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:43:52.292Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-05-09 13-39-05
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-09T13:43:52.469Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ab4de767-7f92 e77cfe42-2710-4d11-bab9-945959933008 1 ASDC deployResourceStructure
2022-05-09T13:43:52.470Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json ASDC sendASDCNotification
2022-05-09T13:43:52.470Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json
2022-05-09T13:43:52.470Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:43:52.471Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:52.474Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:52.474Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103832470,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/vfwab4de7677f920_modules.json",
"status": "DEPLOY_OK"
}
2022-05-09T13:43:52.574Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:43:52.575Z||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-09T13:43:52.575Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:52.585Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:52.586Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:53.475Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-09T13:43:53.475Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml
2022-05-09T13:43:53.475Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:43:53.476Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:53.478Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:53.478Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103833474,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-05-09T13:43:53.579Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T13:43:53.580Z||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-09T13:43:53.580Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:53.592Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:53.592Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:43:54.480Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-09T13:43:54.480Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env
2022-05-09T13:43:54.480Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:43:54.481Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:54.483Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:54.483Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103834479,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/resourceInstances/vfwab4de7677f920/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-05-09T13:43:54.583Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:43:54.585Z||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-09T13:43:54.585Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:54.595Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:54.596Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:43:55.484Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar ASDC sendASDCNotification
2022-05-09T13:43:55.485Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar
2022-05-09T13:43:55.485Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-09T13:43:55.485Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:43:55.489Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:43:55.489Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103835484,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:43:55.588Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-09T13:43:55.589Z||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-09T13:43:55.589Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:43:55.598Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:43:55.598Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:43:56.490Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
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-09T13:43:56.503Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
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-09T13:43:56.509Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:43:56.509Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-09T13:43:56.509Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-09T13:44:24.886Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-09T13:44:24.887Z||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-09T13:44:24.887Z||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 MuODBnycxlqCe7i8) ...
2022-05-09T13:44:24.904Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:44:24.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.905Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "aai-ml",
"timestamp": 1652103678765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "aai-ml",
"timestamp": 1652103678765,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "aai-ml",
"timestamp": 1652103686650,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:44:24.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "clamp",
"timestamp": 1652103689784,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "clamp",
"timestamp": 1652103691794,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.907Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "clamp",
"timestamp": 1652103692800,
"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-09T13:44:24.916Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:44:24.916Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 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-09T13:44:24.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "aai-ml",
"timestamp": 1652103696279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509133905/1.0/artifacts/service-Vfw20220509133905-csar.csar",
"status": "DEPLOY_OK"
}
2022-05-09T13:44:24.926Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-09T13:44:24.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-09T13:44:24.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "aai-ml",
"timestamp": 1652103697285,
"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-09T13:44:24.931Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
2022-05-09T13:44:24.931Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 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-09T13:44:26.510Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
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-09T13:44:26.523Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8
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-09T13:44:26.526Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-09T13:44:26.526Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-09T13:44:26.526Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-09T13:44:26.526Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-09T13:44:26.527Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:44:26.527Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:44:26.527Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:44:26.527Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:44:26.527Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:44:26.528Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-05-09T13:44:26.528Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-09T13:44:26.533Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-09T13:44:56.534Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 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-09T13:44:56.541Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and serviceModelVersionId: e6523154-aae3-4adc-bd91-2c9c81d29462
2022-05-09T13:44:56.541Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1466affa-61fa-416b-94f8-2af20cc28ff5
2022-05-09T13:44:56.543Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0
2022-05-09T13:44:56.547Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-09T13:44:56.608Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0|INFO|500||Invoke
2022-05-09T13:44:56.609Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[04aa82c3-06b8-4f84-a5b6-e3512da8faf8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3d0e1c8-44c6-4369-8639-1a7efb56e6f4], X-ECOMP-RequestID=[04aa82c3-06b8-4f84-a5b6-e3512da8faf8], X-TransactionId=[], X-ONAP-RequestID=[04aa82c3-06b8-4f84-a5b6-e3512da8faf8], Content-Type=[application/merge-patch+json]}
2022-05-09T13:44:56.637Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-05-09T13:44:56.786Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?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/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220509-13:44:55:701-62925], vertex-id=[389176], Content-Length=[0], Date=[Mon, 09 May 2022 13:44:55 GMT], Content-Type=[application/json]}
2022-05-09T13:44:56.787Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-09T13:44:56.787Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1466affa-61fa-416b-94f8-2af20cc28ff5/model-vers/model-ver/e6523154-aae3-4adc-bd91-2c9c81d29462?depth=0|INFO|500||InvokeReturn
2022-05-09T13:44:56.787Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-09T13:44:56.788Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-09T13:44:56.792Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||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-09T13:44:56.793Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 04aa82c3-06b8-4f84-a5b6-e3512da8faf8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-09T13:44:56.793Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-09T13:44:56.793Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:44:56.796Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:44:56.796Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "04aa82c3-06b8-4f84-a5b6-e3512da8faf8",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103896793,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-09T13:44:56.896Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:44:56.898Z||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-09T13:44:56.898Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:44:56.914Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:44:56.915Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 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-09T13:44:57.808Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-09T13:44:57.808Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6415158b-64a9-416b-ae42-9a70fb506ce5","serviceName":"vFW 2022-05-09 13-41-41","serviceVersion":"1.0","serviceUUID":"93f365e1-bd47-416e-a23a-2ce824531845","serviceDescription":"catalog service description","serviceInvariantUUID":"4ca7eada-7506-4871-92ac-63cbf16d4773","resources":[{"resourceInstanceName":"vFW 54974ff5-961c 0","resourceName":"vFW 54974ff5-961c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b58c49a5-d28d-4362-a14f-e9d1f435a837","resourceInvariantUUID":"9927b92b-dd78-4764-8915-195bcdcb4d85","resourceCustomizationUUID":"b7abb7c2-72a9-4370-858b-108bbf6f8160","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml","artifactChecksum":"ZGEzOWRhYjkxMjJkMzIxNzc4OWIwOGJlNDk0NWYxNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"acf1ee66-1840-4f84-9f9c-7c96c009473f","artifactVersion":"1"},{"artifactName":"vfw54974ff5961c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json","artifactChecksum":"ODRkNTk3OTk0ZjBjYzFjOGQ1NTljNTNkZmYzMTEzMDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"04a2a325-12ae-4f7b-9920-b0117f2730b0","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"97a7f940-1348-4ad7-ac3b-a17d329d1e62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjY2Zjc2NGYwMTJiZGFiMjZhODRiNjQ4MDg5ZjcwY2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6a966c7-eea2-4295-9cd6-a697c7c73213","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da3adda5-8a31-4c11-a221-f20a50a88d9c","artifactVersion":"2","generatedFromUUID":"97a7f940-1348-4ad7-ac3b-a17d329d1e62"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220509134141-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml","artifactChecksum":"YmUwZjQwMjkyMDdlMGEzOTdiZDlkZWZiZTk5ZmY3M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c2bce877-22e2-40e7-ad0f-578dc83e4e99","artifactVersion":"1"},{"artifactName":"service-Vfw20220509134141-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar","artifactChecksum":"MjgzNTRhMDE5NTVlOTUzOTFlODBjYjZjMmJlZjRiOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd1fe4b1-2337-45cd-9b15-596bf9aac818","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-09T13:44:57.810Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:44:57.810Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:44:57.813Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:44:57.813Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:44:57.913Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:44:57.914Z||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-09T13:44:57.915Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:44:57.925Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:44:57.926Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:44:58.814Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:44:58.815Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:44:58.817Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:44:58.817Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
"status": "NOTIFIED"
}
2022-05-09T13:44:58.918Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:44:58.919Z||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-09T13:44:58.919Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:44:58.935Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:44:58.935Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-09T13:44:59.818Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:44:59.819Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:44:59.821Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:44:59.821Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-05-09T13:44:59.921Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:44:59.922Z||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-09T13:44:59.923Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:44:59.932Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:44:59.932Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:00.822Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:45:00.823Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:00.825Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:00.825Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:45:00.925Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:45:00.926Z||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-09T13:45:00.927Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:00.940Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:45:00.940Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:01.826Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:45:01.827Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:01.829Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:01.830Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-05-09T13:45:01.929Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:45:01.931Z||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-09T13:45:01.931Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:01.940Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:45:01.940Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:02.830Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:45:02.831Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:02.857Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:02.857Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-template.yml",
"status": "NOT_NOTIFIED"
}
2022-05-09T13:45:02.934Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms
2022-05-09T13:45:02.935Z||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-09T13:45:02.935Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:02.946Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:45:02.947Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:03.859Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-09T13:45:03.860Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:03.863Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:03.864Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103813149,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
"status": "NOTIFIED"
}
2022-05-09T13:45:03.964Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-09T13:45:03.965Z||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-09T13:45:03.965Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:03.974Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:45:03.975Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:04.866Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"serviceName": "vFW 2022-05-09 13-41-41",
"serviceVersion": "1.0",
"serviceUUID": "93f365e1-bd47-416e-a23a-2ce824531845",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4ca7eada-7506-4871-92ac-63cbf16d4773",
"resources": [
{
"resourceInstanceName": "vFW 54974ff5-961c 0",
"resourceCustomizationUUID": "b7abb7c2-72a9-4370-858b-108bbf6f8160",
"resourceName": "vFW 54974ff5-961c",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b58c49a5-d28d-4362-a14f-e9d1f435a837",
"resourceInvariantUUID": "9927b92b-dd78-4764-8915-195bcdcb4d85",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw54974ff5961c0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
"artifactChecksum": "ODRkNTk3OTk0ZjBjYzFjOGQ1NTljNTNkZmYzMTEzMDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "04a2a325-12ae-4f7b-9920-b0117f2730b0",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "97a7f940-1348-4ad7-ac3b-a17d329d1e62",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da3adda5-8a31-4c11-a221-f20a50a88d9c",
"generatedFromUUID": "97a7f940-1348-4ad7-ac3b-a17d329d1e62"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "da3adda5-8a31-4c11-a221-f20a50a88d9c",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20220509134141-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
"artifactChecksum": "MjgzNTRhMDE5NTVlOTUzOTFlODBjYjZjMmJlZjRiOWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bd1fe4b1-2337-45cd-9b15-596bf9aac818"
}
],
"workloadContext": "Production"
}
2022-05-09T13:45:04.866Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-09T13:45:04.866Z|04aa82c3-06b8-4f84-a5b6-e3512da8faf8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 93f365e1-bd47-416e-a23a-2ce824531845 ASDC
2022-05-09T13:45:04.867Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6415158b-64a9-416b-ae42-9a70fb506ce5
ServiceName:vFW 2022-05-09 13-41-41
ServiceVersion:1.0
ServiceUUID:93f365e1-bd47-416e-a23a-2ce824531845
ServiceInvariantUUID:4ca7eada-7506-4871-92ac-63cbf16d4773
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220509134141-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar
ArtifactUUID:bd1fe4b1-2337-45cd-9b15-596bf9aac818
ArtifactChecksum:MjgzNTRhMDE5NTVlOTUzOTFlODBjYjZjMmJlZjRiOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 54974ff5-961c 0
ResourceCustomizationUUID:b7abb7c2-72a9-4370-858b-108bbf6f8160
ResourceInvariantUUID:9927b92b-dd78-4764-8915-195bcdcb4d85
ResourceName:vFW 54974ff5-961c
ResourceType:VF
ResourceUUID:b58c49a5-d28d-4362-a14f-e9d1f435a837
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw54974ff5961c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json
ArtifactUUID:04a2a325-12ae-4f7b-9920-b0117f2730b0
ArtifactChecksum:ODRkNTk3OTk0ZjBjYzFjOGQ1NTljNTNkZmYzMTEzMDQ=
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/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml
ArtifactUUID:97a7f940-1348-4ad7-ac3b-a17d329d1e62
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/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
ArtifactUUID:da3adda5-8a31-4c11-a221-f20a50a88d9c
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/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
ArtifactUUID:da3adda5-8a31-4c11-a221-f20a50a88d9c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-05-09T13:45:04.867Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93f365e1-bd47-416e-a23a-2ce824531845 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-09T13:45:04.908Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:45:04.909Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:45:04.909Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:45:04.910Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bd1fe4b1-2337-45cd-9b15-596bf9aac818 from URL: /sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:04.910Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:45:04.910Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:05.459Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:45:05.463Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar bd1fe4b1-2337-45cd-9b15-596bf9aac818 98972
2022-05-09T13:45:05.464Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar ASDC sendASDCNotification
2022-05-09T13:45:05.464Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:05.464Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:45:05.465Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:05.481Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:05.481Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103905464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:45:05.568Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-05-09T13:45:05.569Z||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-09T13:45:05.569Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:05.582Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:45:05.583Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:06.482Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-09T13:45:06.483Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-09T13:45:06.484Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bd1fe4b1-2337-45cd-9b15-596bf9aac818, URL: /sdc/v1/catalog/services/Vfw20220509134141/1.0/artifacts/service-Vfw20220509134141-csar.csar to file: /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:06.484Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220509134141-csar.csar
2022-05-09T13:45:06.484Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:06.485Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:06.738Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14119888570161956560/Definitions/service-Vfw20220509134141-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-05-09T13:45:08.774Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.775Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 54974ff5-961c 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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||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-Vfw20220509134141-csar.csar
2022-05-09T13:45:08.776Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-09T13:45:08.777Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.777Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.777Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:08.777Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:45:08.777Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.778Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.779Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.780Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:45:08.781Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:08.782Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:08.783Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.785Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e45fed97-bafa-424d-8f23-056dc2aab6e4
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:08.786Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:08.787Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c9988acb-9f35-4a37-9b48-e270d97d6dd9
2022-05-09T13:45:08.788Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.789Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-09T13:45:08.790Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8d0ffa39-c122-4ce6-9d0a-170ab1219815
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.791Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.792Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:08.792Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:08.792Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-05-09 13-41-41
Description:catalog service description
Model UUID:93f365e1-bd47-416e-a23a-2ce824531845
Model Version:NULL
Model InvariantUuid:4ca7eada-7506-4871-92ac-63cbf16d4773
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 54974ff5-961c
Model UUID:fa98d0f7-ce6e-46ed-b2cd-c74ef5521acd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9927b92b-dd78-4764-8915-195bcdcb4d85
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:b7abb7c2-72a9-4370-858b-108bbf6f8160
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:e40723cb-8e62-43d9-9854-93c0f3ab2043
ModelName:Vfw54974ff5961c..base_vfw..module-0
ModelUuid:dc0159e2-3219-4f94-a282-6f18860cc657
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:e45fed97-bafa-424d-8f23-056dc2aab6e4
ModelInvariantUuid:da083969-19c0-401d-8807-789b909572c6
ModelName:vFW 54974ff5-961c-nodes.vfwCvfc
ModelUuid:8150c2ad-7223-4af6-81db-6d99da66dc38
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:b9e9bc20-2e3a-4838-a3e2-509bac5d6b43
ModelInvariantUuid:f872e9b2-1ea3-45cc-8721-ad4c2aeb7735
ModelName:Vfw54974ff5961c.compute.nodes.heat.vfw
ModelUuid:3664fc66-2902-433a-8416-4f1c0ddbce4b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:c9988acb-9f35-4a37-9b48-e270d97d6dd9
ModelInvariantUuid:c3929453-8abc-4a33-9374-e394f2d5c4e9
ModelName:vFW 54974ff5-961c-nodes.vsnCvfc
ModelUuid:d42866cb-c4e2-4d7b-ac8b-a39864fdb0b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:eda93f90-0bb8-48e3-bcac-66356cd40963
ModelInvariantUuid:2abeb92c-d31b-4c6a-b85f-96c44b57107b
ModelName:Vfw54974ff5961c.compute.nodes.heat.vsn
ModelUuid:237c0529-bd1a-4cba-b774-7fdf29c68d20
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:8d0ffa39-c122-4ce6-9d0a-170ab1219815
ModelInvariantUuid:ecdafa63-e1e4-43cf-8e22-9ee372d2d105
ModelName:vFW 54974ff5-961c-nodes.vpgCvfc
ModelUuid:b34620d4-94d3-4444-9bae-01455328a21f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:a1cfce9a-dca1-41bf-b39c-cf060b19b8b9
ModelInvariantUuid:e15fcb09-4941-4cfc-a6d8-468d3a528502
ModelName:Vfw54974ff5961c.compute.nodes.heat.vpg
ModelUuid:2477c111-ab56-460e-aa77-bae75a15d818
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-09T13:45:08.802Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b58c49a5-d28d-4362-a14f-e9d1f435a837
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-09T13:45:08.807Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||vFW 54974ff5-961c 0
2022-05-09T13:45:08.807Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b58c49a5-d28d-4362-a14f-e9d1f435a837
2022-05-09T13:45:08.807Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 04a2a325-12ae-4f7b-9920-b0117f2730b0 from URL: /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json
2022-05-09T13:45:08.807Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:45:08.808Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json
2022-05-09T13:45:08.872Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:45:08.872Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json 04a2a325-12ae-4f7b-9920-b0117f2730b0 785
2022-05-09T13:45:08.873Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json ASDC sendASDCNotification
2022-05-09T13:45:08.873Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json
2022-05-09T13:45:08.873Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:45:08.874Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:08.877Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:08.877Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103908873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/vfw54974ff5961c0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:45:08.977Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:45:08.978Z||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-09T13:45:08.978Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:08.989Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:45:08.990Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:09.877Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw54974ff5961c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e40723cb-8e62-43d9-9854-93c0f3ab2043",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dc0159e2-3219-4f94-a282-6f18860cc657",
"vfModuleModelCustomizationUUID": "9b58bcd3-1098-49b0-8360-f1b277d6b604",
"isBase": true,
"artifacts": [
"97a7f940-1348-4ad7-ac3b-a17d329d1e62",
"da3adda5-8a31-4c11-a221-f20a50a88d9c"
],
"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-09T13:45:09.886Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw54974ff5961c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc0159e2-3219-4f94-a282-6f18860cc657
VfModuleModelInvariantUUID:e40723cb-8e62-43d9-9854-93c0f3ab2043
VfModuleModelDescription:NULL
Artifacts UUID List:{
97a7f940-1348-4ad7-ac3b-a17d329d1e62
,
da3adda5-8a31-4c11-a221-f20a50a88d9c
}
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-09T13:45:09.890Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw54974ff5961c..base_vfw..module-0",
"vfModuleModelInvariantUUID": "e40723cb-8e62-43d9-9854-93c0f3ab2043",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "dc0159e2-3219-4f94-a282-6f18860cc657",
"vfModuleModelCustomizationUUID": "9b58bcd3-1098-49b0-8360-f1b277d6b604",
"isBase": true,
"artifacts": [
"97a7f940-1348-4ad7-ac3b-a17d329d1e62",
"da3adda5-8a31-4c11-a221-f20a50a88d9c"
],
"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-09T13:45:09.891Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw54974ff5961c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc0159e2-3219-4f94-a282-6f18860cc657
VfModuleModelInvariantUUID:e40723cb-8e62-43d9-9854-93c0f3ab2043
VfModuleModelDescription:NULL
Artifacts UUID List:{
97a7f940-1348-4ad7-ac3b-a17d329d1e62
,
da3adda5-8a31-4c11-a221-f20a50a88d9c
}
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-09T13:45:09.891Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97a7f940-1348-4ad7-ac3b-a17d329d1e62 from URL: /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml
2022-05-09T13:45:09.891Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:45:09.892Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml
2022-05-09T13:45:10.062Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:45:10.062Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml 97a7f940-1348-4ad7-ac3b-a17d329d1e62 20368
2022-05-09T13:45:10.063Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-09T13:45:10.063Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml
2022-05-09T13:45:10.063Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:45:10.063Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:10.065Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:10.065Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103910063,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:45:10.166Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-09T13:45:10.167Z||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-09T13:45:10.167Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:10.179Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:45:10.180Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:11.066Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: da3adda5-8a31-4c11-a221-f20a50a88d9c from URL: /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
2022-05-09T13:45:11.066Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-09T13:45:11.066Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
2022-05-09T13:45:11.348Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-09T13:45:11.349Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env da3adda5-8a31-4c11-a221-f20a50a88d9c 2098
2022-05-09T13:45:11.349Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-09T13:45:11.349Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env
2022-05-09T13:45:11.349Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-09T13:45:11.350Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-09T13:45:11.352Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-09T13:45:11.352Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "6415158b-64a9-416b-ae42-9a70fb506ce5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1652103911349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20220509134141/1.0/resourceInstances/vfw54974ff5961c0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-05-09T13:45:11.452Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-09T13:45:11.453Z||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-09T13:45:11.453Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MuODBnycxlqCe7i8) ...
2022-05-09T13:45:11.465Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-05-09T13:45:11.465Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-09T13:45:12.353Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 93f365e1-bd47-416e-a23a-2ce824531845
2022-05-09T13:45:12.354Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 54974ff5-961c 0 b58c49a5-d28d-4362-a14f-e9d1f435a837 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-09T13:45:12.373Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b6b7903, org.onap.sdc.toscaparser.api.parameters.Input@2738cf9a, org.onap.sdc.toscaparser.api.parameters.Input@48071d39, org.onap.sdc.toscaparser.api.parameters.Input@55a9b6c4, org.onap.sdc.toscaparser.api.parameters.Input@459a7e13]
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= b7abb7c2-72a9-4370-858b-108bbf6f8160
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b7abb7c2-72a9-4370-858b-108bbf6f8160 matches Tosca VF Customization UUID: b7abb7c2-72a9-4370-858b-108bbf6f8160
2022-05-09T13:45:12.375Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: b7abb7c2-72a9-4370-858b-108bbf6f8160 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-09T13:45:12.378Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:12.378Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-09T13:45:12.378Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id b7abb7c2-72a9-4370-858b-108bbf6f8160: {\"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-09T13:45:12.379Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ca68188
2022-05-09T13:45:12.379Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:12.379Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-05-09 13-41-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-09T13:45:12.379Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9b58bcd3-1098-49b0-8360-f1b277d6b604
2022-05-09T13:45:12.380Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9b58bcd3-1098-49b0-8360-f1b277d6b604
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-09T13:45:12.383Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:12.383Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:12.383Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:12.383Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:12.384Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:12.384Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:12.384Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:12.384Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is not matching search criteria
2022-05-09T13:45:12.384Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-09T13:45:12.385Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:12.386Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-09T13:45:12.386Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-09T13:45:12.386Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-09T13:45:12.386Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-09T13:45:12.386Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e45fed97-bafa-424d-8f23-056dc2aab6e4
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-09T13:45:12.388Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-05-09T13:45:12.388Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Node template vFW 54974ff5-961c 0 is matching search criteria
2022-05-09T13:45:12.388Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 54974ff5-961c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-09T13:45:12.389Z|6415158b-64a9-416b-ae42-9a70fb506ce5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery