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-11-16T05:19:59.997Z||main|||||INFO|500||The following profiles are active: basic
2022-11-16T05:20:11.319Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-16T05:20:11.320Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-16T05:20:11.432Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-16T05:20:15.570Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-16T05:20:16.014Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-16T05:20:16.530Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-16T05:20:16.539Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-16T05:20:16.658Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-16T05:20:16.863Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-16T05:20:17.400Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-16T05:20:19.076Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-16T05:20:21.450Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-16T05:20:21.519Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-16T05:20:22.136Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-16T05:20:22.375Z||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-11-16T05:20:23.642Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-16T05:20:24.798Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
2022-11-16T05:20:24.827Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint:
java.net.ConnectException: Connection refused (Connection refused)
at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$20cf312a.deployActivities()
at org.onap.so.asdc.Application.deployActivities(Application.java:52)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
at org.onap.so.asdc.Application.main(Application.java:60)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-16T05:20:24.828Z||main|||||WARN|500||The sdc end point is not alive
2022-11-16T05:20:28.229Z||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-11-16T05:20:31.221Z||main|||||WARN|500||---
2022-11-16T05:20:31.221Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-16T05:20:31.222Z||main|||||WARN|500||---
2022-11-16T05:20:31.685Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-16T05:20:36.566Z||main|||||INFO|500||Started Application in 39.745 seconds (JVM running for 42.151)
2022-11-16T05:20:36.583Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-16T05:20:36.584Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-16T05:20:36.597Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-16T05:20:36.621Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-16T05:20:36.663Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1e180f09-dc14-48f2-9feb-ea220850b0db url= /sdc/v1/artifactTypes
2022-11-16T05:20:36.664Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-16T05:20:36.917Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-16T05:20:36.971Z||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-11-16T05:20:36.994Z||scheduling-1|||||DEBUG|500||create keys
2022-11-16T05:20:37.001Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-16T05:20:37.036Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:20:37.053Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 407af28f-b31e-4e05-96c3-cc46249561e7 url= /sdc/v1/registerForDistribution
2022-11-16T05:20:37.162Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 407af28f-b31e-4e05-96c3-cc46249561e7 url= /sdc/v1/registerForDistribution
2022-11-16T05:20:37.163Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-16T05:20:37.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:20:37.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:20:37.181Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-16T05:20:37.181Z||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-11-16T05:20:37.181Z||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-11-16T05:20:37.181Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:20:37.182Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:20:47.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:20:47.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:21:37.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:21:37.171Z||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-11-16T05:21:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:21:37.184Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:21:37.200Z||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-11-16T05:21:37.201Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:21:46.847Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:21:46.873Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:22:37.171Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:22:37.175Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:22:37.176Z||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-11-16T05:22:37.177Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:22:37.181Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:22:37.184Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:22:46.791Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:22:46.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:23:37.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:23:37.171Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:23:37.171Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:23:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:23:37.174Z||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-11-16T05:23:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:23:46.838Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:23:46.869Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:24:37.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:24:37.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:24:37.173Z||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-11-16T05:24:37.174Z||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-11-16T05:24:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:24:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:24:46.769Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:24:46.772Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:25:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:25:37.171Z||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-11-16T05:25:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:25:37.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:25:37.173Z||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-11-16T05:25:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:25:46.729Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:25:46.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:26:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:26:37.171Z||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-11-16T05:26:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:26:37.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:26:37.174Z||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-11-16T05:26:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:26:46.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:26:46.743Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:27:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:27:37.172Z||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-11-16T05:27:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:27:37.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:27:37.175Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:27:37.175Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:27:46.735Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:27:46.753Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:28:37.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:28:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:28:37.175Z||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-11-16T05:28:37.175Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:28:37.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:28:37.178Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:28:46.745Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:28:46.746Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:29:37.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:29:37.172Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:29:37.172Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:29:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:29:37.173Z||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-11-16T05:29:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:29:46.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:29:46.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:30:29.791Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-16T05:30:37.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:30:37.171Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:30:37.171Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:30:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:30:37.173Z||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-11-16T05:30:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:30:46.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:30:46.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:31:37.171Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:31:37.172Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:31:37.172Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:31:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:31:37.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:31:37.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:31:46.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:31:46.736Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:32:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:32:37.171Z||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-11-16T05:32:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:32:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:32:37.173Z||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-11-16T05:32:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:32:46.799Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:32:46.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:33:37.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:33:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:33:37.174Z||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-11-16T05:33:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:33:37.174Z||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-11-16T05:33:37.175Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:33:46.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:33:46.730Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:34:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:34:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:34:37.173Z||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-11-16T05:34:37.173Z||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-11-16T05:34:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:34:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:34:46.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:34:46.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:35:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:35:37.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:35:37.173Z||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-11-16T05:35:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:35:37.172Z||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-11-16T05:35:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:35:46.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:35:46.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:36:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:36:37.172Z||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-11-16T05:36:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:36:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:36:37.173Z||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-11-16T05:36:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:36:46.734Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:36:46.737Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:37:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:37:37.171Z||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-11-16T05:37:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:37:37.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:37:37.174Z||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-11-16T05:37:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:37:46.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:37:46.727Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:38:37.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:38:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:38:37.175Z||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-11-16T05:38:37.175Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:38:37.175Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:38:37.175Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:38:46.732Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:38:46.732Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:39:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:39:37.172Z||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-11-16T05:39:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:39:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:39:37.173Z||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-11-16T05:39:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:39:46.749Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:39:46.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:40:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:40:37.171Z||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-11-16T05:40:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:40:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:40:37.173Z||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-11-16T05:40:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:40:46.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:40:46.734Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:41:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:41:37.171Z||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-11-16T05:41:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:41:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:41:37.173Z||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-11-16T05:41:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:41:46.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:41:46.734Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:42:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:42:37.171Z||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-11-16T05:42:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:42:37.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:42:37.174Z||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-11-16T05:42:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:42:46.721Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:42:46.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:43:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:43:37.171Z||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-11-16T05:43:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:43:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:43:37.173Z||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-11-16T05:43:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:43:46.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:43:46.724Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:44:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:44:37.172Z||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-11-16T05:44:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:44:37.176Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:44:37.176Z||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-11-16T05:44:37.176Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:44:46.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:44:46.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:45:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:45:37.171Z||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-11-16T05:45:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:45:37.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:45:37.174Z||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-11-16T05:45:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:45:46.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:45:46.748Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:46:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:46:37.171Z||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-11-16T05:46:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:46:37.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:46:37.174Z||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-11-16T05:46:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:46:46.724Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:46:46.736Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:47:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:47:37.171Z||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-11-16T05:47:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:47:37.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:47:37.173Z||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-11-16T05:47:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:47:46.734Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:47:46.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:48:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:48:37.171Z||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-11-16T05:48:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:48:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:48:37.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:48:37.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:48:46.739Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:48:46.739Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:49:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:49:37.171Z||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-11-16T05:49:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:49:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:49:37.173Z||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-11-16T05:49:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:49:46.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:49:46.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:50:37.171Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:50:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:50:37.174Z||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-11-16T05:50:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:50:37.174Z||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-11-16T05:50:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:50:46.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:50:46.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:51:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:51:37.171Z||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-11-16T05:51:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:51:37.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:51:37.173Z||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-11-16T05:51:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:51:46.718Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:51:46.722Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:52:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:52:37.171Z||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-11-16T05:52:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:52:37.174Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:52:37.174Z||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-11-16T05:52:37.175Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:52:46.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:52:46.728Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:53:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:53:37.171Z||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-11-16T05:53:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:53:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:53:37.174Z||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-11-16T05:53:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:53:46.732Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:53:46.738Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:54:37.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:54:37.171Z||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-11-16T05:54:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:54:37.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:54:37.173Z||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-11-16T05:54:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:54:46.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:54:46.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:55:37.171Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:55:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:55:37.173Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T05:55:37.173Z||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-11-16T05:55:37.173Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T05:55:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:55:46.732Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:55:46.735Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:56:37.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:56:37.172Z||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-11-16T05:56:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:56:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:56:37.173Z||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-11-16T05:56:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:56:46.731Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:56:46.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:57:37.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:57:37.171Z||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-11-16T05:57:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:57:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:57:37.173Z||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-11-16T05:57:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:57:46.744Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:57:46.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:58:37.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:58:37.171Z||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-11-16T05:58:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:58:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:58:37.173Z||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-11-16T05:58:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:58:46.716Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:58:46.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:59:37.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:59:37.171Z||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-11-16T05:59:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:59:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T05:59:37.173Z||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-11-16T05:59:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T05:59:46.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T05:59:46.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:00:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:00:37.171Z||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-11-16T06:00:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:00:37.175Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:00:37.177Z||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-11-16T06:00:37.177Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:00:46.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:00:46.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:01:37.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:01:37.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:01:37.176Z||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-11-16T06:01:37.176Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:01:37.176Z||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-11-16T06:01:37.177Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:01:46.733Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:01:46.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:02:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:02:37.171Z||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-11-16T06:02:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:02:37.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:02:37.173Z||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-11-16T06:02:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:02:46.737Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:02:46.751Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:03:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:03:37.171Z||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-11-16T06:03:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:03:37.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:03:37.173Z||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-11-16T06:03:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:03:46.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:03:46.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:04:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:04:37.171Z||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-11-16T06:04:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:04:37.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:04:37.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-16T06:04:37.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:04:46.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:04:46.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:05:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:05:37.171Z||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-11-16T06:05:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:05:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:05:37.173Z||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-11-16T06:05:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:05:46.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:05:46.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:06:37.171Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:06:37.172Z||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-11-16T06:06:37.172Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:06:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:06:37.173Z||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-11-16T06:06:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:06:46.772Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:06:46.772Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:07:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:07:37.172Z||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-11-16T06:07:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:07:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:07:37.173Z||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-11-16T06:07:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:07:46.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:07:46.740Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:08:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:08:37.171Z||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-11-16T06:08:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:08:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:08:37.173Z||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-11-16T06:08:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:08:46.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:08:46.745Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:09:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:09:37.172Z||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-11-16T06:09:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:09:37.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:09:37.173Z||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-11-16T06:09:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:09:46.731Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:09:46.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:10:37.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:10:37.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:10:37.172Z||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-11-16T06:10:37.173Z||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-11-16T06:10:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:10:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:10:46.733Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:10:46.734Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:11:37.171Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:11:37.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:11:37.174Z||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-11-16T06:11:37.174Z||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-11-16T06:11:37.175Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:11:37.175Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:11:46.732Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:11:46.737Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:37.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:12:37.172Z||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-11-16T06:12:37.172Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:37.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:12:37.174Z||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-11-16T06:12:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:37.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:37.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:12:37.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579153778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:12:37.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:12:37.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:37.808Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-16T06:12:37.808Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1587411-a43b-4ad0-bccc-16c102b33ee4","serviceName":"basic_onboard_QeNmrQ","serviceVersion":"1.0","serviceUUID":"32d39d19-1b80-48b4-836d-e81ed39da2c8","serviceDescription":"service","serviceInvariantUUID":"87ce6809-e313-4589-85b5-c784f37b01c4","resources":[{"resourceInstanceName":"basic_onboard_QeNmrQ 0","resourceName":"basic_onboard_QeNmrQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1","resourceInvariantUUID":"d8ac85e8-96cf-41c3-a625-063ccce50b6f","resourceCustomizationUUID":"c92e9b56-544d-48a8-a4c1-91ece80e9ce9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml","artifactChecksum":"MGM0NjIyNDRjMTE5YjIwOTllMDZlZjE0YjQ1M2UzYzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36707379-e690-451f-849e-67d3ffe1860b","artifactVersion":"1"},{"artifactName":"basic_onboard_qenmrq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json","artifactChecksum":"YjU1MTJjZjkyZDNhYzllNjllZjRmM2I1MDc3MzQwMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d80fdb38-fd97-4f6e-a79a-90d589916949","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f26b5cd1-b27f-49b0-89be-040726caed7e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"39939d0c-5186-4f0c-a24b-529e04db1d7a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2821528e-22d4-4a9f-87a1-9d51bef84b30","artifactVersion":"2","generatedFromUUID":"f26b5cd1-b27f-49b0-89be-040726caed7e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardQenmrq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml","artifactChecksum":"ODU5MGJhY2MyZmU2Y2Y3MzBjOGNlYTc2MGVkYjc5MDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b790a41b-4474-4aab-a0c3-1cd7634d1037","artifactVersion":"1"},{"artifactName":"service-BasicOnboardQenmrq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar","artifactChecksum":"YjYxNjA3MDY0ODFjMzIyYjk2OWFhMmI1YWY0MTdiZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e920e12-990f-446c-8148-8d37289711a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T06:12:37.819Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:12:37.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:37.842Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:37.842Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:12:37.943Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-11-16T06:12:37.948Z||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-11-16T06:12:37.949Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:37.966Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:37.968Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:12:38.857Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:12:38.858Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:38.860Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:38.861Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "NOTIFIED"
}
2022-11-16T06:12:38.961Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:38.962Z||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-11-16T06:12:38.962Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:38.972Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:38.972Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:12:39.861Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:12:39.864Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:39.867Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:39.867Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-16T06:12:39.967Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:39.968Z||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-11-16T06:12:39.968Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:39.987Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:39.987Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:12:40.867Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:12:40.868Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:40.871Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:40.871Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:12:40.971Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:40.972Z||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-11-16T06:12:40.974Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:40.986Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:40.987Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:12:41.871Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:12:41.872Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:41.875Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:41.875Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-16T06:12:41.975Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:41.976Z||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-11-16T06:12:41.976Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:41.996Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:41.997Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:12:42.875Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:12:42.876Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:42.878Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:42.878Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:12:42.979Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:42.980Z||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-11-16T06:12:42.980Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:42.990Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:42.991Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:12:43.879Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:12:43.880Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:43.882Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:43.883Z||pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:12:43.983Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:43.984Z||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-11-16T06:12:43.984Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:43.995Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:43.995Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:12:44.885Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"serviceName": "basic_onboard_QeNmrQ",
"serviceVersion": "1.0",
"serviceUUID": "32d39d19-1b80-48b4-836d-e81ed39da2c8",
"serviceDescription": "service",
"serviceInvariantUUID": "87ce6809-e313-4589-85b5-c784f37b01c4",
"resources": [
{
"resourceInstanceName": "basic_onboard_QeNmrQ 0",
"resourceCustomizationUUID": "c92e9b56-544d-48a8-a4c1-91ece80e9ce9",
"resourceName": "basic_onboard_QeNmrQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1",
"resourceInvariantUUID": "d8ac85e8-96cf-41c3-a625-063ccce50b6f",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_qenmrq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"artifactChecksum": "YjU1MTJjZjkyZDNhYzllNjllZjRmM2I1MDc3MzQwMzI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d80fdb38-fd97-4f6e-a79a-90d589916949",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "f26b5cd1-b27f-49b0-89be-040726caed7e",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2821528e-22d4-4a9f-87a1-9d51bef84b30",
"generatedFromUUID": "f26b5cd1-b27f-49b0-89be-040726caed7e"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2821528e-22d4-4a9f-87a1-9d51bef84b30",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardQenmrq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"artifactChecksum": "YjYxNjA3MDY0ODFjMzIyYjk2OWFhMmI1YWY0MTdiZTE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5e920e12-990f-446c-8148-8d37289711a5"
}
],
"workloadContext": "Production"
}
2022-11-16T06:12:44.887Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T06:12:44.888Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32d39d19-1b80-48b4-836d-e81ed39da2c8 ASDC
2022-11-16T06:12:45.019Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d1587411-a43b-4ad0-bccc-16c102b33ee4
ServiceName:basic_onboard_QeNmrQ
ServiceVersion:1.0
ServiceUUID:32d39d19-1b80-48b4-836d-e81ed39da2c8
ServiceInvariantUUID:87ce6809-e313-4589-85b5-c784f37b01c4
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardQenmrq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar
ArtifactUUID:5e920e12-990f-446c-8148-8d37289711a5
ArtifactChecksum:YjYxNjA3MDY0ODFjMzIyYjk2OWFhMmI1YWY0MTdiZTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_QeNmrQ 0
ResourceCustomizationUUID:c92e9b56-544d-48a8-a4c1-91ece80e9ce9
ResourceInvariantUUID:d8ac85e8-96cf-41c3-a625-063ccce50b6f
ResourceName:basic_onboard_QeNmrQ
ResourceType:VF
ResourceUUID:2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_qenmrq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json
ArtifactUUID:d80fdb38-fd97-4f6e-a79a-90d589916949
ArtifactChecksum:YjU1MTJjZjkyZDNhYzllNjllZjRmM2I1MDc3MzQwMzI=
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/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f26b5cd1-b27f-49b0-89be-040726caed7e
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/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env
ArtifactUUID:2821528e-22d4-4a9f-87a1-9d51bef84b30
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/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env
ArtifactUUID:2821528e-22d4-4a9f-87a1-9d51bef84b30
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-16T06:12:45.021Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32d39d19-1b80-48b4-836d-e81ed39da2c8 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-11-16T06:12:45.351Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T06:12:45.352Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-16T06:12:45.354Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-16T06:12:45.354Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5e920e12-990f-446c-8148-8d37289711a5 from URL: /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:45.355Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-16T06:12:45.359Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:45.569Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-16T06:12:45.590Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar 5e920e12-990f-446c-8148-8d37289711a5 75300
2022-11-16T06:12:45.592Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar ASDC sendASDCNotification
2022-11-16T06:12:45.592Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:45.595Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T06:12:45.597Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:45.599Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:45.599Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579165591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:12:45.699Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:45.700Z||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-11-16T06:12:45.701Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:45.712Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:45.713Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:12:46.600Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T06:12:46.601Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-16T06:12:46.602Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5e920e12-990f-446c-8148-8d37289711a5, URL: /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar to file: /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:46.603Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:46.718Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:46.718Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:47.389Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13330370179641903799/Definitions/service-BasicOnboardQenmrq-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-16T06:12:49.324Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_QeNmrQ 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:49.330Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:49.331Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:49.331Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:49.331Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:49.331Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:49.332Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-16T06:12:49.339Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.341Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:49.346Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria
2022-11-16T06:12:49.346Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-16T06:12:49.348Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T06:12:49.350Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.350Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:49.350Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria
2022-11-16T06:12:49.350Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-16T06:12:49.351Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T06:12:49.351Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.351Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:49.355Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.355Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is not matching search criteria
2022-11-16T06:12:49.356Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-16T06:12:49.356Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-16T06:12:49.356Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-16T06:12:49.357Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-16T06:12:49.357Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-16T06:12:49.357Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.358Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T06:12:49.359Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.359Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria
2022-11-16T06:12:49.359Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:12:49.360Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.360Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria
2022-11-16T06:12:49.361Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:12:49.361Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.361Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria
2022-11-16T06:12:49.361Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:12:49.362Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.362Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is not matching search criteria
2022-11-16T06:12:49.362Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-16T06:12:49.363Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-16T06:12:49.363Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f6bc975e-74d1-4ec5-af18-617b06ed5227
2022-11-16T06:12:49.363Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.364Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:49.364Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.364Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:49.364Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.365Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:49.365Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:49.365Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:49.366Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_QeNmrQ
Description:service
Model UUID:32d39d19-1b80-48b4-836d-e81ed39da2c8
Model Version:NULL
Model InvariantUuid:87ce6809-e313-4589-85b5-c784f37b01c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_QeNmrQ
Model UUID:2c4679fc-1577-457c-b470-d60a841be7ac
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d8ac85e8-96cf-41c3-a625-063ccce50b6f
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:c92e9b56-544d-48a8-a4c1-91ece80e9ce9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:b26d860b-cf32-4e18-8384-10e59e24589d
ModelName:BasicOnboardQenmrq..base_ubuntu18..module-0
ModelUuid:9604febb-005e-4f18-8d5d-b6e4bcd9e0ed
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:f6bc975e-74d1-4ec5-af18-617b06ed5227
ModelInvariantUuid:460ac04f-59e1-42b5-abd7-9374e683d48d
ModelName:basic_onboard_QeNmrQ-nodes.ubuntu18Cvfc
ModelUuid:010003b8-b645-4ecc-922a-1aac22ed8c21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:7de971e9-da66-4f0f-9e17-cfed71beb449
ModelInvariantUuid:0bd693b6-e9a8-41b4-9f94-5072874ecb23
ModelName:BasicOnboardQenmrq.compute.nodes.heat.ubuntu18
ModelUuid:9543d9df-f9c3-4e7a-af82-a7798d98432b
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-11-16T06:12:49.402Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1
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-11-16T06:12:49.512Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||basic_onboard_QeNmrQ 0
2022-11-16T06:12:49.519Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1
2022-11-16T06:12:49.519Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d80fdb38-fd97-4f6e-a79a-90d589916949 from URL: /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json
2022-11-16T06:12:49.519Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-16T06:12:49.519Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json
2022-11-16T06:12:49.580Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-16T06:12:49.580Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json d80fdb38-fd97-4f6e-a79a-90d589916949 798
2022-11-16T06:12:49.580Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json ASDC sendASDCNotification
2022-11-16T06:12:49.581Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json
2022-11-16T06:12:49.581Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T06:12:49.581Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:49.584Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:49.584Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579169580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:12:49.684Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:49.685Z||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-11-16T06:12:49.685Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:49.693Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:49.693Z||pool-11-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:12:50.585Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQenmrq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b26d860b-cf32-4e18-8384-10e59e24589d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9604febb-005e-4f18-8d5d-b6e4bcd9e0ed",
"vfModuleModelCustomizationUUID": "49ffafc1-6f03-413b-8889-6971810b158c",
"isBase": true,
"artifacts": [
"f26b5cd1-b27f-49b0-89be-040726caed7e",
"2821528e-22d4-4a9f-87a1-9d51bef84b30"
],
"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-11-16T06:12:50.606Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQenmrq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9604febb-005e-4f18-8d5d-b6e4bcd9e0ed
VfModuleModelInvariantUUID:b26d860b-cf32-4e18-8384-10e59e24589d
VfModuleModelDescription:NULL
Artifacts UUID List:{
f26b5cd1-b27f-49b0-89be-040726caed7e
,
2821528e-22d4-4a9f-87a1-9d51bef84b30
}
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-11-16T06:12:50.609Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardQenmrq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "b26d860b-cf32-4e18-8384-10e59e24589d",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "9604febb-005e-4f18-8d5d-b6e4bcd9e0ed",
"vfModuleModelCustomizationUUID": "49ffafc1-6f03-413b-8889-6971810b158c",
"isBase": true,
"artifacts": [
"f26b5cd1-b27f-49b0-89be-040726caed7e",
"2821528e-22d4-4a9f-87a1-9d51bef84b30"
],
"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-11-16T06:12:50.609Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardQenmrq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9604febb-005e-4f18-8d5d-b6e4bcd9e0ed
VfModuleModelInvariantUUID:b26d860b-cf32-4e18-8384-10e59e24589d
VfModuleModelDescription:NULL
Artifacts UUID List:{
f26b5cd1-b27f-49b0-89be-040726caed7e
,
2821528e-22d4-4a9f-87a1-9d51bef84b30
}
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-11-16T06:12:50.609Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f26b5cd1-b27f-49b0-89be-040726caed7e from URL: /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml
2022-11-16T06:12:50.609Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-16T06:12:50.609Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml
2022-11-16T06:12:50.661Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-16T06:12:50.662Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml f26b5cd1-b27f-49b0-89be-040726caed7e 5033
2022-11-16T06:12:50.662Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-16T06:12:50.662Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml
2022-11-16T06:12:50.662Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T06:12:50.663Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:50.665Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:50.665Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579170662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:12:50.765Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:50.766Z||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-11-16T06:12:50.767Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:50.780Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:50.780Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:12:51.667Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2821528e-22d4-4a9f-87a1-9d51bef84b30 from URL: /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env
2022-11-16T06:12:51.667Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-16T06:12:51.667Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env
2022-11-16T06:12:51.721Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-16T06:12:51.722Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env 2821528e-22d4-4a9f-87a1-9d51bef84b30 909
2022-11-16T06:12:51.722Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-16T06:12:51.722Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env
2022-11-16T06:12:51.722Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T06:12:51.723Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:51.726Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:51.726Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579171722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:12:51.826Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:51.828Z||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-11-16T06:12:51.828Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:51.838Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:51.839Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:12:52.727Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 32d39d19-1b80-48b4-836d-e81ed39da2c8
2022-11-16T06:12:52.728Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_QeNmrQ 0 2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1 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-11-16T06:12:52.764Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@de55b2e, org.onap.sdc.toscaparser.api.parameters.Input@4b677b3f, org.onap.sdc.toscaparser.api.parameters.Input@2ad24939, org.onap.sdc.toscaparser.api.parameters.Input@4e5276c7, org.onap.sdc.toscaparser.api.parameters.Input@69c96808]
2022-11-16T06:12:52.768Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.768Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:52.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic
2022-11-16T06:12:52.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c92e9b56-544d-48a8-a4c1-91ece80e9ce9
2022-11-16T06:12:52.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c92e9b56-544d-48a8-a4c1-91ece80e9ce9 matches Tosca VF Customization UUID: c92e9b56-544d-48a8-a4c1-91ece80e9ce9
2022-11-16T06:12:52.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c92e9b56-544d-48a8-a4c1-91ece80e9ce9 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-11-16T06:12:52.776Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.776Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:52.777Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c92e9b56-544d-48a8-a4c1-91ece80e9ce9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-16T06:12:52.777Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@676960b9
2022-11-16T06:12:52.778Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.778Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T06:12:52.778Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 49ffafc1-6f03-413b-8889-6971810b158c
2022-11-16T06:12:52.779Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 49ffafc1-6f03-413b-8889-6971810b158c
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-11-16T06:12:52.785Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.785Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria
2022-11-16T06:12:52.785Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:12:52.786Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.786Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria
2022-11-16T06:12:52.786Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:12:52.787Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.787Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is not matching search criteria
2022-11-16T06:12:52.787Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-16T06:12:52.787Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-16T06:12:52.787Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f6bc975e-74d1-4ec5-af18-617b06ed5227
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-11-16T06:12:52.797Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.798Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria
2022-11-16T06:12:52.798Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:12:52.798Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.798Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_QeNmrQ 0 is matching search criteria
2022-11-16T06:12:52.799Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_QeNmrQ 0] matching following query criteria: sdcType=VF, customizationUUID=c92e9b56-544d-48a8-a4c1-91ece80e9ce9
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-11-16T06:12:52.800Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.801Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:52.801Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 32d39d19-1b80-48b4-836d-e81ed39da2c8: basic_onboard_QeNmrQ
2022-11-16T06:12:52.801Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.801Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:52.802Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.802Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:52.802Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.802Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:52.803Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.803Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:52.803Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:12:52.803Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_QeNmrQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:12:52.804Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_QeNmrQ
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-11-16T06:12:53.028Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_QeNmrQ 2ea8c25b-29c2-43fa-9d3c-4b9b7a7337a1 1 ASDC deployResourceStructure
2022-11-16T06:12:53.029Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json ASDC sendASDCNotification
2022-11-16T06:12:53.029Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json
2022-11-16T06:12:53.029Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T06:12:53.030Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:53.033Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:53.033Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579173029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-16T06:12:53.132Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T06:12:53.133Z||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-11-16T06:12:53.133Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:53.148Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:53.149Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:12:54.034Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-16T06:12:54.035Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml
2022-11-16T06:12:54.035Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T06:12:54.036Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:54.041Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:54.041Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579174034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-16T06:12:54.151Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-11-16T06:12:54.152Z||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-11-16T06:12:54.153Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:54.174Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:54.175Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:12:55.043Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-16T06:12:55.044Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env
2022-11-16T06:12:55.044Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T06:12:55.045Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:55.048Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:55.048Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579175042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-16T06:12:55.149Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:12:55.150Z||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-11-16T06:12:55.150Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:55.161Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:55.162Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:12:56.050Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar ASDC sendASDCNotification
2022-11-16T06:12:56.050Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar
2022-11-16T06:12:56.051Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T06:12:56.051Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:12:56.055Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:12:56.055Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579176049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:12:56.154Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T06:12:56.155Z||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-11-16T06:12:56.155Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:12:56.166Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:12:56.166Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:12:57.056Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4
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-11-16T06:12:57.098Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4
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-11-16T06:12:57.101Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:12:57.102Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T06:12:57.102Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T06:13:27.103Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4
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-11-16T06:13:27.115Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4
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-11-16T06:13:27.118Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:13:27.119Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T06:13:27.119Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T06:13:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:13:37.175Z||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-11-16T06:13:37.175Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:13:37.215Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:13:37.216Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:13:37.216Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579153778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:13:37.219Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:13:57.120Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4
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-11-16T06:13:57.138Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4
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-11-16T06:13:57.142Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:13:57.142Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T06:13:57.143Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T06:14:27.143Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4
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-11-16T06:14:27.167Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4
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-11-16T06:14:27.170Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:14:27.170Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T06:14:27.171Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T06:14:37.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:14:37.174Z||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-11-16T06:14:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:14:37.702Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:14:37.705Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.706Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579153778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "cds",
"timestamp": 1668579157987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579153778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "cds",
"timestamp": 1668579157987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579153778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "cds",
"timestamp": 1668579157987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579153778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "aai-ml",
"timestamp": 1668579160952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "cds",
"timestamp": 1668579157987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579153778,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "aai-ml",
"timestamp": 1668579160952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "cds",
"timestamp": 1668579157987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "aai-ml",
"timestamp": 1668579160952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "cds",
"timestamp": 1668579157987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579157170,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "aai-ml",
"timestamp": 1668579160952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "cds",
"timestamp": 1668579157987,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579164658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579165591,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:14:37.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "aai-ml",
"timestamp": 1668579160952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "cds",
"timestamp": 1668579165796,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:14:37.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579164658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "aai-ml",
"timestamp": 1668579160952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "cds",
"timestamp": 1668579166811,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T06:14:37.733Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1587411-a43b-4ad0-bccc-16c102b33ee4
2022-11-16T06:14:37.734Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1587411-a43b-4ad0-bccc-16c102b33ee4 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-11-16T06:14:37.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579164658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "aai-ml",
"timestamp": 1668579160952,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579164658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "aai-ml",
"timestamp": 1668579168776,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:14:37.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579164658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579169580,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:14:37.749Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579164658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579170662,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:14:37.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579164658,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579171722,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:14:37.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579172531,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:14:37.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579173029,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-16T06:14:37.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579173622,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:14:37.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579174034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-16T06:14:37.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579173567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579174680,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:14:37.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579175042,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-16T06:14:37.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579173567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579175756,
"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-11-16T06:14:37.759Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1587411-a43b-4ad0-bccc-16c102b33ee4
2022-11-16T06:14:37.760Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1587411-a43b-4ad0-bccc-16c102b33ee4 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-11-16T06:14:37.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.776Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579176049,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:14:37.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579173567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579176765,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/basic_onboard_qenmrq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-16T06:14:37.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579173567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579173567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/resourceInstances/basic_onboard_qenmrq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579173567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:14:37.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "aai-ml",
"timestamp": 1668579180301,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:14:37.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579173567,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:14:37.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:14:37.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "aai-ml",
"timestamp": 1668579181307,
"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-11-16T06:14:37.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1587411-a43b-4ad0-bccc-16c102b33ee4
2022-11-16T06:14:37.789Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1587411-a43b-4ad0-bccc-16c102b33ee4 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-11-16T06:14:37.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579181525,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:14:37.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579186074,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardQenmrq/1.0/artifacts/service-BasicOnboardQenmrq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:14:37.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:14:37.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:14:37.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579187079,
"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-11-16T06:14:37.809Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1587411-a43b-4ad0-bccc-16c102b33ee4
2022-11-16T06:14:37.809Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1587411-a43b-4ad0-bccc-16c102b33ee4 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-11-16T06:14:57.171Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4
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-11-16T06:14:57.187Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4
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-11-16T06:14:57.190Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:14:57.191Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T06:14:57.191Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T06:14:57.191Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T06:14:57.192Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:14:57.192Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:14:57.192Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:14:57.193Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:14:57.193Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:14:57.193Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T06:14:57.200Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T06:15:27.201Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 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-11-16T06:15:27.218Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1587411-a43b-4ad0-bccc-16c102b33ee4 and serviceModelVersionId: 32d39d19-1b80-48b4-836d-e81ed39da2c8
2022-11-16T06:15:27.219Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87ce6809-e313-4589-85b5-c784f37b01c4
2022-11-16T06:15:37.174Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:15:37.175Z||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-11-16T06:15:37.176Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:15:44.626Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0
2022-11-16T06:15:44.751Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T06:15:45.342Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0|INFO|500||Invoke
2022-11-16T06:15:45.351Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d1587411-a43b-4ad0-bccc-16c102b33ee4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f535ba01-a7f9-404c-8da6-3954cef43fdb], X-ECOMP-RequestID=[d1587411-a43b-4ad0-bccc-16c102b33ee4], X-TransactionId=[], X-ONAP-RequestID=[d1587411-a43b-4ad0-bccc-16c102b33ee4], Content-Type=[application/merge-patch+json]}
2022-11-16T06:15:45.490Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-16T06:15:45.722Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?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/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221116-06:15:45:297-81837], vertex-id=[176136], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:15:45 GMT], Content-Type=[application/json]}
2022-11-16T06:15:45.725Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-16T06:15:45.725Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87ce6809-e313-4589-85b5-c784f37b01c4/model-vers/model-ver/32d39d19-1b80-48b4-836d-e81ed39da2c8?depth=0|INFO|500||InvokeReturn
2022-11-16T06:15:45.730Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T06:15:45.732Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T06:15:45.740Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-16T06:15:45.741Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1587411-a43b-4ad0-bccc-16c102b33ee4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T06:15:45.743Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T06:15:45.743Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:15:45.752Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:15:45.752Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||DEBUG|500||try to send status {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579345742,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T06:15:45.853Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T06:15:45.854Z||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-11-16T06:15:45.854Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:15:45.866Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:15:45.867Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:15:46.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:15:46.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:15:46.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1587411-a43b-4ad0-bccc-16c102b33ee4",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579345742,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T06:15:46.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T06:15:46.768Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:15:46.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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-11-16T06:15:46.769Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:15:57.077Z|d1587411-a43b-4ad0-bccc-16c102b33ee4|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:15:57.078Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:15:57.079Z||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-11-16T06:15:57.079Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:16:06.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:16:06.629Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:16:06.630Z||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-11-16T06:16:06.630Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:16:16.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:16:37.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:16:37.171Z||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-11-16T06:16:37.171Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:16:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:16:37.173Z||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-11-16T06:16:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:16:46.715Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:16:46.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:37.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:17:37.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:17:37.175Z||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-11-16T06:17:37.175Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:37.175Z||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-11-16T06:17:37.177Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:37.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:37.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.816Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579413778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.813Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:37.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ca6ead9-6762-42f2-bdd5-33677f0b1e82","serviceName":"vFW 2022-11-16 06-16-17","serviceVersion":"1.0","serviceUUID":"6584dcd4-92b6-4ef0-97e8-101feb839b3b","serviceDescription":"catalog service description","serviceInvariantUUID":"1ceee176-7b68-4a23-ba1b-637aaf41a026","resources":[{"resourceInstanceName":"vFW 103a0a83-cbed 0","resourceName":"vFW 103a0a83-cbed","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"adea0ec9-9298-4af7-9804-f1b13acf32dd","resourceInvariantUUID":"8aca3503-b87a-4529-bdd3-2d62dc2a6a4b","resourceCustomizationUUID":"03b77d36-56d9-4a57-b084-772b52b82bc8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml","artifactChecksum":"MmMwODc0MjUxYWFkZjczNzBlY2IzNjBjYTM2MmQxNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bfeb5e87-12ca-4042-a928-eb011bae1494","artifactVersion":"1"},{"artifactName":"vfw103a0a83cbed0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json","artifactChecksum":"ODMwMzg4OGRkMmNhOTUyYmM4M2UwNjVlOTJiYjMwYTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"224bfe1b-26f2-4a11-9548-a021b826cd01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5fd3c7c1-dfa2-43fb-b008-22e19c294f97","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml","artifactChecksum":"Mjk0MTAxMTI2NzFhNTk3NzBlODdiZTE1NmFlODkyZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dda9f100-a860-4ae7-b4d2-b59305c947d1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5694726f-afc0-4d61-a501-79a44f6535f3","artifactVersion":"2","generatedFromUUID":"5fd3c7c1-dfa2-43fb-b008-22e19c294f97"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221116061617-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml","artifactChecksum":"ODhiYzM1OGM0MDBkN2FkN2MwNjE0OTQzZGRhM2QwZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"451534dd-339c-4754-8195-9b9442250c46","artifactVersion":"1"},{"artifactName":"service-Vfw20221116061617-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar","artifactChecksum":"NjY4NGY2ZjdiOTljMjI0NGRjYWM2YjU0MjA1Yjk3ZDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93e82273-4f20-4b14-8985-7745a74104f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T06:17:37.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579413567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579413778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579413567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579424657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579413778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579413567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579424657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "NOTIFIED"
}
2022-11-16T06:17:37.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579413778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579413567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579424657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-16T06:17:37.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579413778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579413567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579424657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579413778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579413567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "cds",
"timestamp": 1668579427989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579424657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-16T06:17:37.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579413778,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579413567,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:17:37.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "cds",
"timestamp": 1668579427989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579424657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579430668,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:17:37.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:17:37.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "cds",
"timestamp": 1668579427989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579424657,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:17:37.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "aai-ml",
"timestamp": 1668579430952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "cds",
"timestamp": 1668579427989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579432397,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:17:37.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:17:37.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "aai-ml",
"timestamp": 1668579430952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "cds",
"timestamp": 1668579427989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579433464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:17:37.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:17:37.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "aai-ml",
"timestamp": 1668579430952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "cds",
"timestamp": 1668579427989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579434099,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:17:37.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:17:37.847Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:17:37.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579434516,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:17:37.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:17:37.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "aai-ml",
"timestamp": 1668579430952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.852Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.852Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "cds",
"timestamp": 1668579427989,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:17:37.853Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.851Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:37.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579435104,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-11-16T06:17:37.859Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:37.860Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T06:17:37.879Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ca6ead9-6762-42f2-bdd5-33677f0b1e82
2022-11-16T06:17:37.879Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 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-11-16T06:17:37.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579435538,
"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-11-16T06:17:37.895Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ca6ead9-6762-42f2-bdd5-33677f0b1e82
2022-11-16T06:17:37.895Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 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-11-16T06:17:37.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "aai-ml",
"timestamp": 1668579430952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "cds",
"timestamp": 1668579435792,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:17:37.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:17:37.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579436543,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-16T06:17:37.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:17:37.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "aai-ml",
"timestamp": 1668579430952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:37.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "cds",
"timestamp": 1668579436798,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-16T06:17:37.913Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ca6ead9-6762-42f2-bdd5-33677f0b1e82
2022-11-16T06:17:37.913Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 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-11-16T06:17:37.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "aai-ml",
"timestamp": 1668579430952,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:17:37.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-16T06:17:37.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "aai-ml",
"timestamp": 1668579438747,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:17:37.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:17:37.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "aai-ml",
"timestamp": 1668579449274,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:17:37.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:17:37.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-16T06:17:37.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "aai-ml",
"timestamp": 1668579450278,
"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-11-16T06:17:37.937Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ca6ead9-6762-42f2-bdd5-33677f0b1e82
2022-11-16T06:17:37.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 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-11-16T06:17:37.959Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T06:17:37.960Z||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-11-16T06:17:37.961Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:37.984Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:37.985Z||pool-19-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:17:38.861Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:17:38.861Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:38.865Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:38.865Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "NOTIFIED"
}
2022-11-16T06:17:38.965Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T06:17:38.966Z||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-11-16T06:17:38.967Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:38.977Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:38.978Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:17:39.866Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:17:39.867Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:39.869Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:39.870Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-16T06:17:39.970Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:17:39.971Z||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-11-16T06:17:39.971Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:39.984Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:39.985Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:17:40.870Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:17:40.871Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:40.875Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:40.876Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:40.975Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T06:17:40.977Z||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-11-16T06:17:40.977Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:40.992Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:40.993Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:17:41.877Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:17:41.878Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:41.881Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:41.881Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-16T06:17:41.981Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T06:17:41.982Z||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-11-16T06:17:41.983Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:41.996Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:41.997Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:17:42.883Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:17:42.884Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:42.892Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:42.893Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:17:42.995Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T06:17:42.996Z||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-11-16T06:17:42.996Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:43.012Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:43.012Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:17:43.894Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:17:43.895Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:43.898Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:43.898Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:17:43.998Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:17:44.003Z||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-11-16T06:17:44.003Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:44.019Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:44.024Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:17:44.905Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"serviceName": "vFW 2022-11-16 06-16-17",
"serviceVersion": "1.0",
"serviceUUID": "6584dcd4-92b6-4ef0-97e8-101feb839b3b",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "1ceee176-7b68-4a23-ba1b-637aaf41a026",
"resources": [
{
"resourceInstanceName": "vFW 103a0a83-cbed 0",
"resourceCustomizationUUID": "03b77d36-56d9-4a57-b084-772b52b82bc8",
"resourceName": "vFW 103a0a83-cbed",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "adea0ec9-9298-4af7-9804-f1b13acf32dd",
"resourceInvariantUUID": "8aca3503-b87a-4529-bdd3-2d62dc2a6a4b",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw103a0a83cbed0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"artifactChecksum": "ODMwMzg4OGRkMmNhOTUyYmM4M2UwNjVlOTJiYjMwYTU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "224bfe1b-26f2-4a11-9548-a021b826cd01",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "5fd3c7c1-dfa2-43fb-b008-22e19c294f97",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5694726f-afc0-4d61-a501-79a44f6535f3",
"generatedFromUUID": "5fd3c7c1-dfa2-43fb-b008-22e19c294f97"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5694726f-afc0-4d61-a501-79a44f6535f3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221116061617-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"artifactChecksum": "NjY4NGY2ZjdiOTljMjI0NGRjYWM2YjU0MjA1Yjk3ZDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "93e82273-4f20-4b14-8985-7745a74104f6"
}
],
"workloadContext": "Production"
}
2022-11-16T06:17:44.905Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T06:17:44.906Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6584dcd4-92b6-4ef0-97e8-101feb839b3b ASDC
2022-11-16T06:17:44.906Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:1ca6ead9-6762-42f2-bdd5-33677f0b1e82
ServiceName:vFW 2022-11-16 06-16-17
ServiceVersion:1.0
ServiceUUID:6584dcd4-92b6-4ef0-97e8-101feb839b3b
ServiceInvariantUUID:1ceee176-7b68-4a23-ba1b-637aaf41a026
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221116061617-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar
ArtifactUUID:93e82273-4f20-4b14-8985-7745a74104f6
ArtifactChecksum:NjY4NGY2ZjdiOTljMjI0NGRjYWM2YjU0MjA1Yjk3ZDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 103a0a83-cbed 0
ResourceCustomizationUUID:03b77d36-56d9-4a57-b084-772b52b82bc8
ResourceInvariantUUID:8aca3503-b87a-4529-bdd3-2d62dc2a6a4b
ResourceName:vFW 103a0a83-cbed
ResourceType:VF
ResourceUUID:adea0ec9-9298-4af7-9804-f1b13acf32dd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw103a0a83cbed0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json
ArtifactUUID:224bfe1b-26f2-4a11-9548-a021b826cd01
ArtifactChecksum:ODMwMzg4OGRkMmNhOTUyYmM4M2UwNjVlOTJiYjMwYTU=
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/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml
ArtifactUUID:5fd3c7c1-dfa2-43fb-b008-22e19c294f97
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/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env
ArtifactUUID:5694726f-afc0-4d61-a501-79a44f6535f3
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/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env
ArtifactUUID:5694726f-afc0-4d61-a501-79a44f6535f3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-16T06:17:44.907Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6584dcd4-92b6-4ef0-97e8-101feb839b3b 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-11-16T06:17:44.953Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T06:17:44.954Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-16T06:17:44.954Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-16T06:17:44.954Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 93e82273-4f20-4b14-8985-7745a74104f6 from URL: /sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:44.955Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-16T06:17:44.955Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:45.041Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-16T06:17:45.056Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar 93e82273-4f20-4b14-8985-7745a74104f6 100697
2022-11-16T06:17:45.056Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar ASDC sendASDCNotification
2022-11-16T06:17:45.056Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:45.056Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T06:17:45.057Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:45.061Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:45.061Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579465056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:17:45.161Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T06:17:45.162Z||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-11-16T06:17:45.162Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:45.172Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:45.172Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:17:46.062Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T06:17:46.063Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-16T06:17:46.063Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 93e82273-4f20-4b14-8985-7745a74104f6, URL: /sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar to file: /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:46.064Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221116061617-csar.csar
2022-11-16T06:17:46.065Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:46.065Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:46.515Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6164256010389657504/Definitions/service-Vfw20221116061617-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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-11-16T06:17:48.798Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||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-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.799Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||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-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 103a0a83-cbed 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||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-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||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-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.800Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.801Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:48.801Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-16T06:17:48.801Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.802Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:48.802Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:48.802Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-16T06:17:48.803Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T06:17:48.803Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.803Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:48.804Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:48.804Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-16T06:17:48.804Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T06:17:48.804Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.805Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:48.805Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.805Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria
2022-11-16T06:17:48.805Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T06:17:48.806Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T06:17:48.806Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-16T06:17:48.806Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:48.807Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.807Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-16T06:17:48.807Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.807Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-16T06:17:48.808Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-16T06:17:48.808Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.808Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:48.808Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-16T06:17:48.808Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:48.809Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-16T06:17:48.809Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.809Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-16T06:17:48.809Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.810Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T06:17:48.810Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.810Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:48.810Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:17:48.811Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.811Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:48.811Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:17:48.812Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.812Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:48.812Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:17:48.812Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.813Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria
2022-11-16T06:17:48.813Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T06:17:48.813Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T06:17:48.813Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-16T06:17:48.814Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-16T06:17:48.814Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-16T06:17:48.814Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.814Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:48.815Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-16T06:17:48.815Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:48.815Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-16T06:17:48.815Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.816Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=35434d17-0cab-4b14-a9cb-b592bd3e79b4
2022-11-16T06:17:48.816Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.816Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria
2022-11-16T06:17:48.816Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T06:17:48.817Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T06:17:48.817Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-16T06:17:48.817Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:48.817Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.818Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-16T06:17:48.818Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.818Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-16T06:17:48.818Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-16T06:17:48.819Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:48.819Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-16T06:17:48.819Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.819Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fde4a0e9-75cd-4fb1-bd29-c526a194b73f
2022-11-16T06:17:48.820Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.820Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria
2022-11-16T06:17:48.820Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T06:17:48.820Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T06:17:48.821Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-16T06:17:48.821Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:48.821Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.821Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-16T06:17:48.822Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.822Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-16T06:17:48.822Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-16T06:17:48.822Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-16T06:17:48.822Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:48.823Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-16T06:17:48.823Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=af495a53-27e4-431d-8e57-7bac7d0e5ab9
2022-11-16T06:17:48.823Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.823Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:48.824Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.824Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:48.824Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.824Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:48.825Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:48.825Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:48.825Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-16 06-16-17
Description:catalog service description
Model UUID:6584dcd4-92b6-4ef0-97e8-101feb839b3b
Model Version:NULL
Model InvariantUuid:1ceee176-7b68-4a23-ba1b-637aaf41a026
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 103a0a83-cbed
Model UUID:29c2e2c0-e911-4228-b2c6-01fb92814ab3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8aca3503-b87a-4529-bdd3-2d62dc2a6a4b
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:03b77d36-56d9-4a57-b084-772b52b82bc8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:2dc27b5a-8bd5-4f59-80e0-55c348875475
ModelName:Vfw103a0a83Cbed..base_vfw..module-0
ModelUuid:b9827645-5e8e-4d59-a3de-dbe14121ec2c
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:35434d17-0cab-4b14-a9cb-b592bd3e79b4
ModelInvariantUuid:299e23c1-e650-406a-858e-7b8281814a9a
ModelName:vFW 103a0a83-cbed-nodes.vfwCvfc
ModelUuid:c6f7a1cf-bd1b-48d9-b14b-31d760d024aa
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5f2b03ba-49e0-4ad6-9a17-0a1c7d0ce72e
ModelInvariantUuid:87707153-4294-4e2c-b6f4-fdbecbddbbfb
ModelName:Vfw103a0a83Cbed.compute.nodes.heat.vfw
ModelUuid:1def2cf6-af09-43ce-a69f-77d36bf84c45
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fde4a0e9-75cd-4fb1-bd29-c526a194b73f
ModelInvariantUuid:a1ccdf61-4943-4259-ab11-6e46a162c903
ModelName:vFW 103a0a83-cbed-nodes.vsnCvfc
ModelUuid:f46c2aa1-6d8c-4851-9671-cd508e994798
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:b9f4a91e-7feb-4c55-bd7f-69a4623f9bb7
ModelInvariantUuid:6b2f369c-987e-4c22-8386-d5933fa161ba
ModelName:Vfw103a0a83Cbed.compute.nodes.heat.vsn
ModelUuid:0872a271-6ec3-44f5-bc78-00588eaa14f4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:af495a53-27e4-431d-8e57-7bac7d0e5ab9
ModelInvariantUuid:5b51f9d8-2323-4782-b89c-dafed31ed918
ModelName:vFW 103a0a83-cbed-nodes.vpgCvfc
ModelUuid:4917655e-6f34-4c7b-9088-f7d41ffcc35e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:adb78570-aa9e-4a1c-8a8e-d1a210200b8c
ModelInvariantUuid:69ca2704-6d20-4dd7-ab63-bf5a9ee01e22
ModelName:Vfw103a0a83Cbed.compute.nodes.heat.vpg
ModelUuid:f504956f-3938-4351-b4ed-69d8df97e588
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-11-16T06:17:48.834Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: adea0ec9-9298-4af7-9804-f1b13acf32dd
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-11-16T06:17:48.839Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||vFW 103a0a83-cbed 0
2022-11-16T06:17:48.839Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: adea0ec9-9298-4af7-9804-f1b13acf32dd
2022-11-16T06:17:48.839Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 224bfe1b-26f2-4a11-9548-a021b826cd01 from URL: /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json
2022-11-16T06:17:48.839Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-16T06:17:48.839Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json
2022-11-16T06:17:48.895Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-16T06:17:48.896Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json 224bfe1b-26f2-4a11-9548-a021b826cd01 785
2022-11-16T06:17:48.896Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json ASDC sendASDCNotification
2022-11-16T06:17:48.896Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json
2022-11-16T06:17:48.896Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T06:17:48.897Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:48.899Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:48.899Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579468896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:17:49.000Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:17:49.000Z||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-11-16T06:17:49.001Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:49.016Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:49.016Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:17:49.900Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw103a0a83Cbed..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2dc27b5a-8bd5-4f59-80e0-55c348875475",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b9827645-5e8e-4d59-a3de-dbe14121ec2c",
"vfModuleModelCustomizationUUID": "aef60349-23f0-4621-b62e-ce47636599d4",
"isBase": true,
"artifacts": [
"5fd3c7c1-dfa2-43fb-b008-22e19c294f97",
"5694726f-afc0-4d61-a501-79a44f6535f3"
],
"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-11-16T06:17:49.909Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw103a0a83Cbed..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9827645-5e8e-4d59-a3de-dbe14121ec2c
VfModuleModelInvariantUUID:2dc27b5a-8bd5-4f59-80e0-55c348875475
VfModuleModelDescription:NULL
Artifacts UUID List:{
5fd3c7c1-dfa2-43fb-b008-22e19c294f97
,
5694726f-afc0-4d61-a501-79a44f6535f3
}
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-11-16T06:17:49.911Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw103a0a83Cbed..base_vfw..module-0",
"vfModuleModelInvariantUUID": "2dc27b5a-8bd5-4f59-80e0-55c348875475",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "b9827645-5e8e-4d59-a3de-dbe14121ec2c",
"vfModuleModelCustomizationUUID": "aef60349-23f0-4621-b62e-ce47636599d4",
"isBase": true,
"artifacts": [
"5fd3c7c1-dfa2-43fb-b008-22e19c294f97",
"5694726f-afc0-4d61-a501-79a44f6535f3"
],
"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-11-16T06:17:49.911Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw103a0a83Cbed..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9827645-5e8e-4d59-a3de-dbe14121ec2c
VfModuleModelInvariantUUID:2dc27b5a-8bd5-4f59-80e0-55c348875475
VfModuleModelDescription:NULL
Artifacts UUID List:{
5fd3c7c1-dfa2-43fb-b008-22e19c294f97
,
5694726f-afc0-4d61-a501-79a44f6535f3
}
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-11-16T06:17:49.912Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5fd3c7c1-dfa2-43fb-b008-22e19c294f97 from URL: /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml
2022-11-16T06:17:49.912Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-16T06:17:49.912Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml
2022-11-16T06:17:49.971Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-16T06:17:49.972Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml 5fd3c7c1-dfa2-43fb-b008-22e19c294f97 20368
2022-11-16T06:17:49.973Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-16T06:17:49.973Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml
2022-11-16T06:17:49.973Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T06:17:49.973Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:49.975Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:49.975Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579469973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:17:50.076Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:17:50.077Z||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-11-16T06:17:50.077Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:50.087Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:50.088Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:17:50.978Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5694726f-afc0-4d61-a501-79a44f6535f3 from URL: /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env
2022-11-16T06:17:50.978Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-16T06:17:50.979Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env
2022-11-16T06:17:51.039Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-16T06:17:51.039Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env 5694726f-afc0-4d61-a501-79a44f6535f3 2098
2022-11-16T06:17:51.040Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-16T06:17:51.046Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env
2022-11-16T06:17:51.047Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T06:17:51.047Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:51.059Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:51.060Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579471040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:17:51.150Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-11-16T06:17:51.151Z||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-11-16T06:17:51.151Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:51.163Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:51.164Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:17:52.061Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6584dcd4-92b6-4ef0-97e8-101feb839b3b
2022-11-16T06:17:52.061Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 103a0a83-cbed 0 adea0ec9-9298-4af7-9804-f1b13acf32dd 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-11-16T06:17:52.097Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@440fa800, org.onap.sdc.toscaparser.api.parameters.Input@21765ca6, org.onap.sdc.toscaparser.api.parameters.Input@b273433, org.onap.sdc.toscaparser.api.parameters.Input@7867e108, org.onap.sdc.toscaparser.api.parameters.Input@411109ac]
2022-11-16T06:17:52.099Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.100Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:52.100Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-11-16T06:17:52.100Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 03b77d36-56d9-4a57-b084-772b52b82bc8
2022-11-16T06:17:52.101Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 03b77d36-56d9-4a57-b084-772b52b82bc8 matches Tosca VF Customization UUID: 03b77d36-56d9-4a57-b084-772b52b82bc8
2022-11-16T06:17:52.101Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 03b77d36-56d9-4a57-b084-772b52b82bc8 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-11-16T06:17:52.105Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.105Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:52.106Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 03b77d36-56d9-4a57-b084-772b52b82bc8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-16T06:17:52.107Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@270d1c24
2022-11-16T06:17:52.107Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.107Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-16T06:17:52.108Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aef60349-23f0-4621-b62e-ce47636599d4
2022-11-16T06:17:52.108Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aef60349-23f0-4621-b62e-ce47636599d4
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-11-16T06:17:52.111Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.112Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:52.112Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:17:52.112Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.113Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:52.113Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:17:52.113Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.114Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria
2022-11-16T06:17:52.114Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T06:17:52.115Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T06:17:52.115Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-16T06:17:52.115Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-16T06:17:52.115Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-16T06:17:52.116Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-16T06:17:52.116Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:52.117Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-16T06:17:52.117Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:52.117Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-16T06:17:52.118Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T06:17:52.118Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=35434d17-0cab-4b14-a9cb-b592bd3e79b4
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-11-16T06:17:52.120Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.121Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:52.122Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:17:52.122Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.123Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria
2022-11-16T06:17:52.123Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T06:17:52.123Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T06:17:52.124Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-16T06:17:52.124Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:52.124Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-16T06:17:52.125Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-16T06:17:52.125Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T06:17:52.125Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-16T06:17:52.125Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-16T06:17:52.126Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:52.126Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-16T06:17:52.126Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T06:17:52.126Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fde4a0e9-75cd-4fb1-bd29-c526a194b73f
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-11-16T06:17:52.129Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.129Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:52.129Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:17:52.134Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.134Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is not matching search criteria
2022-11-16T06:17:52.134Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-16T06:17:52.135Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-16T06:17:52.135Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-16T06:17:52.135Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:52.136Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-16T06:17:52.136Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-16T06:17:52.136Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-16T06:17:52.137Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-16T06:17:52.137Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-16T06:17:52.137Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-16T06:17:52.138Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-16T06:17:52.138Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-16T06:17:52.139Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=af495a53-27e4-431d-8e57-7bac7d0e5ab9
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-11-16T06:17:52.141Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.142Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:52.142Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-16T06:17:52.142Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.143Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Node template vFW 103a0a83-cbed 0 is matching search criteria
2022-11-16T06:17:52.143Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 103a0a83-cbed 0] matching following query criteria: sdcType=VF, customizationUUID=03b77d36-56d9-4a57-b084-772b52b82bc8
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-11-16T06:17:52.145Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.145Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:52.146Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6584dcd4-92b6-4ef0-97e8-101feb839b3b: vFW 103a0a83-cbed
2022-11-16T06:17:52.146Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.146Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:52.147Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.147Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:52.148Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.148Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:52.148Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.149Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:52.149Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:17:52.149Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-16 06-16-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:17:52.151Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-16 06-16-17
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T06:17:52.348Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 103a0a83-cbed adea0ec9-9298-4af7-9804-f1b13acf32dd 1 ASDC deployResourceStructure
2022-11-16T06:17:52.349Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json ASDC sendASDCNotification
2022-11-16T06:17:52.349Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json
2022-11-16T06:17:52.349Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T06:17:52.349Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:52.351Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:52.352Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579472349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-16T06:17:52.452Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:17:52.453Z||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-11-16T06:17:52.454Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:52.465Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:52.465Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:17:53.352Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-16T06:17:53.353Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml
2022-11-16T06:17:53.353Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T06:17:53.353Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:53.356Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:53.356Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579473352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-16T06:17:53.456Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:17:53.457Z||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-11-16T06:17:53.457Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:53.468Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:53.468Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:17:54.357Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-16T06:17:54.357Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env
2022-11-16T06:17:54.358Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T06:17:54.358Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:54.360Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:54.360Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579474356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-16T06:17:54.460Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T06:17:54.462Z||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-11-16T06:17:54.462Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:54.471Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:54.472Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:17:55.361Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar ASDC sendASDCNotification
2022-11-16T06:17:55.362Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar
2022-11-16T06:17:55.362Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T06:17:55.363Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:17:55.365Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:17:55.366Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579475361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:17:55.471Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-11-16T06:17:55.473Z||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-11-16T06:17:55.473Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:17:55.501Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:17:55.501Z||pool-33-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:17:56.371Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ca6ead9-6762-42f2-bdd5-33677f0b1e82
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-11-16T06:17:56.384Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ca6ead9-6762-42f2-bdd5-33677f0b1e82
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-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:17:56.388Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:17:56.389Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:17:56.389Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||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-11-16T06:17:56.394Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T06:18:26.394Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 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-11-16T06:18:26.403Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 and serviceModelVersionId: 6584dcd4-92b6-4ef0-97e8-101feb839b3b
2022-11-16T06:18:26.403Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ceee176-7b68-4a23-ba1b-637aaf41a026
2022-11-16T06:18:26.405Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0
2022-11-16T06:18:26.412Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T06:18:26.483Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0|INFO|500||Invoke
2022-11-16T06:18:26.484Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ca6ead9-6762-42f2-bdd5-33677f0b1e82], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7319eed2-8421-4446-89ce-2b9c12375ad7], X-ECOMP-RequestID=[1ca6ead9-6762-42f2-bdd5-33677f0b1e82], X-TransactionId=[], X-ONAP-RequestID=[1ca6ead9-6762-42f2-bdd5-33677f0b1e82], Content-Type=[application/merge-patch+json]}
2022-11-16T06:18:26.528Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-16T06:18:26.701Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?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/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221116-06:18:26:339-31689], vertex-id=[192560], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:18:26 GMT], Content-Type=[application/json]}
2022-11-16T06:18:26.702Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-16T06:18:26.702Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ceee176-7b68-4a23-ba1b-637aaf41a026/model-vers/model-ver/6584dcd4-92b6-4ef0-97e8-101feb839b3b?depth=0|INFO|500||InvokeReturn
2022-11-16T06:18:26.703Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T06:18:26.703Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||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-11-16T06:18:26.720Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||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-11-16T06:18:26.720Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ca6ead9-6762-42f2-bdd5-33677f0b1e82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T06:18:26.721Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T06:18:26.721Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:18:26.723Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:18:26.723Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579506720,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T06:18:26.823Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:18:26.825Z||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-11-16T06:18:26.825Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:18:26.845Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:18:26.845Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 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-11-16T06:18:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:18:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:18:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:18:37.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:18:37.173Z||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-11-16T06:18:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:18:37.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:18:37.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-16T06:18:37.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:18:37.308Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-11-16T06:18:46.777Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:19:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:19:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:19:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:19:37.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:19:37.173Z||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-11-16T06:19:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:19:37.696Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:19:37.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "NOTIFIED"
}
2022-11-16T06:19:37.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:19:37.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579457170,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:19:37.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579465056,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579468896,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579469973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579471040,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579472349,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/vfw103a0a83cbed0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579473352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579474356,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/resourceInstances/vfw103a0a83cbed0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579475361,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221116061617/1.0/artifacts/service-Vfw20221116061617-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca6ead9-6762-42f2-bdd5-33677f0b1e82",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579506720,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T06:19:37.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:19:46.725Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:20:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:20:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:20:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:20:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:20:37.173Z||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-11-16T06:20:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:20:46.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:20:46.729Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:21:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:21:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:21:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:21:37.172Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:21:37.173Z||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-11-16T06:21:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:21:46.715Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:21:46.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:22:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:22:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:22:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:22:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:22:37.173Z||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-11-16T06:22:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:22:46.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:22:46.772Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:23:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:23:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:23:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:23:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:23:37.173Z||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-11-16T06:23:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:23:46.754Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:23:46.755Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:24:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:24:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:24:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:24:37.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:24:37.173Z||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-11-16T06:24:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:24:46.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:24:46.733Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:25:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:25:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:25:37.172Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:25:37.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:25:37.173Z||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-11-16T06:25:37.173Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:25:46.748Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:25:46.769Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:26:37.170Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:26:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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-11-16T06:26:37.171Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:26:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:26:37.173Z||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-11-16T06:26:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:26:37.813Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:26:37.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579984660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:26:37.815Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:26:37.816Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:26:37.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579983568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:26:37.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:26:37.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "cds",
"timestamp": 1668579982988,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:26:37.817Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668579984660,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:26:37.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579983568,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:26:37.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "cds",
"timestamp": 1668579982988,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:26:37.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579990633,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:26:37.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "cds",
"timestamp": 1668579990550,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:26:37.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "cds",
"timestamp": 1668579991556,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
2022-11-16T06:26:37.820Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"88d9c84f-fe66-4d89-8943-602e35d6e4f0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"50e1e167-22d6-43f4-9458-6ff598a55687","serviceDescription":"service","serviceInvariantUUID":"5dafc732-67a8-4331-8f77-04c55dde9908","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"37f339d8-02de-48b6-aed0-a5ad9e0e58fe","resourceInvariantUUID":"35b89a0a-9860-4315-8508-389c9e98bfee","resourceCustomizationUUID":"4f0abbd9-61a7-4c62-bc37-9ae9f4f0bc04","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MzNmM2Q3Y2NhNTU4ZmE2NjQwYTcwNzYzMDhlYmMxNDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8b2cefca-0c80-4697-84cb-dceec66e8b98","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODI4YzMwMjM1NjAyZWU4ZjQ1YzIzMzNhNDA3OGQxNmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71af5ff8-9021-432f-b785-fc18a8918eae","artifactVersion":"1"}],"workloadContext":"Production"}
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-11-16T06:26:37.827Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:26:37.827Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:26:37.832Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:26:37.832Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579997170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-16T06:26:37.842Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88d9c84f-fe66-4d89-8943-602e35d6e4f0
2022-11-16T06:26:37.843Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d9c84f-fe66-4d89-8943-602e35d6e4f0 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-11-16T06:26:37.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.852Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579992393,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:26:37.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:26:37.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.853Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668579993402,
"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-11-16T06:26:37.858Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88d9c84f-fe66-4d89-8943-602e35d6e4f0
2022-11-16T06:26:37.858Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d9c84f-fe66-4d89-8943-602e35d6e4f0 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-11-16T06:26:37.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579993778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:26:37.866Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:26:37.866Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:26:37.866Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "ves-openapi-manager",
"timestamp": 1668579993778,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:26:37.867Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:26:37.931Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-16T06:26:37.932Z||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-11-16T06:26:37.933Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:26:37.945Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:26:37.945Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:26:38.833Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:26:38.834Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:26:38.836Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:26:38.836Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579997170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:26:38.938Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T06:26:38.940Z||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-11-16T06:26:38.941Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:26:38.964Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:26:38.964Z||pool-36-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:26:39.837Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "50e1e167-22d6-43f4-9458-6ff598a55687",
"serviceDescription": "service",
"serviceInvariantUUID": "5dafc732-67a8-4331-8f77-04c55dde9908",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "4f0abbd9-61a7-4c62-bc37-9ae9f4f0bc04",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "37f339d8-02de-48b6-aed0-a5ad9e0e58fe",
"resourceInvariantUUID": "35b89a0a-9860-4315-8508-389c9e98bfee",
"category": "Generic",
"subcategory": "Network Elements",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicNetwork-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"artifactChecksum": "ODI4YzMwMjM1NjAyZWU4ZjQ1YzIzMzNhNDA3OGQxNmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "71af5ff8-9021-432f-b785-fc18a8918eae"
}
],
"workloadContext": "Production"
}
2022-11-16T06:26:39.838Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T06:26:39.838Z|1ca6ead9-6762-42f2-bdd5-33677f0b1e82|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 50e1e167-22d6-43f4-9458-6ff598a55687 ASDC
2022-11-16T06:26:39.839Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:88d9c84f-fe66-4d89-8943-602e35d6e4f0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:50e1e167-22d6-43f4-9458-6ff598a55687
ServiceInvariantUUID:5dafc732-67a8-4331-8f77-04c55dde9908
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:71af5ff8-9021-432f-b785-fc18a8918eae
ArtifactChecksum:ODI4YzMwMjM1NjAyZWU4ZjQ1YzIzMzNhNDA3OGQxNmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4f0abbd9-61a7-4c62-bc37-9ae9f4f0bc04
ResourceInvariantUUID:35b89a0a-9860-4315-8508-389c9e98bfee
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:37f339d8-02de-48b6-aed0-a5ad9e0e58fe
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-16T06:26:39.839Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50e1e167-22d6-43f4-9458-6ff598a55687 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-11-16T06:26:39.881Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T06:26:39.882Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-16T06:26:39.882Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-16T06:26:39.882Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 71af5ff8-9021-432f-b785-fc18a8918eae from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-16T06:26:39.882Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-16T06:26:39.883Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-16T06:26:39.966Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-16T06:26:39.970Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 71af5ff8-9021-432f-b785-fc18a8918eae 57656
2022-11-16T06:26:39.971Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-16T06:26:39.971Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-16T06:26:39.971Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T06:26:39.971Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:26:39.974Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:26:39.974Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579999970,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:26:40.074Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:26:40.075Z||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-11-16T06:26:40.075Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:26:40.087Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:26:40.088Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:26:40.975Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T06:26:40.985Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-16T06:26:40.986Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 71af5ff8-9021-432f-b785-fc18a8918eae, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:40.986Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-16T06:26:40.987Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:40.987Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.131Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13729536276330650111/Definitions/service-BasicNetwork-template.yml
2022-11-16T06:26:41.773Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.774Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-16T06:26:41.775Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.776Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.776Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-16T06:26:41.776Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-16T06:26:41.776Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T06:26:41.776Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.777Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.778Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.778Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.778Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.778Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.779Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.779Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.779Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.779Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:50e1e167-22d6-43f4-9458-6ff598a55687
Model Version:NULL
Model InvariantUuid:5dafc732-67a8-4331-8f77-04c55dde9908
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:35b89a0a-9860-4315-8508-389c9e98bfee
Model UUID:8c7aebe9-add9-445c-8bbf-3fda02e5cc5e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:4f0abbd9-61a7-4c62-bc37-9ae9f4f0bc04
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-16T06:26:41.786Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 37f339d8-02de-48b6-aed0-a5ad9e0e58fe
2022-11-16T06:26:41.786Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||No resources found for Service: 50e1e167-22d6-43f4-9458-6ff598a55687
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-11-16T06:26:41.793Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||
2022-11-16T06:26:41.793Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-16T06:26:41.794Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 50e1e167-22d6-43f4-9458-6ff598a55687
2022-11-16T06:26:41.794Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 50e1e167-22d6-43f4-9458-6ff598a55687
2022-11-16T06:26:41.794Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-16T06:26:41.794Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-16T06:26:41.799Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3051dbcc, org.onap.sdc.toscaparser.api.parameters.Input@64b194fe, org.onap.sdc.toscaparser.api.parameters.Input@12e8677d, org.onap.sdc.toscaparser.api.parameters.Input@3f04f64f, org.onap.sdc.toscaparser.api.parameters.Input@1b5c5d8]
2022-11-16T06:26:41.800Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.801Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.801Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.801Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.801Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 50e1e167-22d6-43f4-9458-6ff598a55687: Generic NeutronNet
2022-11-16T06:26:41.802Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.802Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.802Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.802Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-16T06:26:41.837Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.837Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.838Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.838Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.838Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:26:41.838Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:26:41.838Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-16T06:26:41.897Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-16T06:26:41.897Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-16T06:26:41.898Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-16T06:26:41.898Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-16T06:26:41.898Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:26:41.901Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:26:41.901Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580001897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:26:42.001Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:26:42.003Z||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-11-16T06:26:42.003Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:26:42.012Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:26:42.012Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:26:42.902Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0
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-11-16T06:26:42.924Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0
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-11-16T06:26:42.926Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:26:42.926Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T06:26:42.927Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T06:27:12.927Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0
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-11-16T06:27:12.945Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0
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-11-16T06:27:12.952Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:27:12.952Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T06:27:12.952Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T06:27:37.175Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:27:37.177Z||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-11-16T06:27:37.177Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:27:37.332Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:27:37.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:27:37.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579997170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:27:37.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:27:42.953Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0
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-11-16T06:27:42.975Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0
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-11-16T06:27:42.980Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:27:42.980Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T06:27:42.981Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T06:28:12.982Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0
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-11-16T06:28:12.997Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0
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-11-16T06:28:13.008Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:28:13.008Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-16T06:28:13.009Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-16T06:28:37.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:28:37.174Z||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-11-16T06:28:37.174Z||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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:28:37.197Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:28:37.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579997170,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.224Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.224Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.224Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668579999970,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.225Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "aai-ml",
"timestamp": 1668580000952,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580001897,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:28:37.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "aai-ml",
"timestamp": 1668580000952,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "aai-ml",
"timestamp": 1668580003689,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "cds",
"timestamp": 1668579997987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "cds",
"timestamp": 1668579997987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580004657,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "cds",
"timestamp": 1668579997987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580004657,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "cds",
"timestamp": 1668579997987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580004657,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "aai-ml",
"timestamp": 1668580007811,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:28:37.231Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "cds",
"timestamp": 1668579997987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580004657,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "aai-ml",
"timestamp": 1668580008815,
"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-11-16T06:28:37.240Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88d9c84f-fe66-4d89-8943-602e35d6e4f0
2022-11-16T06:28:37.241Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88d9c84f-fe66-4d89-8943-602e35d6e4f0 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-11-16T06:28:37.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "cds",
"timestamp": 1668579997987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580004657,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "cds",
"timestamp": 1668579997987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580004657,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "cds",
"timestamp": 1668579997987,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580004657,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.259Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "cds",
"timestamp": 1668580012252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.260Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580004657,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.261Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.261Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.261Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "cds",
"timestamp": 1668580013258,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-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-11-16T06:28:37.287Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92cbc704-ffe8-4219-9c18-e0e7e7a5768b
2022-11-16T06:28:37.287Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 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-11-16T06:28:37.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580013567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580013778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580013567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.298Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580013778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580013567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.299Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580013778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580013567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580013778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.302Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580013567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.302Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.302Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580013778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.303Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.303Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.303Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580013567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.304Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580013778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.304Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.304Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580013567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.305Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580013778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.306Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.306Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580013567,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.306Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.307Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.307Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580013778,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.307Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.308Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580022384,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.308Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.308Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580022632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.309Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.309Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.309Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580023898,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "DEPLOY_OK"
}
2022-11-16T06:28:37.310Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.310Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.310Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580024295,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:28:37.311Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.311Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580024904,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": ""
}
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-11-16T06:28:37.322Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 92cbc704-ffe8-4219-9c18-e0e7e7a5768b
2022-11-16T06:28:37.322Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92cbc704-ffe8-4219-9c18-e0e7e7a5768b and ComponentName
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-11-16T06:28:37.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580025299,
"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-11-16T06:28:37.348Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92cbc704-ffe8-4219-9c18-e0e7e7a5768b
2022-11-16T06:28:37.348Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 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-11-16T06:28:37.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "cds",
"timestamp": 1668580027987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580024657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "cds",
"timestamp": 1668580027987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580024657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "cds",
"timestamp": 1668580027987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.369Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.369Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580024657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.370Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.370Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.370Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "cds",
"timestamp": 1668580027987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580024657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "cds",
"timestamp": 1668580027987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580024657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "cds",
"timestamp": 1668580027987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580024657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "cds",
"timestamp": 1668580027987,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580024657,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.377Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580035900,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "cds",
"timestamp": 1668580035915,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "cds",
"timestamp": 1668580036921,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-11-16T06:28:37.393Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa9ebfcb-8870-424b-817b-988efc81db55
2022-11-16T06:28:37.394Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9ebfcb-8870-424b-817b-988efc81db55 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-11-16T06:28:37.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580036964,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.404Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.405Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580038037,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.406Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580039081,
"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-11-16T06:28:37.417Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa9ebfcb-8870-424b-817b-988efc81db55
2022-11-16T06:28:37.418Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9ebfcb-8870-424b-817b-988efc81db55 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-11-16T06:28:37.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580039725,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.432Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580040085,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-16T06:28:37.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580042987,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580043567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580042987,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580044975,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:28:37.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580043567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580044657,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580042987,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "aai-ml",
"timestamp": 1668580045979,
"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-11-16T06:28:37.451Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92cbc704-ffe8-4219-9c18-e0e7e7a5768b
2022-11-16T06:28:37.451Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92cbc704-ffe8-4219-9c18-e0e7e7a5768b 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-11-16T06:28:37.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580043567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.461Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.461Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.461Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580044657,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.468Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580042987,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.469Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.469Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580043567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.470Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.470Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.470Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580044657,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580042987,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.471Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580043567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580044657,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580042987,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580043567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.474Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "ves-openapi-manager",
"timestamp": 1668580033778,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580044657,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580042987,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580043567,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580044657,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580042987,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580051302,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580044657,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580042987,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580044657,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580052796,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "aai-ml",
"timestamp": 1668580030952,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580044657,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:28:37.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580053659,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-16T06:28:37.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "cds",
"timestamp": 1668580053801,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-11-16T06:28:37.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29b1f559-bfb2-4252-95ac-34aa372dda76
2022-11-16T06:28:37.523Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b1f559-bfb2-4252-95ac-34aa372dda76 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-11-16T06:28:37.540Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.541Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "aai-ml",
"timestamp": 1668580054082,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.541Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580054387,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9ebfcb-8870-424b-817b-988efc81db55",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580054662,
"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-11-16T06:28:37.549Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa9ebfcb-8870-424b-817b-988efc81db55
2022-11-16T06:28:37.549Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9ebfcb-8870-424b-817b-988efc81db55 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-11-16T06:28:37.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580055453,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.576Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580043567,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:37.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "multicloud-k8s-id",
"timestamp": 1668580056517,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:28:37.577Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-16T06:28:37.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-16T06:28:37.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "29b1f559-bfb2-4252-95ac-34aa372dda76",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1668580043567,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:28:37.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-16T06:28:43.010Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0
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-11-16T06:28:43.023Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0
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-11-16T06:28:43.030Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-16T06:28:43.032Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-16T06:28:43.032Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-16T06:28:43.032Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-16T06:28:43.033Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:28:43.033Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:28:43.033Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:28:43.034Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-16T06:28:43.034Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||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-11-16T06:28:43.057Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-16T06:29:13.058Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 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-11-16T06:29:13.065Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88d9c84f-fe66-4d89-8943-602e35d6e4f0 and serviceModelVersionId: 50e1e167-22d6-43f4-9458-6ff598a55687
2022-11-16T06:29:13.066Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5dafc732-67a8-4331-8f77-04c55dde9908
2022-11-16T06:29:13.068Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0
2022-11-16T06:29:13.077Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-16T06:29:13.168Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0|INFO|500||Invoke
2022-11-16T06:29:13.169Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[88d9c84f-fe66-4d89-8943-602e35d6e4f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f9e8723-a9c2-4ba5-a258-baf8f8367e61], X-ECOMP-RequestID=[88d9c84f-fe66-4d89-8943-602e35d6e4f0], X-TransactionId=[], X-ONAP-RequestID=[88d9c84f-fe66-4d89-8943-602e35d6e4f0], Content-Type=[application/merge-patch+json]}
2022-11-16T06:29:13.198Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-16T06:29:13.307Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?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/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221116-06:29:12:925-43501], vertex-id=[204976], Content-Length=[0], Date=[Wed, 16 Nov 2022 06:29:12 GMT], Content-Type=[application/json]}
2022-11-16T06:29:13.308Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-16T06:29:13.309Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5dafc732-67a8-4331-8f77-04c55dde9908/model-vers/model-ver/50e1e167-22d6-43f4-9458-6ff598a55687?depth=0|INFO|500||InvokeReturn
2022-11-16T06:29:13.309Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-16T06:29:13.309Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||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-11-16T06:29:13.315Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||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-11-16T06:29:13.316Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88d9c84f-fe66-4d89-8943-602e35d6e4f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-16T06:29:13.316Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-16T06:29:13.316Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:29:13.323Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:29:13.323Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "88d9c84f-fe66-4d89-8943-602e35d6e4f0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580153316,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-16T06:29:13.421Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-16T06:29:13.422Z||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-11-16T06:29:13.422Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:13.464Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:13.465Z||pool-39-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-16T06:29:14.338Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-16T06:29:14.338Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|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-11-16T06:29:14.338Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|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 eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:18.851Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:18.856Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-16T06:29:18.856Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"92cbc704-ffe8-4219-9c18-e0e7e7a5768b","serviceName":"Demo_pNF_fRZDBpaHlccKoOeGxAP2","serviceVersion":"1.0","serviceUUID":"96fa0415-9dc9-4487-af3d-16bcc33a13f6","serviceDescription":"catalog service description","serviceInvariantUUID":"40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb","resources":[{"resourceInstanceName":"pNF c6d623c0-3dd4 0","resourceName":"pNF c6d623c0-3dd4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c","resourceInvariantUUID":"c890aa90-c727-4c7c-a196-d8cac0c39c28","resourceCustomizationUUID":"0de69387-b866-43c1-a54d-105cff46e66a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml","artifactChecksum":"YzJkNzQ4MTUwYjc3NzgwYzlkMjE3MTJkYWQ3MjMwMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c44fc4dd-fe9d-4fb9-9d0f-1e020f5ba635","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar","artifactChecksum":"NmVhZTkzMmM1OTY3YzUzMjMwY2YxN2ZmMzdjZDliNjI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"81621174-4d13-42ec-b345-18f7edac1fda","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d36582a-653c-4a51-922d-f77fa23f5caa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml","artifactChecksum":"MTcwZjZiYTc0MTkzYmY5YzI5MGJmZDY3ODhlZWYxYjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4761c47a-5a57-408e-ba8f-f446365211cc","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41fdd10f-25ff-49a1-a4f9-2c78e66e9166","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c80e83a-ae12-4447-bf98-53005e0ea262","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFrzdbpahlcckooegxap2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml","artifactChecksum":"ODI1NjljOTlkYzBhMGMyNWZmNjEwMDhjMTNhMDhkMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3f12849-8c63-4c40-97b5-b91d10e1b797","artifactVersion":"1"},{"artifactName":"service-DemoPnfFrzdbpahlcckooegxap2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar","artifactChecksum":"N2I3Y2VkZDEwNTg0Y2NmYzg5MGI3NzY0YTk4MWEwZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6e2d778-07de-4d34-9b38-105fc5aad708","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-16T06:29:18.859Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:29:18.860Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:29:18.862Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:29:18.863Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580154337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:29:18.967Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-16T06:29:18.969Z||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-11-16T06:29:18.969Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:18.982Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:18.983Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:29:19.868Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:29:19.868Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:29:19.871Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:29:19.871Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580154337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:29:19.973Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-16T06:29:19.976Z||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-11-16T06:29:19.976Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:20.003Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:20.005Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:29:20.872Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:29:20.874Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:29:20.876Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:29:20.877Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580154337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:29:20.978Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-16T06:29:20.979Z||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-11-16T06:29:20.979Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:20.992Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:20.993Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:29:21.878Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:29:21.879Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:29:21.883Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:29:21.883Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580154337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:29:21.984Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:29:21.985Z||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-11-16T06:29:21.986Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:22.005Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:22.006Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:29:22.890Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:29:22.891Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:29:22.902Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:29:22.903Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580154337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:29:23.001Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-16T06:29:23.002Z||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-11-16T06:29:23.002Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:23.055Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:23.056Z||pool-44-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:29:23.903Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:29:23.904Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:29:23.907Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:29:23.908Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580154337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/resourceInstances/pnfc6d623c03dd40/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:29:24.011Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-11-16T06:29:24.012Z||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-11-16T06:29:24.012Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:24.038Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:24.039Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-16T06:29:24.908Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:29:24.910Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:29:24.912Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:29:24.912Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580154337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-16T06:29:25.012Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:29:25.013Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T06:29:25.013Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:25.031Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:25.032Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:29:25.912Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-16T06:29:25.914Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:29:25.916Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:29:25.916Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580154337,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "NOTIFIED"
}
2022-11-16T06:29:26.017Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-16T06:29:26.018Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T06:29:26.018Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:26.031Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:26.031Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:29:26.918Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"serviceName": "Demo_pNF_fRZDBpaHlccKoOeGxAP2",
"serviceVersion": "1.0",
"serviceUUID": "96fa0415-9dc9-4487-af3d-16bcc33a13f6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb",
"resources": [
{
"resourceInstanceName": "pNF c6d623c0-3dd4 0",
"resourceCustomizationUUID": "0de69387-b866-43c1-a54d-105cff46e66a",
"resourceName": "pNF c6d623c0-3dd4",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c",
"resourceInvariantUUID": "c890aa90-c727-4c7c-a196-d8cac0c39c28",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"artifactChecksum": "N2I3Y2VkZDEwNTg0Y2NmYzg5MGI3NzY0YTk4MWEwZDY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b6e2d778-07de-4d34-9b38-105fc5aad708"
}
],
"workloadContext": "Production"
}
2022-11-16T06:29:26.919Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-16T06:29:26.919Z|88d9c84f-fe66-4d89-8943-602e35d6e4f0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96fa0415-9dc9-4487-af3d-16bcc33a13f6 ASDC
2022-11-16T06:29:26.920Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:92cbc704-ffe8-4219-9c18-e0e7e7a5768b
ServiceName:Demo_pNF_fRZDBpaHlccKoOeGxAP2
ServiceVersion:1.0
ServiceUUID:96fa0415-9dc9-4487-af3d-16bcc33a13f6
ServiceInvariantUUID:40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
ArtifactUUID:b6e2d778-07de-4d34-9b38-105fc5aad708
ArtifactChecksum:N2I3Y2VkZDEwNTg0Y2NmYzg5MGI3NzY0YTk4MWEwZDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c6d623c0-3dd4 0
ResourceCustomizationUUID:0de69387-b866-43c1-a54d-105cff46e66a
ResourceInvariantUUID:c890aa90-c727-4c7c-a196-d8cac0c39c28
ResourceName:pNF c6d623c0-3dd4
ResourceType:PNF
ResourceUUID:5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-16T06:29:26.921Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96fa0415-9dc9-4487-af3d-16bcc33a13f6 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-11-16T06:29:26.948Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T06:29:26.949Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-16T06:29:26.949Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-16T06:29:26.949Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b6e2d778-07de-4d34-9b38-105fc5aad708 from URL: /sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:26.950Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-16T06:29:26.950Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:27.051Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-16T06:29:27.056Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar b6e2d778-07de-4d34-9b38-105fc5aad708 87773
2022-11-16T06:29:27.056Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar ASDC sendASDCNotification
2022-11-16T06:29:27.056Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:27.057Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-16T06:29:27.057Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-16T06:29:27.060Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-16T06:29:27.060Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "92cbc704-ffe8-4219-9c18-e0e7e7a5768b",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1668580167056,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-16T06:29:27.161Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-16T06:29:27.162Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-16T06:29:27.162Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as eJSbnhVk9BGySOCr) ...
2022-11-16T06:29:27.176Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-16T06:29:27.176Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-16T06:29:28.062Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-16T06:29:28.064Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-16T06:29:28.064Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b6e2d778-07de-4d34-9b38-105fc5aad708, URL: /sdc/v1/catalog/services/DemoPnfFrzdbpahlcckooegxap2/1.0/artifacts/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar to file: /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:28.064Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:28.065Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:28.065Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:28.320Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8137308084701523337/Definitions/service-DemoPnfFrzdbpahlcckooegxap2-template.yml
2022-11-16T06:29:29.154Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-16T06:29:29.155Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-16T06:29:29.155Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:29.155Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-16T06:29:29.155Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:29.155Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:29.156Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:29.156Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||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-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:29.156Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c6d623c0-3dd4 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:29.156Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||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-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:29.157Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||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-DemoPnfFrzdbpahlcckooegxap2-csar.csar
2022-11-16T06:29:29.157Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-16T06:29:29.157Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:29:29.157Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:29:29.157Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Node template pNF c6d623c0-3dd4 0 is matching search criteria
2022-11-16T06:29:29.158Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-16T06:29:29.158Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c6d623c0-3dd4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T06:29:29.158Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:29:29.158Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:29:29.158Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Node template pNF c6d623c0-3dd4 0 is matching search criteria
2022-11-16T06:29:29.159Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-16T06:29:29.159Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF c6d623c0-3dd4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-16T06:29:29.159Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:29:29.159Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:29:29.159Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:29:29.160Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:29:29.160Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:29:29.160Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:29:29.160Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:29:29.160Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:29:29.161Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:29:29.161Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:29:29.161Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_fRZDBpaHlccKoOeGxAP2
Description:catalog service description
Model UUID:96fa0415-9dc9-4487-af3d-16bcc33a13f6
Model Version:NULL
Model InvariantUuid:40b7388a-3c99-4c8b-b7b7-cee7d9e62ccb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
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-11-16T06:29:29.170Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c
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-11-16T06:29:29.174Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||pNF c6d623c0-3dd4 0
2022-11-16T06:29:29.174Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c
2022-11-16T06:29:29.175Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 96fa0415-9dc9-4487-af3d-16bcc33a13f6
2022-11-16T06:29:29.175Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 96fa0415-9dc9-4487-af3d-16bcc33a13f6
2022-11-16T06:29:29.175Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c6d623c0-3dd4 0 5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c ASDC
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-11-16T06:29:29.180Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57cbeafa, org.onap.sdc.toscaparser.api.parameters.Input@59504d26, org.onap.sdc.toscaparser.api.parameters.Input@40fd6545, org.onap.sdc.toscaparser.api.parameters.Input@6895e785, org.onap.sdc.toscaparser.api.parameters.Input@60014c57]
2022-11-16T06:29:29.181Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-16T06:29:29.181Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_fRZDBpaHlccKoOeGxAP2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-16T06:29:29.182Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 96fa0415-9dc9-4487-af3d-16bcc33a13f6: pNF c6d623c0-3dd4
2022-11-16T06:29:29.182Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||INFO|500||Processing PNF resource: 5e6d4e12-0bb8-4dc0-89e9-1d63685ff36c
2022-11-16T06:29:29.182Z|92cbc704-ffe8-4219-9c18-e0e7e7a5768b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery